@docusaurus/theme-translations 3.3.2 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -3
- package/lib/index.js.map +1 -1
- package/lib/utils.js +2 -3
- package/lib/utils.js.map +1 -1
- package/locales/ar/theme-common.json +8 -3
- package/locales/base/theme-common.json +16 -6
- package/locales/bg/plugin-ideal-image.json +7 -0
- package/locales/bg/plugin-pwa.json +5 -0
- package/locales/bg/theme-common.json +79 -0
- package/locales/bg/theme-live-codeblock.json +4 -0
- package/locales/bg/theme-search-algolia.json +35 -0
- package/locales/bn/theme-common.json +9 -4
- package/locales/cs/theme-common.json +9 -4
- package/locales/da/theme-common.json +9 -4
- package/locales/de/theme-common.json +14 -9
- package/locales/es/plugin-ideal-image.json +1 -1
- package/locales/es/theme-common.json +19 -14
- package/locales/es/theme-search-algolia.json +1 -1
- package/locales/et/plugin-ideal-image.json +7 -0
- package/locales/et/plugin-pwa.json +5 -0
- package/locales/et/theme-common.json +79 -0
- package/locales/et/theme-live-codeblock.json +4 -0
- package/locales/et/theme-search-algolia.json +35 -0
- package/locales/fa/theme-common.json +8 -3
- package/locales/fil/theme-common.json +9 -4
- package/locales/fr/theme-common.json +9 -4
- package/locales/he/theme-common.json +9 -4
- package/locales/hi/theme-common.json +9 -4
- package/locales/hu/theme-common.json +9 -4
- package/locales/id/plugin-ideal-image.json +7 -0
- package/locales/id/plugin-pwa.json +5 -0
- package/locales/id/theme-common.json +79 -0
- package/locales/id/theme-live-codeblock.json +4 -0
- package/locales/id/theme-search-algolia.json +35 -0
- package/locales/is/theme-common.json +9 -3
- package/locales/it/theme-common.json +9 -4
- package/locales/ja/theme-common.json +8 -3
- package/locales/ko/theme-common.json +15 -10
- package/locales/nb/theme-common.json +9 -4
- package/locales/nl/theme-common.json +9 -4
- package/locales/pl/theme-common.json +9 -4
- package/locales/pt-BR/theme-common.json +9 -4
- package/locales/pt-PT/theme-common.json +9 -4
- package/locales/ru/theme-common.json +8 -3
- package/locales/sl/theme-common.json +9 -4
- package/locales/sr/theme-common.json +9 -4
- package/locales/sv/theme-common.json +9 -4
- package/locales/tk/plugin-ideal-image.json +7 -0
- package/locales/tk/plugin-pwa.json +5 -0
- package/locales/tk/theme-common.json +79 -0
- package/locales/tk/theme-live-codeblock.json +4 -0
- package/locales/tk/theme-search-algolia.json +35 -0
- package/locales/tr/theme-common.json +9 -4
- package/locales/uk/theme-common.json +8 -3
- package/locales/vi/theme-common.json +15 -10
- package/locales/zh-Hans/theme-common.json +8 -3
- package/locales/zh-Hant/theme-common.json +16 -11
- package/locales/zh-Hant/theme-search-algolia.json +9 -9
- package/package.json +4 -4
|
@@ -3,10 +3,10 @@
|
|
|
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": "
|
|
9
|
-
"theme.DocSidebarItem.expandCategoryAriaLabel": "
|
|
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,12 +16,15 @@
|
|
|
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": "
|
|
22
|
+
"theme.admonition.warning": "注意",
|
|
23
23
|
"theme.blog.archive.description": "歷史文章",
|
|
24
24
|
"theme.blog.archive.title": "歷史文章",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "較新的文章",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "較舊的文章",
|
|
@@ -34,12 +37,16 @@
|
|
|
34
37
|
"theme.blog.post.readingTime.plurals": "閱讀時間約 {readingTime} 分鐘",
|
|
35
38
|
"theme.blog.sidebar.navAriaLabel": "最近部落格文章導覽",
|
|
36
39
|
"theme.blog.tagTitle": "{nPosts} 含有標籤「{tagName}」",
|
|
37
|
-
"theme.colorToggle.ariaLabel": "
|
|
38
|
-
"theme.colorToggle.ariaLabel.mode.dark": "
|
|
40
|
+
"theme.colorToggle.ariaLabel": "切換淺色/深色模式(當前為{mode})",
|
|
41
|
+
"theme.colorToggle.ariaLabel.mode.dark": "深色模式",
|
|
39
42
|
"theme.colorToggle.ariaLabel.mode.light": "淺色模式",
|
|
40
43
|
"theme.common.editThisPage": "編輯此頁",
|
|
41
44
|
"theme.common.headingLinkTitle": "{heading}的直接連結",
|
|
42
45
|
"theme.common.skipToMainContent": "跳至主要内容",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "此頁面未列出。搜索引擎不會對其索引,只有擁有直接連結的用戶才能訪問。",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "未列出頁",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "{count} 個項目",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "主頁面",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "頁面路徑",
|
|
@@ -52,7 +59,7 @@
|
|
|
52
59
|
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
|
53
60
|
"theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
|
|
54
61
|
"theme.docs.sidebar.navAriaLabel": "文件側邊欄",
|
|
55
|
-
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "
|
|
62
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "切換導覽列",
|
|
56
63
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
57
64
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
|
|
58
65
|
"theme.docs.versionBadge.label": "版本:{versionLabel}",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "選擇版本",
|
|
69
76
|
"theme.tags.tagsListLabel": "標籤:",
|
|
70
77
|
"theme.tags.tagsPageLink": "檢視所有標籤",
|
|
71
|
-
"theme.tags.tagsPageTitle": "標籤"
|
|
72
|
-
"theme.unlistedContent.message": "此頁面未列出。搜索引擎不會對其索引,只有擁有直接連結的用戶才能訪問。",
|
|
73
|
-
"theme.unlistedContent.title": "未列出頁"
|
|
78
|
+
"theme.tags.tagsPageTitle": "標籤"
|
|
74
79
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "搜尋",
|
|
3
3
|
"theme.SearchBar.seeAll": "查看全部 {count} 個結果",
|
|
4
|
-
"theme.SearchModal.errorScreen.helpText": "
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "你可能需要檢查網路連線。",
|
|
5
5
|
"theme.SearchModal.errorScreen.titleText": "無法獲取結果",
|
|
6
6
|
"theme.SearchModal.footer.closeKeyAriaLabel": "Esc 鍵",
|
|
7
7
|
"theme.SearchModal.footer.closeText": "關閉",
|
|
8
8
|
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "向下鍵",
|
|
9
9
|
"theme.SearchModal.footer.navigateText": "導航",
|
|
10
10
|
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "向上鍵",
|
|
11
|
-
"theme.SearchModal.footer.searchByText": "
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "搜尋提供",
|
|
12
12
|
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter 鍵",
|
|
13
13
|
"theme.SearchModal.footer.selectText": "選中",
|
|
14
14
|
"theme.SearchModal.noResultsScreen.noResultsText": "沒有結果:",
|
|
15
15
|
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "請告知我們。",
|
|
16
16
|
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "認為這個查詢應該有結果?",
|
|
17
|
-
"theme.SearchModal.noResultsScreen.suggestedQueryText": "
|
|
18
|
-
"theme.SearchModal.placeholder": "
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "試試搜尋",
|
|
18
|
+
"theme.SearchModal.placeholder": "搜尋文檔",
|
|
19
19
|
"theme.SearchModal.searchBox.cancelButtonText": "取消",
|
|
20
20
|
"theme.SearchModal.searchBox.resetButtonTitle": "清除查詢",
|
|
21
21
|
"theme.SearchModal.startScreen.favoriteSearchesTitle": "收藏",
|
|
22
|
-
"theme.SearchModal.startScreen.noRecentSearchesText": "
|
|
23
|
-
"theme.SearchModal.startScreen.recentSearchesTitle": "
|
|
24
|
-
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "
|
|
25
|
-
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "
|
|
26
|
-
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "沒有最近的搜尋",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "最近搜尋",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "從收藏列表中刪除這個搜尋",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "從歷史記錄中刪除這個搜尋",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "保存這個搜尋",
|
|
27
27
|
"theme.SearchPage.algoliaLabel": "透過 Algolia 搜尋",
|
|
28
28
|
"theme.SearchPage.documentsFound.plurals": "找到 {count} 份文件",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "在文件中搜尋",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"tslib": "^2.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "3.
|
|
27
|
-
"@docusaurus/logger": "3.
|
|
26
|
+
"@docusaurus/core": "3.5.0",
|
|
27
|
+
"@docusaurus/logger": "3.5.0",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "cb5829f3c34b26d798b869e38ee25073488140bd"
|
|
34
34
|
}
|