diff --git a/cmd/minikube/cmd/start_flags.go b/cmd/minikube/cmd/start_flags.go index 012e84daea..32e368f6ab 100644 --- a/cmd/minikube/cmd/start_flags.go +++ b/cmd/minikube/cmd/start_flags.go @@ -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) diff --git a/translations/de.json b/translations/de.json index 3ef9c92d16..228451bcc5 100644 --- a/translations/de.json +++ b/translations/de.json @@ -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": "", diff --git a/translations/es.json b/translations/es.json index d567649bed..3896e3905c 100644 --- a/translations/es.json +++ b/translations/es.json @@ -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": "", diff --git a/translations/fr.json b/translations/fr.json index dc828aeb28..3db4e7374b 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -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": "", diff --git a/translations/ja.json b/translations/ja.json index 822c628a98..89cc466b90 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -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": "サービスの名前を明示する必要があります", diff --git a/translations/ko.json b/translations/ko.json index adb0814e2b..0721528e87 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -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 이름을 명시해야 합니다", diff --git a/translations/pl.json b/translations/pl.json index 3aa1a5da82..2fbc05ab63 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -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", diff --git a/translations/strings.txt b/translations/strings.txt index 644089beff..a4de90c855 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -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": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index ee7b1c08d4..714bf2c944 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -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": "",