|
3 | 3 | "theme.BackToTopButton.buttonAriaLabel": "回到頂部", |
4 | 4 | "theme.CodeBlock.copied": "複製成功", |
5 | 5 | "theme.CodeBlock.copy": "複製", |
6 | | - "theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿", |
| 6 | + "theme.CodeBlock.copyButtonAriaLabel": "複製程式碼至剪貼簿", |
7 | 7 | "theme.CodeBlock.wordWrapToggle": "切換自動換行", |
8 | | - "theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'", |
9 | | - "theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'", |
| 8 | + "theme.DocSidebarItem.collapseCategoryAriaLabel": "收起側邊欄分類 '{label}'", |
| 9 | + "theme.DocSidebarItem.expandCategoryAriaLabel": "展開側邊欄分類 '{label}'", |
10 | 10 | "theme.ErrorPageContent.title": "此頁已當機。", |
11 | 11 | "theme.ErrorPageContent.tryAgain": "重試", |
12 | 12 | "theme.NavBar.navAriaLabel": "主導航", |
|
16 | 16 | "theme.TOCCollapsible.toggleButtonLabel": "本頁導覽", |
17 | 17 | "theme.admonition.caution": "警告", |
18 | 18 | "theme.admonition.danger": "危險", |
19 | | - "theme.admonition.info": "信息", |
| 19 | + "theme.admonition.info": "資訊", |
20 | 20 | "theme.admonition.note": "備註", |
21 | 21 | "theme.admonition.tip": "提示", |
22 | | - "theme.admonition.warning": "warning", |
| 22 | + "theme.admonition.warning": "注意", |
23 | 23 | "theme.blog.archive.description": "歷史文章", |
24 | 24 | "theme.blog.archive.title": "歷史文章", |
25 | 25 | "theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽", |
|
34 | 34 | "theme.blog.post.readingTime.plurals": "閱讀時間約 {readingTime} 分鐘", |
35 | 35 | "theme.blog.sidebar.navAriaLabel": "最近部落格文章導覽", |
36 | 36 | "theme.blog.tagTitle": "{nPosts} 含有標籤「{tagName}」", |
37 | | - "theme.colorToggle.ariaLabel": "切換淺色/暗黑模式(當前為{mode})", |
38 | | - "theme.colorToggle.ariaLabel.mode.dark": "暗黑模式", |
| 37 | + "theme.colorToggle.ariaLabel": "切換淺色/深色模式(當前為{mode})", |
| 38 | + "theme.colorToggle.ariaLabel.mode.dark": "深色模式", |
39 | 39 | "theme.colorToggle.ariaLabel.mode.light": "淺色模式", |
40 | 40 | "theme.common.editThisPage": "編輯此頁", |
41 | 41 | "theme.common.headingLinkTitle": "{heading}的直接連結", |
|
52 | 52 | "theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄", |
53 | 53 | "theme.docs.sidebar.expandButtonTitle": "展開側邊欄", |
54 | 54 | "theme.docs.sidebar.navAriaLabel": "文件側邊欄", |
55 | | - "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar", |
| 55 | + "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "切換導覽列", |
56 | 56 | "theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」", |
57 | 57 | "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤", |
58 | 58 | "theme.docs.versionBadge.label": "版本:{versionLabel}", |
|
0 commit comments