fix spelling
parent
972dae8133
commit
971c74f381
|
@ -515,7 +515,7 @@ func updateExistingConfigFromFlags(cmd *cobra.Command, existing *config.ClusterC
|
|||
cc := *existing
|
||||
|
||||
if cmd.Flags().Changed(memory) && getMemorySize(cmd, cc.Driver) != cc.Memory {
|
||||
out.WarningT("You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.")
|
||||
out.WarningT("You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.")
|
||||
}
|
||||
|
||||
if cmd.Flags().Changed(cpus) && viper.GetInt(cpus) != cc.CPUs {
|
||||
|
@ -526,7 +526,7 @@ func updateExistingConfigFromFlags(cmd *cobra.Command, existing *config.ClusterC
|
|||
validateRequestedMemorySize(cc.Memory, cc.Driver)
|
||||
|
||||
if cmd.Flags().Changed(humanReadableDiskSize) && getDiskSize() != existing.DiskSize {
|
||||
out.WarningT("You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.")
|
||||
out.WarningT("You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.")
|
||||
}
|
||||
|
||||
updateStringFromFlag(cmd, &cc.MinikubeISO, isoURL)
|
||||
|
|
|
@ -783,8 +783,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Möglicherweise müssen Sie die VM \"{{.name}}\" manuell von Ihrem Hypervisor entfernen",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||
"You must specify a service name": "",
|
||||
|
|
|
@ -788,8 +788,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Puede que tengas que retirar manualmente la VM \"{{.name}}\" de tu hipervisor",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||
"You must specify a service name": "",
|
||||
|
|
|
@ -789,8 +789,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Vous devrez peut-être supprimer la VM \"{{.name}}\" manuellement de votre hyperviseur.",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||
"You must specify a service name": "",
|
||||
|
|
|
@ -787,8 +787,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "ハイパーバイザから「{{.name}}」VM を手動で削除することが必要な可能性があります",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "Hyper-V マネージャを停止して、「 minikube delete 」を再実行する必要があるかもしれません ",
|
||||
"You must specify a service name": "サービスの名前を明示する必要があります",
|
||||
|
|
|
@ -791,8 +791,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||
"You must specify a service name": "service 이름을 명시해야 합니다",
|
||||
|
|
|
@ -800,8 +800,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||
"You must specify a service name": "Musisz podać nazwę serwisu",
|
||||
|
|
|
@ -728,8 +728,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||
"You must specify a service name": "",
|
||||
|
|
|
@ -904,8 +904,8 @@
|
|||
"You can delete them using the following command(s): ": "",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the Disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an exiting minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "您可能需要从管理程序中手动移除“{{.name}}”虚拟机",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||
"You must specify a service name": "",
|
||||
|
|
Loading…
Reference in New Issue