Skip to content

Commit c747a05

Browse files
committed
[ko] Resolve merge conflicts dev-1.26-ko.1
1 parent cb71d71 commit c747a05

File tree

3 files changed

+137
-41
lines changed

3 files changed

+137
-41
lines changed

data/i18n/en/en.toml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,17 @@ other = "CVE ID"
4949
[cve_issue_url]
5050
other = "CVE GitHub Issue URL"
5151

52-
[cve_json_external_url]
53-
other = "external_url"
54-
55-
[cve_json_id]
56-
other = "id"
57-
58-
[cve_json_summary]
59-
other = "summary"
60-
61-
[cve_json_url]
62-
other = "url"
63-
6452
[cve_summary]
6553
other = "Issue Summary"
6654

6755
[cve_table]
6856
other = "Official Kubernetes CVE List"
6957

70-
[cve_table_date_before]
71-
other = "(last updated: "
72-
7358
[cve_table_date_format]
7459
other = "02 Jan 2006 15:04:05 MST"
7560

76-
[cve_table_date_after]
77-
other = ")"
61+
[cve_table_date_format_string]
62+
other = "(last updated: %s)"
7863

7964
[deprecation_title]
8065
other = "You are viewing documentation for Kubernetes version:"

data/i18n/ko/ko.toml

Lines changed: 130 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# i18n strings for the Korean translation.
22
# NOTE: Please keep the entries in alphabetical order when editing
33

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 = ""
4+
# For "and", see [conjunction_1]
5+
6+
[auto_generated_edit_notice]
7+
other = "(자동 생성된 페이지)"
8+
9+
[auto_generated_pageinfo]
10+
other = """<p>이 페이지는 자동으로 생성된 것이다.</p><p>이 페이지에 대한 이슈를 제보할 때, 이 페이지가 자동 생성된 것임을 이슈 본문에 언급한다. 이슈에 대한 해결책은 다른 쿠버네티스 프로젝트에 적용되어야 할 수도 있다.</p>"""
1011

1112
[caution]
1213
other = "주의:"
@@ -35,33 +36,30 @@ other = "Twitter"
3536
[community_youtube_name]
3637
other = "YouTube"
3738

39+
# Avoid using conjunction_1.
40+
# Must match the context in layouts/shortcodes/release-data.html
41+
# Appears on https://kubernetes.io/releases/
42+
# For example the "and" in "Complete 1.25 Schedule and Changelog"
43+
[conjunction_1]
44+
other = ""
3845

3946
[cve_id]
4047
other = "CVE ID"
4148

4249
[cve_issue_url]
4350
other = "CVE 깃헙 이슈 URL"
4451

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-
5752
[cve_summary]
5853
other = "이슈 요약"
5954

6055
[cve_table]
6156
other = "공식 쿠버네티스 CVE 목록"
6257

63-
[cve_url]
64-
other = "CVE URL"
58+
[cve_table_date_format]
59+
other = "2006년 1월 2일 15:04:05 KST"
60+
61+
[cve_table_date_format_string]
62+
other = "(최근 업데이트: %s)"
6563

6664
[deprecation_title]
6765
other = "해당 문서의 쿠버네티스 버전:"
@@ -114,14 +112,17 @@ other = "기능 상태:"
114112
[feedback_heading]
115113
other = "피드백"
116114

115+
[feedback_no]
116+
other = "아니요"
117+
117118
[feedback_question]
118119
other = "이 페이지가 도움이 되었나요?"
119120

120121
[feedback_yes]
121122
other = ""
122123

123-
[feedback_no]
124-
other = "아니요"
124+
[final_patch_release]
125+
other = "최종 패치 릴리스"
125126

126127
[inline_list_separator]
127128
other = ","
@@ -250,6 +251,9 @@ other = "옵션"
250251
[outdated_blog__message]
251252
other = "이 글은 작성일로부터 1년 이상 지났습니다. 오래된 글은 더 이상 유효하지 않은 컨텐츠를 포함하고 있을 수 있습니다. 이 페이지의 정보가 틀리지 않았는지 다시 한 번 확인하세요."
252253

254+
[patch_release]
255+
other = "패치 릴리스"
256+
253257
[post_create_issue]
254258
other = "이슈 생성"
255259

@@ -270,18 +274,50 @@ other = "("
270274
[release_date_format]
271275
other = "2006-01-02"
272276

277+
[release_cherry_pick_deadline]
278+
other = "체리픽(Cherry Pick) 기한"
279+
273280
# Deprecated. Planned for removal in a future release.
274281
# Use [release_full_details_initial_text] instead.
275282
[release_complete]
276283
other = "완료"
277284

285+
[release_end_of_life_date]
286+
other = "지원 종료(End Of Life) 일자"
287+
278288
# Replace [release_complete] with [release_full_details_initial_text]
279289
[release_full_details_initial_text]
280290
other = "전체"
281291

292+
[release_information_navbar]
293+
other = "릴리스 정보"
294+
295+
[release_minor_version]
296+
other = "마이너 버전"
297+
298+
[release_info_next_patch]
299+
other = "다음 패치 릴리스는 **%s** 이다."
300+
301+
# Localization note: You can use Markdown here.
302+
# The three placeholders (in order) are:
303+
# Kubernetes minor version
304+
# maintenance mode date
305+
# end of life date
306+
#
307+
# Keep this order. It is OK to use more than one sentence, and it's also OK to change the
308+
# tense of the text so long as the meaning is clear.
309+
[release_info_eol]
310+
other = "**%s** 버전은 **%s** 에 메인터넌스 모드로 들어가며, **%s** 에 지원 종료된다."
311+
312+
[release_note]
313+
other = "정보"
314+
282315
[release_schedule]
283316
other = "일정"
284317

318+
[release_target_date]
319+
other = "목표 일자"
320+
285321
[release_changelog]
286322
other = "변경 이력"
287323

@@ -327,3 +363,75 @@ other = "경고:"
327363

328364
[whatsnext_heading]
329365
other = "다음 내용"
366+
367+
[layout_docs_glossary_architecture_name]
368+
other = "아키텍처"
369+
370+
[layout_docs_glossary_architecture_description]
371+
other = "쿠버네티스의 내부 구성요소."
372+
373+
[layout_docs_glossary_community_name]
374+
other = "커뮤니티"
375+
376+
[layout_docs_glossary_community_description]
377+
other = "쿠버네티스 오픈소스 개발 관련 사항."
378+
379+
[layout_docs_glossary_core-object_name]
380+
other = "핵심 오브젝트"
381+
382+
[layout_docs_glossary_core-object_description]
383+
other = "쿠버네티스가 기본적으로 지원하는 리소스 종류."
384+
385+
[layout_docs_glossary_extension_name]
386+
other = "확장 기능"
387+
388+
[layout_docs_glossary_extension_description]
389+
other = "쿠버네티스가 지원하는 사용자화(customization)."
390+
391+
[layout_docs_glossary_fundamental_name]
392+
other = "기본 개념"
393+
394+
[layout_docs_glossary_fundamental_description]
395+
other = "쿠버네티스를 처음 사용하는 사람을 위한 설명."
396+
397+
[layout_docs_glossary_networking_name]
398+
other = "네트워킹"
399+
400+
[layout_docs_glossary_networking_description]
401+
other = "쿠버네티스 구성요소 간, 및 클러스터 외부의 프로그램과 통신하는 방법."
402+
403+
[layout_docs_glossary_operation_name]
404+
other = "운용"
405+
406+
[layout_docs_glossary_operation_description]
407+
other = "쿠버네티스 구축 및 유지."
408+
409+
[layout_docs_glossary_security_name]
410+
other = "보안"
411+
412+
[layout_docs_glossary_security_description]
413+
other = "쿠버네티스 애플리케이션을 안전하게 보호."
414+
415+
[layout_docs_glossary_storage_name]
416+
other = "스토리지"
417+
418+
[layout_docs_glossary_storage_description]
419+
other = "쿠버네티스 애플리케이션이 영속적 자료를 다루는 방법."
420+
421+
[layout_docs_glossary_tool_name]
422+
other = "도구"
423+
424+
[layout_docs_glossary_tool_description]
425+
other = "쿠버네티스를 쉽게, 사용하기 편하게 만들어 주는 소프트웨어."
426+
427+
[layout_docs_glossary_user-type_name]
428+
other = "사용자 종류"
429+
430+
[layout_docs_glossary_user-type_description]
431+
other = "일반적인 쿠버네티스 사용자 종류."
432+
433+
[layout_docs_glossary_workload_name]
434+
other = "워크로드"
435+
436+
[layout_docs_glossary_workload_description]
437+
other = "쿠버네티스에서 실행되는 애플리케이션."

layouts/shortcodes/cve-feed.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
{{ $feed := getJSON .Site.Params.cveFeedBucket }}
2+
{{ if ne $feed.version "https://jsonfeed.org/version/1.1" }}
3+
{{ warnf "CVE feed shortcode. KEP-3203: CVE feed does not comply with JSON feed v1.1." }}
4+
{{ end }}
15
<table class="security-cves">
2-
{{ $feed := getJSON .Site.Params.cveFeedBucket }}
3-
<caption style="caption-side: top;">{{ T "cve_table" }} {{ T "cve_table_date_before" }}{{ $feed._kubernetes_io.updated_at | time.Format ( T "cve_table_date_format" ) }}{{ T "cve_table_date_after" }}</caption>
6+
<caption style="caption-side: top;">{{ T "cve_table" }} {{ printf (T "cve_table_date_format_string") ($feed._kubernetes_io.updated_at | time.Format (T "cve_table_date_format")) }}</caption>
47
<thead>
58
<tr>
69
<th>{{ T "cve_id" }}</th>

0 commit comments

Comments
 (0)