translation(ko) : update korean translation
Added translation to some messages. The list of related messages is as follows: * "Verifying dashboard health ...": "Dashboard 의 상태를 확인 중입니다 ..." * "Verifying proxy health ...": "Proxy 의 상태를 확인 중입니다 ..." * "Verifying {{.addon_name}} addon...": "{{.addon_name}} 애드온을 확인 중입니다 ..." * "You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "M1 Mac 에서 amd64 버전을 사용하고 있을 수 있습니다. arm64 버전의 minikube 를 사용하십시오" * "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "호스트가 가상화를 지원하지 않습니다. 가상 머신 안에서 minikube 를 실행 중인 경우, '--driver=docker' 로 시도하세요. 그렇지 않다면, BIOS 에서 가상화를 활성화하세요"pull/17163/head
parent
4b4ad954df
commit
ccd33ef239
|
@ -890,9 +890,9 @@
|
|||
"Validate your KVM networks. Run: virt-host-validate and then virsh net-list --all": "",
|
||||
"Verify that your HTTP_PROXY and HTTPS_PROXY environment variables are set correctly.": "",
|
||||
"Verifying Kubernetes components...": "Kubernetes 구성 요소를 확인...",
|
||||
"Verifying dashboard health ...": "",
|
||||
"Verifying proxy health ...": "",
|
||||
"Verifying {{.addon_name}} addon...": "",
|
||||
"Verifying dashboard health ...": "Dashboard 의 상태를 확인 중입니다 ...",
|
||||
"Verifying proxy health ...": "Proxy 의 상태를 확인 중입니다 ...",
|
||||
"Verifying {{.addon_name}} addon...": "{{.addon_name}} 애드온을 확인 중입니다 ...",
|
||||
"Version: {{.version}}": "버전: {{.version}}",
|
||||
"VirtualBox and Hyper-V are having a conflict. Use '--driver=hyperv' or disable Hyper-V using: 'bcdedit /set hypervisorlaunchtype off'": "",
|
||||
"VirtualBox cannot create a network, probably because it conflicts with an existing network that minikube no longer knows about. Try running 'minikube delete'": "",
|
||||
|
@ -926,7 +926,7 @@
|
|||
"You have selected \"virtualbox\" driver, but there are better options !\nFor better performance and support consider using a different driver: {{.drivers}}\n\nTo turn off this warning run:\n\n\t$ minikube config set WantVirtualBoxDriverWarning false\n\n\nTo learn more about on minikube drivers checkout https://minikube.sigs.k8s.io/docs/drivers/\nTo see benchmarks checkout https://minikube.sigs.k8s.io/docs/benchmarks/cpuusage/\n\n": "",
|
||||
"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 might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "M1 Mac 에서 amd64 버전을 사용하고 있을 수 있습니다. arm64 버전의 minikube 를 사용하십시오",
|
||||
"You must specify a service name": "service 이름을 명시해야 합니다",
|
||||
"You must specify service name(s) or --all": "",
|
||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||
|
@ -934,7 +934,7 @@
|
|||
"Your firewall is blocking bootpd which is required for socket_vmnet. The following commands will be executed to unblock bootpd:\n\n{{.commands}}\n": "",
|
||||
"Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "",
|
||||
"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=docker'. Otherwise, enable virtualization in your BIOS": "호스트가 가상화를 지원하지 않습니다. 가상 머신 안에서 minikube 를 실행 중인 경우, '--driver=docker' 로 시도하세요. 그렇지 않다면, 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 에서 가상화를 활성화하세요",
|
||||
"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.": "",
|
||||
"Your minikube config refers to an unsupported driver. Erase ~/.minikube, and try again.": "minikube config 가 미지원 드라이버를 참조하고 있습니다. ~/.minikube 를 제거한 후, 다시 시도하세요",
|
||||
|
@ -1111,4 +1111,4 @@
|
|||
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} 프로파일이 올바르지 않습니다: {{.err}}",
|
||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
||||
"{{.url}} is not accessible: {{.error}}": "{{.url}} 이 접근 불가능합니다: {{.error}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue