@docusaurus/theme-translations 0.0.0-4562 → 0.0.0-4564

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "theme.IdealImageMessage.404error": "未找到圖片",
3
- "theme.IdealImageMessage.error": "出現錯誤,點擊重試",
4
- "theme.IdealImageMessage.load": "點擊以加載{sizeMessage}",
5
- "theme.IdealImageMessage.loading": "加載中...",
6
- "theme.IdealImageMessage.offline": "你的瀏覽器處於離線狀態。圖片未加載"
3
+ "theme.IdealImageMessage.error": "出現錯誤,按一下來重試",
4
+ "theme.IdealImageMessage.load": "按一下以載入{sizeMessage}",
5
+ "theme.IdealImageMessage.loading": "載入中...",
6
+ "theme.IdealImageMessage.offline": "你的瀏覽器處於離線狀態。圖片未載入"
7
7
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "theme.PwaReloadPopup.closeButtonAriaLabel": "關閉",
3
3
  "theme.PwaReloadPopup.info": "有可用的新版本",
4
- "theme.PwaReloadPopup.refreshButtonText": "刷新"
4
+ "theme.PwaReloadPopup.refreshButtonText": "重新整理"
5
5
  }
@@ -4,15 +4,15 @@
4
4
  "theme.CodeBlock.copied": "複製成功",
5
5
  "theme.CodeBlock.copy": "複製",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿",
7
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄菜單「{label}」",
8
- "theme.ErrorPageContent.title": "頁面已崩潰。",
7
+ "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄選單「{label}」",
8
+ "theme.ErrorPageContent.title": "此頁已當機。",
9
9
  "theme.ErrorPageContent.tryAgain": "重試",
10
- "theme.NotFound.p1": "我們找不到您要找的頁面。",
10
+ "theme.NotFound.p1": "我們沒有您要找的頁面。",
11
11
  "theme.NotFound.p2": "請聯絡原始連結來源網站的所有者,並通知他們連結已毀損。",
12
12
  "theme.NotFound.title": "找不到頁面",
13
13
  "theme.TOCCollapsible.toggleButtonLabel": "本頁導覽",
14
- "theme.blog.archive.description": "歷史博文",
15
- "theme.blog.archive.title": "歷史博文",
14
+ "theme.blog.archive.description": "歷史文章",
15
+ "theme.blog.archive.title": "歷史文章",
16
16
  "theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽",
17
17
  "theme.blog.paginator.newerEntries": "較新的文章",
18
18
  "theme.blog.paginator.olderEntries": "較舊的文章",
@@ -22,7 +22,7 @@
22
22
  "theme.blog.post.plurals": "{count} 篇文章",
23
23
  "theme.blog.post.readMore": "閱讀更多",
24
24
  "theme.blog.post.readMoreLabel": "閱讀 {title} 全文",
25
- "theme.blog.post.readingTime.plurals": "{readingTime} 分鐘閱讀",
25
+ "theme.blog.post.readingTime.plurals": "閱讀時間約 {readingTime} 分鐘",
26
26
  "theme.blog.sidebar.navAriaLabel": "最近部落格文章導覽",
27
27
  "theme.blog.tagTitle": "{nPosts} 含有標籤「{tagName}」",
28
28
  "theme.colorToggle.ariaLabel": "切換淺色/暗黑模式",
@@ -48,9 +48,9 @@
48
48
  "theme.lastUpdated.byUser": "由 {user} ",
49
49
  "theme.lastUpdated.lastUpdatedAtBy": "最後{byUser}{atDate}更新",
50
50
  "theme.navbar.mobileLanguageDropdown.label": "選擇語言",
51
- "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 回到主菜單",
51
+ "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 回到主選單",
52
52
  "theme.navbar.mobileVersionsDropdown.label": "選擇版本",
53
53
  "theme.tags.tagsListLabel": "標籤:",
54
- "theme.tags.tagsPageLink": "查看所有標籤",
54
+ "theme.tags.tagsPageLink": "檢視所有標籤",
55
55
  "theme.tags.tagsPageTitle": "標籤"
56
56
  }
@@ -5,7 +5,7 @@
5
5
  "theme.SearchPage.documentsFound.plurals": "找到 {count} 份文件",
6
6
  "theme.SearchPage.emptyResultsTitle": "在文件中搜尋",
7
7
  "theme.SearchPage.existingResultsTitle": "「{query}」的搜尋結果",
8
- "theme.SearchPage.fetchingNewResults": "正在獲取新的搜尋結果...",
8
+ "theme.SearchPage.fetchingNewResults": "正在取得新的搜尋結果...",
9
9
  "theme.SearchPage.inputLabel": "搜尋",
10
10
  "theme.SearchPage.inputPlaceholder": "在此輸入搜尋字詞",
11
11
  "theme.SearchPage.noResultsText": "未找到任何結果"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-4562",
3
+ "version": "0.0.0-4564",
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.3.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-4562",
27
- "@docusaurus/logger": "0.0.0-4562",
26
+ "@docusaurus/core": "0.0.0-4564",
27
+ "@docusaurus/logger": "0.0.0-4564",
28
28
  "lodash": "^4.17.20"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=14"
32
32
  },
33
- "gitHead": "dc4c1950adae154c00ca528229510f2c91222656"
33
+ "gitHead": "b1bfcd51a03aad7a8e55c55802fa62f79606b071"
34
34
  }