-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds initial Korean translations for kubectl #62040
Merged
k8s-github-robot
merged 1 commit into
kubernetes:master
from
ianychoi:korean-translation
May 14, 2018
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# Test translations for unit tests. | ||
# Copyright (C) 2017 | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR ianyrchoi@gmail.com, 2018. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gettext-go-examples-hello\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2013-12-12 20:03+0000\n" | ||
"PO-Revision-Date: 2018-04-03 06:05+0900\n" | ||
"Last-Translator: Ian Y. Choi <ianyrchoi@gmail.com>\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 개 자원을 발견하였습" | ||
"니다" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo. Plz join these 2 lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yue9944882 That's because it is recommended to wrap lines at column 80. Would it be okay?
[1] http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's okay. I looks shorter than L85 tho. Maybe due to github displaying problem.