-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.json
More file actions
560 lines (560 loc) · 22.7 KB
/
Copy pathcode.json
File metadata and controls
560 lines (560 loc) · 22.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
{
"theme.ErrorPageContent.title": {
"message": "페이지에 오류가 발생하였습니다.",
"description": "The title of the fallback page when the page crashed"
},
"theme.BackToTopButton.buttonAriaLabel": {
"message": "맨 위로 스크롤하기",
"description": "The ARIA label for the back to top button"
},
"theme.blog.archive.title": {
"message": "게시물 목록",
"description": "The page & hero title of the blog archive page"
},
"theme.blog.archive.description": {
"message": "게시물 목록",
"description": "The page & hero description of the blog archive page"
},
"theme.blog.paginator.navAriaLabel": {
"message": "블로그 게시물 목록 탐색",
"description": "The ARIA label for the blog pagination"
},
"theme.blog.paginator.newerEntries": {
"message": "이전 페이지",
"description": "The label used to navigate to the newer blog posts page (previous page)"
},
"theme.blog.paginator.olderEntries": {
"message": "다음 페이지",
"description": "The label used to navigate to the older blog posts page (next page)"
},
"theme.blog.post.paginator.navAriaLabel": {
"message": "블로그 게시물 탐색",
"description": "The ARIA label for the blog posts pagination"
},
"theme.blog.post.paginator.newerPost": {
"message": "이전 게시물",
"description": "The blog post button label to navigate to the newer/previous post"
},
"theme.blog.post.paginator.olderPost": {
"message": "다음 게시물",
"description": "The blog post button label to navigate to the older/next post"
},
"theme.tags.tagsPageLink": {
"message": "모든 태그 보기",
"description": "The label of the link targeting the tag list page"
},
"theme.colorToggle.ariaLabel.mode.system": {
"message": "시스템 모드",
"description": "The name for the system color mode"
},
"theme.colorToggle.ariaLabel.mode.light": {
"message": "밝은 모드",
"description": "The name for the light color mode"
},
"theme.colorToggle.ariaLabel.mode.dark": {
"message": "어두운 모드",
"description": "The name for the dark color mode"
},
"theme.colorToggle.ariaLabel": {
"message": "어두운 모드와 밝은 모드 전환하기 (현재 {mode})",
"description": "The ARIA label for the color mode toggle"
},
"theme.docs.breadcrumbs.navAriaLabel": {
"message": "탐색 경로",
"description": "The ARIA label for the breadcrumbs"
},
"theme.docs.DocCard.categoryDescription.plurals": {
"message": "{count} 항목",
"description": "The default description for a category card in the generated index about how many items this category includes"
},
"theme.docs.paginator.navAriaLabel": {
"message": "문서 페이지",
"description": "The ARIA label for the docs pagination"
},
"theme.docs.paginator.previous": {
"message": "이전",
"description": "The label used to navigate to the previous doc"
},
"theme.docs.paginator.next": {
"message": "다음",
"description": "The label used to navigate to the next doc"
},
"theme.docs.tagDocListPageTitle.nDocsTagged": {
"message": "{count}개 문서가",
"description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.docs.tagDocListPageTitle": {
"message": "{nDocsTagged} \"{tagName}\" 태그에 분류되었습니다",
"description": "The title of the page for a docs tag"
},
"theme.docs.versionBadge.label": {
"message": "버전: {versionLabel}"
},
"theme.docs.versions.unreleasedVersionLabel": {
"message": "{siteTitle} {versionLabel} 문서는 아직 정식 공개되지 않았습니다.",
"description": "The label used to tell the user that he's browsing an unreleased doc version"
},
"theme.docs.versions.unmaintainedVersionLabel": {
"message": "{siteTitle} {versionLabel} 문서는 더 이상 업데이트되지 않습니다.",
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
},
"theme.docs.versions.latestVersionSuggestionLabel": {
"message": "최신 문서는 {latestVersionLink} ({versionLabel})을 확인하세요.",
"description": "The label used to tell the user to check the latest version"
},
"theme.docs.versions.latestVersionLinkLabel": {
"message": "최신 버전",
"description": "The label used for the latest version suggestion link label"
},
"theme.common.editThisPage": {
"message": "페이지 편집",
"description": "The link label to edit the current page"
},
"theme.common.headingLinkTitle": {
"message": "{heading}에 대한 직접 링크",
"description": "Title for link to heading"
},
"theme.lastUpdated.atDate": {
"message": " {date}에",
"description": "The words used to describe on which date a page has been last updated"
},
"theme.lastUpdated.byUser": {
"message": " {user}가",
"description": "The words used to describe by who the page has been last updated"
},
"theme.lastUpdated.lastUpdatedAtBy": {
"message": "최종 수정: {atDate}{byUser}",
"description": "The sentence used to display when a page has been last updated, and by who"
},
"theme.NotFound.title": {
"message": "페이지를 찾을 수 없습니다.",
"description": "The title of the 404 page"
},
"theme.navbar.mobileVersionsDropdown.label": {
"message": "버전",
"description": "The label for the navbar versions dropdown on mobile view"
},
"theme.tags.tagsListLabel": {
"message": "태그:",
"description": "The label alongside a tag list"
},
"theme.admonition.caution": {
"message": "주의",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.admonition.danger": {
"message": "위험",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "정보",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.note": {
"message": "참고",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "팁",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.warning": {
"message": "경고",
"description": "The default label used for the Warning admonition (:::warning)"
},
"theme.AnnouncementBar.closeButtonAriaLabel": {
"message": "닫기",
"description": "The ARIA label for close button of announcement bar"
},
"theme.blog.sidebar.navAriaLabel": {
"message": "최근 블로그 문서 둘러보기",
"description": "The ARIA label for recent posts in the blog sidebar"
},
"theme.DocSidebarItem.expandCategoryAriaLabel": {
"message": "사이드바 카테고리 '{label}' 펼치기",
"description": "The ARIA label to expand the sidebar category"
},
"theme.DocSidebarItem.collapseCategoryAriaLabel": {
"message": "사이드바 카테고리 '{label}' 접기",
"description": "The ARIA label to collapse the sidebar category"
},
"theme.IconExternalLink.ariaLabel": {
"message": "(새 탭에서 열림)",
"description": "The ARIA label for the external link icon"
},
"theme.NavBar.navAriaLabel": {
"message": "메인 내비게이션",
"description": "The ARIA label for the main navigation"
},
"theme.NotFound.p1": {
"message": "원하는 페이지를 찾을 수 없습니다.",
"description": "The first paragraph of the 404 page"
},
"theme.NotFound.p2": {
"message": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
"description": "The 2nd paragraph of the 404 page"
},
"theme.navbar.mobileLanguageDropdown.label": {
"message": "언어",
"description": "The label for the mobile language switcher dropdown"
},
"theme.TOCCollapsible.toggleButtonLabel": {
"message": "이 페이지에서",
"description": "The label used by the button on the collapsible TOC component"
},
"theme.blog.post.readMore": {
"message": "자세히 보기",
"description": "The label used in blog post item excerpts to link to full blog posts"
},
"theme.blog.post.readMoreLabel": {
"message": "{title} 에 대해 더 읽어보기",
"description": "The ARIA label for the link to full blog posts from excerpts"
},
"theme.blog.post.readingTime.plurals": {
"message": "약 {readingTime}분",
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.CodeBlock.copy": {
"message": "복사",
"description": "The copy button label on code blocks"
},
"theme.CodeBlock.copied": {
"message": "복사했습니다",
"description": "The copied button label on code blocks"
},
"theme.CodeBlock.copyButtonAriaLabel": {
"message": "클립보드에 코드 복사",
"description": "The ARIA label for copy code blocks button"
},
"theme.CodeBlock.wordWrapToggle": {
"message": "줄 바꿈 전환",
"description": "The title attribute for toggle word wrapping button of code block lines"
},
"theme.docs.breadcrumbs.home": {
"message": "홈",
"description": "The ARIA label for the home page in the breadcrumbs"
},
"theme.docs.sidebar.collapseButtonTitle": {
"message": "사이드바 숨기기",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.sidebar.collapseButtonAriaLabel": {
"message": "사이드바 숨기기",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "문서 사이드바",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "사이드바 닫기",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "사이드바 펼치거나 접기",
"description": "The ARIA label for hamburger menu button of mobile navigation"
},
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
"message": "← 메인 메뉴로 돌아가기",
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
},
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": {
"message": "드롭다운 펼치기",
"description": "The ARIA label of the button to expand the mobile dropdown navbar item"
},
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": {
"message": "드롭다운 접기",
"description": "The ARIA label of the button to collapse the mobile dropdown navbar item"
},
"theme.docs.sidebar.expandButtonTitle": {
"message": "사이드바 열기",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "사이드바 열기",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.SearchBar.seeAll": {
"message": "{count}개의 결과 확인하기"
},
"theme.SearchPage.documentsFound.plurals": {
"message": "{count}개의 문서를 찾았습니다.",
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.SearchPage.existingResultsTitle": {
"message": "\"{query}\" 검색 결과",
"description": "The search page title for non-empty query"
},
"theme.SearchPage.emptyResultsTitle": {
"message": "문서를 검색합니다.",
"description": "The search page title for empty query"
},
"theme.SearchPage.inputPlaceholder": {
"message": "검색어를 입력하세요.",
"description": "The placeholder for search page input"
},
"theme.SearchPage.inputLabel": {
"message": "검색",
"description": "The ARIA label for search page input"
},
"theme.SearchPage.algoliaLabel": {
"message": "Algolia 제공",
"description": "The description label for Algolia mention"
},
"theme.SearchPage.noResultsText": {
"message": "검색 결과가 없습니다.",
"description": "The paragraph for empty search result"
},
"theme.SearchPage.fetchingNewResults": {
"message": "새로운 검색 결과를 불러오는 중입니다.",
"description": "The paragraph for fetching new search results"
},
"theme.SearchBar.label": {
"message": "검색",
"description": "The ARIA label and placeholder for search button"
},
"theme.SearchModal.searchBox.resetButtonTitle": {
"message": "검색어 초기화",
"description": "The label and ARIA label for search box reset button"
},
"theme.SearchModal.searchBox.cancelButtonText": {
"message": "취소",
"description": "The label and ARIA label for search box cancel button"
},
"theme.SearchModal.searchBox.placeholderText": {
"message": "문서 검색",
"description": "The placeholder text for the main search input field"
},
"theme.SearchModal.searchBox.placeholderTextAskAi": {
"message": "다른 질문하기...",
"description": "The placeholder text when in AI question mode"
},
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": {
"message": "답변 중...",
"description": "The placeholder text for search box when AI is streaming an answer"
},
"theme.SearchModal.searchBox.enterKeyHint": {
"message": "검색",
"description": "The hint for the search box enter key text"
},
"theme.SearchModal.searchBox.enterKeyHintAskAi": {
"message": "입력",
"description": "The hint for the Ask AI search box enter key text"
},
"theme.SearchModal.searchBox.searchInputLabel": {
"message": "검색",
"description": "The ARIA label for search input"
},
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": {
"message": "키워드 검색으로 돌아가기",
"description": "The text for back to keyword search button"
},
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": {
"message": "키워드 검색으로 돌아가기",
"description": "The ARIA label for back to keyword search button"
},
"theme.SearchModal.startScreen.recentSearchesTitle": {
"message": "최근",
"description": "The title for recent searches"
},
"theme.SearchModal.startScreen.noRecentSearchesText": {
"message": "최근 검색어 없음",
"description": "The text when there are no recent searches"
},
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": {
"message": "이 검색어를 저장",
"description": "The title for save recent search button"
},
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": {
"message": "이 검색어를 최근 검색어에서 삭제",
"description": "The title for remove recent search button"
},
"theme.SearchModal.startScreen.favoriteSearchesTitle": {
"message": "즐겨찾기",
"description": "The title for favorite searches"
},
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": {
"message": "이 검색어를 즐겨찾기에서 삭제",
"description": "The title for remove favorite search button"
},
"theme.SearchModal.startScreen.recentConversationsTitle": {
"message": "최근 대화",
"description": "The title for recent conversations"
},
"theme.SearchModal.startScreen.removeRecentConversationButtonTitle": {
"message": "기록에서 이 대화 삭제",
"description": "The title for remove recent conversation button"
},
"theme.SearchModal.errorScreen.titleText": {
"message": "결과를 불러올 수 없음",
"description": "The title for error screen"
},
"theme.SearchModal.errorScreen.helpText": {
"message": "인터넷 연결을 다시 확인하시기 바랍니다.",
"description": "The help text for error screen"
},
"theme.SearchModal.resultsScreen.askAiPlaceholder": {
"message": "AI에게 질문하기: ",
"description": "The placeholder text for Ask AI input"
},
"theme.SearchModal.askAiScreen.disclaimerText": {
"message": "답변은 AI로 생성되며 오류가 있을 수 있습니다. 답변을 확인하세요.",
"description": "The disclaimer text for AI answers"
},
"theme.SearchModal.askAiScreen.relatedSourcesText": {
"message": "관련 출처",
"description": "The text for related sources"
},
"theme.SearchModal.askAiScreen.thinkingText": {
"message": "생각 중...",
"description": "The text when AI is thinking"
},
"theme.SearchModal.askAiScreen.copyButtonText": {
"message": "복사",
"description": "The text for copy button"
},
"theme.SearchModal.askAiScreen.copyButtonCopiedText": {
"message": "복사됨!",
"description": "The text for copy button when copied"
},
"theme.SearchModal.askAiScreen.copyButtonTitle": {
"message": "복사",
"description": "The title for copy button"
},
"theme.SearchModal.askAiScreen.likeButtonTitle": {
"message": "좋아요",
"description": "The title for like button"
},
"theme.SearchModal.askAiScreen.dislikeButtonTitle": {
"message": "싫어요",
"description": "The title for dislike button"
},
"theme.SearchModal.askAiScreen.thanksForFeedbackText": {
"message": "피드백을 보내 주셔서 감사합니다!",
"description": "The text for thanks for feedback"
},
"theme.SearchModal.askAiScreen.preToolCallText": {
"message": "검색 중...",
"description": "The text before tool call"
},
"theme.SearchModal.askAiScreen.duringToolCallText": {
"message": "검색 중: ",
"description": "The text during tool call"
},
"theme.SearchModal.askAiScreen.afterToolCallText": {
"message": "검색 완료:",
"description": "The text after tool call"
},
"theme.SearchModal.footer.selectText": {
"message": "로 선택",
"description": "The select text for footer"
},
"theme.SearchModal.footer.submitQuestionText": {
"message": "질문 제출",
"description": "The submit question text for footer"
},
"theme.SearchModal.footer.selectKeyAriaLabel": {
"message": "엔터 키",
"description": "The ARIA label for select key in footer"
},
"theme.SearchModal.footer.navigateText": {
"message": "로 이동",
"description": "The navigate text for footer"
},
"theme.SearchModal.footer.navigateUpKeyAriaLabel": {
"message": "화살표 위 키",
"description": "The ARIA label for navigate up key in footer"
},
"theme.SearchModal.footer.navigateDownKeyAriaLabel": {
"message": "화살표 아래 키",
"description": "The ARIA label for navigate down key in footer"
},
"theme.SearchModal.footer.closeText": {
"message": "로 종료",
"description": "The close text for footer"
},
"theme.SearchModal.footer.closeKeyAriaLabel": {
"message": "Esc 키",
"description": "The ARIA label for close key in footer"
},
"theme.SearchModal.footer.searchByText": {
"message": "검색 제공",
"description": "The 'Powered by' text for footer"
},
"theme.SearchModal.footer.backToSearchText": {
"message": "검색으로 돌아가기",
"description": "The back to search text for footer"
},
"theme.SearchModal.noResultsScreen.noResultsText": {
"message": "검색 결과 없음",
"description": "The text when there are no results"
},
"theme.SearchModal.noResultsScreen.suggestedQueryText": {
"message": "다른 추천 검색어",
"description": "The text for suggested query"
},
"theme.SearchModal.noResultsScreen.reportMissingResultsText": {
"message": "검색 결과가 없는 것이 오류라고 생각되십니까?",
"description": "The text for reporting missing results"
},
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": {
"message": "알려주시기 바랍니다.",
"description": "The link text for reporting missing results"
},
"theme.SearchModal.placeholder": {
"message": "문서 검색",
"description": "The placeholder of the input of the DocSearch pop-up modal"
},
"theme.blog.post.plurals": {
"message": "{count}개 게시물",
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.blog.tagTitle": {
"message": "\"{tagName}\" 태그로 연결된 {nPosts}개의 게시물이 있습니다.",
"description": "The title of the page for a blog tag"
},
"theme.blog.author.pageTitle": {
"message": "{authorName} - {nPosts}",
"description": "The title of the page for a blog author"
},
"theme.blog.authorsList.pageTitle": {
"message": "작성자",
"description": "The title of the authors page"
},
"theme.blog.authorsList.viewAll": {
"message": "모든 작성자 보기",
"description": "The label of the link targeting the blog authors page"
},
"theme.blog.author.noPosts": {
"message": "이 작성자는 아직 작성한 글이 없습니다.",
"description": "The text for authors with 0 blog post"
},
"theme.contentVisibility.unlistedBanner.title": {
"message": "목록에 없는 페이지",
"description": "The unlisted content banner title"
},
"theme.contentVisibility.unlistedBanner.message": {
"message": "이 페이지는 목록에 없습니다. 검색 엔진이 색인을 생성하지 않으며, 직접 링크가 있는 사용자만 접근할 수 있습니다.",
"description": "The unlisted content banner message"
},
"theme.contentVisibility.draftBanner.title": {
"message": "초안 페이지",
"description": "The draft content banner title"
},
"theme.contentVisibility.draftBanner.message": {
"message": "이 페이지는 초안입니다. 개발 환경에서만 표시되며 프로덕션 빌드에서는 제외됩니다.",
"description": "The draft content banner message"
},
"theme.ErrorPageContent.tryAgain": {
"message": "다시 시도해 보세요",
"description": "The label of the button to try again rendering when the React error boundary captures an error"
},
"theme.common.skipToMainContent": {
"message": "본문으로 건너뛰기",
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
},
"theme.tags.tagsPageTitle": {
"message": "태그",
"description": "The title of the tag list page"
}
}