File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1
1
# i18n strings for the Korean translation.
2
2
# 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
+
3
11
[caution ]
4
12
other = " 주의:"
5
13
@@ -27,6 +35,34 @@ other = "Twitter"
27
35
[community_youtube_name ]
28
36
other = " YouTube"
29
37
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
+
30
66
[deprecation_title ]
31
67
other = " 해당 문서의 쿠버네티스 버전:"
32
68
@@ -234,6 +270,21 @@ other = "("
234
270
[release_date_format ]
235
271
other = " 2006-01-02"
236
272
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
+
237
288
[seealso_heading ]
238
289
other = " 더 보기"
239
290
You can’t perform that action at this time.
0 commit comments