Skip to content

Commit a9d8c54

Browse files
gochistk8s-ci-robot
authored andcommitted
Add i18n strings for Korean translation (kubernetes#10611)
1 parent 7ebdd66 commit a9d8c54

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

i18n/ko.toml

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# i18n strings for the Korean translation.
2+
3+
[main_read_about]
4+
other = "Read about"
5+
6+
[main_read_more]
7+
other = "더 읽기"
8+
9+
[main_github_invite]
10+
other = "코어 쿠버네티스 코드 베이스를 살펴보는데 관심이 있으십니까?"
11+
12+
[main_github_view_on]
13+
other = "GitHub에서 보기"
14+
15+
[main_github_create_an_issue]
16+
other = "이슈 생성하기"
17+
18+
[main_community_explore]
19+
other = "커뮤니티 둘러보기"
20+
21+
[main_kubernetes_features]
22+
other = "쿠버네티스 기능"
23+
24+
[main_cncf_project]
25+
other = """쿠버네티스는 <a href="https://cncf.io/">CNCF</a> graduated 프로젝트입니다.</p>"""
26+
27+
[main_kubeweekly_signup]
28+
other = "구독하기"
29+
30+
[main_contribute]
31+
other = "기여하기"
32+
33+
[main_edit_this_page]
34+
other = "페이지 편집하기"
35+
36+
[main_page_history]
37+
other ="페이지 변경 이력"
38+
39+
[main_page_last_modified_on]
40+
other = "최종 수정일시"
41+
42+
[main_by]
43+
other = "by"
44+
45+
[main_documentation_license]
46+
other = """The Kubernetes Authors | Documentation Distributed under <a href="https://git.k8s.io/website/LICENSE" class="light-text">CC BY 4.0</a>"""
47+
48+
[main_copyright_notice]
49+
other = """The Linux Foundation &reg;. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">Trademark Usage page</a>"""
50+
51+
# Labels for the docs portal home page.
52+
[docs_label_browse]
53+
other = "문서 둘러보기"
54+
55+
[docs_label_contributors]
56+
other = "컨트리뷰터"
57+
58+
[docs_label_users]
59+
other = "사용자"
60+
61+
[docs_label_i_am]
62+
other = "나는..."
63+
64+
65+
66+
# Community links
67+
[community_twitter_name]
68+
other = "Twitter"
69+
[community_github_name]
70+
other = "GitHub"
71+
[community_slack_name]
72+
other = "Slack"
73+
[community_stack_overflow_name]
74+
other = "Stack Overflow"
75+
[community_forum_name]
76+
other = "Forum"
77+
[community_events_calendar]
78+
other = "Events Calendar"
79+
80+
# UI elements
81+
[ui_search_placeholder]
82+
other = "검색하기"

0 commit comments

Comments
 (0)