From 4e1eed86023f0be17fcb7c0707c792bcc211f2e1 Mon Sep 17 00:00:00 2001 From: tomocy Date: Wed, 8 Apr 2020 22:38:39 +0900 Subject: [PATCH] Run make extract --- translations/de.json | 3 +++ translations/es.json | 3 +++ translations/fr.json | 3 +++ translations/ja.json | 3 +++ translations/ko.json | 3 +++ translations/pl.json | 3 +++ translations/zh-CN.json | 3 +++ 7 files changed, 21 insertions(+) diff --git a/translations/de.json b/translations/de.json index 4dafa749a1..6de2a7ec27 100644 --- a/translations/de.json +++ b/translations/de.json @@ -582,6 +582,9 @@ "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": "", + "You not the change the CPUs for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the Disk size for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the memory size for an exiting minikube cluster. Pease first delete the cluster.": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", diff --git a/translations/es.json b/translations/es.json index 76827505a8..12de1548fe 100644 --- a/translations/es.json +++ b/translations/es.json @@ -583,6 +583,9 @@ "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": "", + "You not the change the CPUs for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the Disk size for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the memory size for an exiting minikube cluster. Pease first delete the cluster.": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", diff --git a/translations/fr.json b/translations/fr.json index 573981e1d2..145efc368b 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -582,6 +582,9 @@ "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": "", + "You not the change the CPUs for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the Disk size for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the memory size for an exiting minikube cluster. Pease first delete the cluster.": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", diff --git a/translations/ja.json b/translations/ja.json index 189cc10be9..39cc78d543 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -593,6 +593,9 @@ "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": "サービスの名前を明示する必要があります", + "You not the change the CPUs for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the Disk size for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the memory size for an exiting minikube cluster. Pease first delete the cluster.": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "ホストマシーンは KVM 仮想化をサポートしていません。 qemu-kvm がインストールされていることを確認してください。「 virt-host-validate 」を実行して、デバッグしてください", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "ホストマシーンは仮想化をサポートしていません。もし VM 内で minikube を動かすのであれば、「 --driver=docker 」を試してください。そうでなければ、 BIOS で仮想化を有効にしてください", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "ホストマシーンが minikube の VM にパケットをルーティングすることができていません。もし VPN を有効しているのであれば、VPN を無効にする、あるいは VM の IP アドレスに再ルーティングしないように設定してください。もし VPN を使用していないのであれば、 VM 環境のルーティング周りのオプションを確認してください", diff --git a/translations/ko.json b/translations/ko.json index 8c20c92de6..3b53b6c04e 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -573,6 +573,9 @@ "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 이름을 명시해야 합니다", + "You not the change the CPUs for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the Disk size for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the memory size for an exiting minikube cluster. Pease first delete the cluster.": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "호스트가 KVM 가상화를 지원하지 않습니다. qemu-kvm 이 설치되었는지 확인 후, 문제 디버그를 위해 'virt-host-validate' 를 실행하세요", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=none'. Otherwise, enable virtualization in your BIOS": "호스트가 가상화를 지원하지 않습니다. 가상 머신 안에서 minikube 를 실행 중인 경우, '--driver=none' 로 시도하세요. 그렇지 않다면, BIOS 에서 가상화를 활성화하세요", diff --git a/translations/pl.json b/translations/pl.json index 7bf259a38a..c969fd333c 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -581,6 +581,9 @@ "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", + "You not the change the CPUs for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the Disk size for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the memory size for an exiting minikube cluster. Pease first delete the cluster.": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "Twoje środowisko nie wspiera virtualizacji KVM. Upewnij się że qemu-kvm jest zainstalowane i uruchom 'virt-host-validate' aby rozwiązać problem.", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 1174030a21..47178a5694 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -661,6 +661,9 @@ "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": "", + "You not the change the CPUs for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the Disk size for an exiting minikube cluster. Pease first delete the cluster.": "", + "You not the change the memory size for an exiting minikube cluster. Pease first delete the cluster.": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "",