From 856110a21cac0a9911b11eb08e2e9c4573ebbe7b Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Tue, 3 Apr 2018 06:16:10 +0900 Subject: [PATCH] Adds initial Korean translations for kubectl --- pkg/kubectl/util/i18n/i18n.go | 1 + translations/kubectl/ko_KR/LC_MESSAGES/k8s.mo | Bin 0 -> 2590 bytes translations/kubectl/ko_KR/LC_MESSAGES/k8s.po | 89 ++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 translations/kubectl/ko_KR/LC_MESSAGES/k8s.mo create mode 100644 translations/kubectl/ko_KR/LC_MESSAGES/k8s.po diff --git a/pkg/kubectl/util/i18n/i18n.go b/pkg/kubectl/util/i18n/i18n.go index 3cafc67c274b3..e287eab97de3b 100644 --- a/pkg/kubectl/util/i18n/i18n.go +++ b/pkg/kubectl/util/i18n/i18n.go @@ -40,6 +40,7 @@ var knownTranslations = map[string][]string{ "zh_TW", "it_IT", "de_DE", + "ko_KR", }, // only used for unit tests. "test": { diff --git a/translations/kubectl/ko_KR/LC_MESSAGES/k8s.mo b/translations/kubectl/ko_KR/LC_MESSAGES/k8s.mo new file mode 100644 index 0000000000000000000000000000000000000000..e4ed9a86ef43f25f1e62fe50fe079561ec27e970 GIT binary patch literal 2590 zcmcgsOKclO7#^SxFmEngK#Wk~&@kyHDJ3|hqD@)|G$N!9f)m>8j-93JU2A7Ijc;k> zppb{;BCHsaw2=sD6S*R#sZ@zxK;p)M6GynfCA&Ux;zk%10>xV;xyp6Sbgped~J;pzQ zC$XkS33&}T1biPj2Yea$J5a_u@^G}@5~Bu`ehV@F0z8fN;YSGR0`>xBz2iU=cpC^B zB!T%TCTP`$>>aiVN(={563`6?!jdQA=O=-WVIIbO923;T@s#{OlgpWTs#49i(niK} zRM)UA>e_haaAA9n#_4dLrVW!@YL-*mp~BS-i}Z4nyPUcsoQfRRjI_aZs+pc}xkJ;A zoej4xdBZ#k-NeDRTt4PDaS)ng3?ru%=FO^BUhX~O~s1N1?v zF>`F1>l#)@$gvTQdL6PhcTY^#Y}R$Xm`8uB%iC%jzFc3d0_tQuLs+bDv2JcM(8`0&w-Gv=mc(>VRcb$M0KEu?xECq)>*fc`O@5B z=PV6Z!OA3Q=dj@>K4foki{pzTi453WH(c7@s}gFWDczJD4C_cPl~RcCb{S)!Er# z={^mXHvQEC^~*(n`itlr7R(p%x?C+S(%@P#SSW@smaha~tyN2F{>+p=vqI{(6}v$J zrZ>ie<&s}qq}3~%{`E>Qy;3b~_}?JK#I0a?@j$M@_cyDPbJBJC-d?WNQrVvpY)8?Z)@Z8{Tc3bYSO*t1@3gO<&0Yr9#Cm>hcxSY_h-k$3-I;*ps*COoS*dPHgH`a z&3ZS(ueQ87QFQ9BR)SAwA>iQ4@%n=L>!^3uzkw@<6M<+JinSQg2YYLycH3a$Z!B(o QSAp7t@^~\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" +"Language-Team: \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Language: ko_KR\n" + +# https://github.com/kubernetes/kubernetes/blob/masterpkg/kubectl/cmd/apply.go#L98 +msgid "Apply a configuration to a resource by filename or stdin" +msgstr "구성을 파일 이름 또는 stdin에 의한 자원에 적용합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/delete_cluster.go#L38 +msgid "Delete the specified cluster from the kubeconfig" +msgstr "kubeconfig에서 지정된 클러스터를 삭제합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/delete_context.go#L38 +msgid "Delete the specified context from the kubeconfig" +msgstr "kubeconfig에서 지정된 컨텍스트를 삭제합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/get_contexts.go#L62 +msgid "Describe one or many contexts" +msgstr "하나 또는 여러 컨텍스트를 설명합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/get_clusters.go#L40 +msgid "Display clusters defined in the kubeconfig" +msgstr "kubeconfig에 정의된 클러스터를 표시합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/view.go#L64 +msgid "Display merged kubeconfig settings or a specified kubeconfig file" +msgstr "병합된 kubeconfig 설정 또는 지정된 kubeconfig 파일을 표시합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/current_context.go#L48 +msgid "Displays the current-context" +msgstr "현재-컨텍스트를 표시합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/config.go#L39 +msgid "Modify kubeconfig files" +msgstr "kubeconfig 파일을 수정합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/create_cluster.go#L67 +msgid "Sets a cluster entry in kubeconfig" +msgstr "kubeconfig에서 클러스터 항목을 설정합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/create_context.go#L57 +msgid "Sets a context entry in kubeconfig" +msgstr "kubeconfig에서 컨텍스트 항목을 설정합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/create_authinfo.go#L103 +msgid "Sets a user entry in kubeconfig" +msgstr "kubeconfig에서 사용자 항목을 설정합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/set.go#L59 +msgid "Sets an individual value in a kubeconfig file" +msgstr "kubeconfig 파일에서 단일값을 설정합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/use_context.go#L48 +msgid "Sets the current-context in a kubeconfig file" +msgstr "kubeconfig 파일에서 현재-컨텍스트를 설정합니다" + +# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/unset.go#L47 +msgid "Unsets an individual value in a kubeconfig file" +msgstr "kubeconfig 파일에서 단일값 설정을 해제합니다" + +msgid "Update the annotations on a resource" +msgstr "자원에 대한 주석을 업데이트합니다" + +msgid "" +"watch is only supported on individual resources and resource collections - " +"%d resources were found" +msgid_plural "" +"watch is only supported on individual resources and resource collections - " +"%d resources were found" +msgstr[0] "" +"watch는 단일 리소스와 리소스 모음만을 지원합니다 - %d 개 자원을 발견하였습" +"니다"