Skip to content

Commit daeb2cc

Browse files
authored
Merge pull request #36795 from jinnypark9393/220914-ko-adopt-new-localization-string-for-release
[ko]Adopt new localization string for release page
2 parents 3de6d99 + 896b6bb commit daeb2cc

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

data/i18n/ko/ko.toml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# i18n strings for the Korean translation.
22
# NOTE: Please keep the entries in alphabetical order when editing
3+
4+
# Avoid using conjunction_1.
5+
# Must match the context in layouts/shortcodes/release-data.html
6+
# Appears on https://kubernetes.io/releases/
7+
# For example the "and" in "Complete 1.25 Schedule and Changelog"
8+
[conjunction_1]
9+
other = ""
10+
311
[caution]
412
other = "주의:"
513

@@ -27,6 +35,34 @@ other = "Twitter"
2735
[community_youtube_name]
2836
other = "YouTube"
2937

38+
39+
[cve_id]
40+
other = "CVE ID"
41+
42+
[cve_issue_url]
43+
other = "CVE 깃헙 이슈 URL"
44+
45+
[cve_json_external_url]
46+
other = "외부 URL"
47+
48+
[cve_json_id]
49+
other = "id"
50+
51+
[cve_json_summary]
52+
other = "요약"
53+
54+
[cve_json_url]
55+
other = "url"
56+
57+
[cve_summary]
58+
other = "이슈 요약"
59+
60+
[cve_table]
61+
other = "공식 쿠버네티스 CVE 목록"
62+
63+
[cve_url]
64+
other = "CVE URL"
65+
3066
[deprecation_title]
3167
other = "해당 문서의 쿠버네티스 버전:"
3268

@@ -234,6 +270,21 @@ other = "("
234270
[release_date_format]
235271
other = "2006-01-02"
236272

273+
# Deprecated. Planned for removal in a future release.
274+
# Use [release_full_details_initial_text] instead.
275+
[release_complete]
276+
other = "완료"
277+
278+
# Replace [release_complete] with [release_full_details_initial_text]
279+
[release_full_details_initial_text]
280+
other = "전체"
281+
282+
[release_schedule]
283+
other = "일정"
284+
285+
[release_changelog]
286+
other = "변경 이력"
287+
237288
[seealso_heading]
238289
other = "더 보기"
239290

0 commit comments

Comments
 (0)