@docusaurus/theme-translations 0.0.0-5303 → 0.0.0-5304

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.
@@ -25,10 +25,10 @@
25
25
  "theme.blog.post.paginator.navAriaLabel": "Thanh điều hướng của trang bài viết",
26
26
  "theme.blog.post.paginator.newerPost": "Bài mới hơn",
27
27
  "theme.blog.post.paginator.olderPost": "Bài cũ hơn",
28
- "theme.blog.post.plurals": "Một bài viết|{count} bài viết",
28
+ "theme.blog.post.plurals": "{count} bài viết",
29
29
  "theme.blog.post.readMore": "Đọc tiếp",
30
30
  "theme.blog.post.readMoreLabel": "Đọc thêm về {title}",
31
- "theme.blog.post.readingTime.plurals": "Một phút để đọc|{readingTime} phút để đọc",
31
+ "theme.blog.post.readingTime.plurals": "{readingTime} phút để đọc",
32
32
  "theme.blog.sidebar.navAriaLabel": "Điều hướng các bài viết gần đây trên blog",
33
33
  "theme.blog.tagTitle": "{nPosts} được gắn thẻ \"{tagName}\"",
34
34
  "theme.colorToggle.ariaLabel": "Chuyển đổi chế độ sáng và tối (hiện tại {mode})",
@@ -48,7 +48,7 @@
48
48
  "theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
49
49
  "theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
50
50
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"",
51
- "theme.docs.tagDocListPageTitle.nDocsTagged": "Một tài liệu đã gắn thẻ|{count} tài liệu đã gắn thẻ",
51
+ "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu đã gắn thẻ",
52
52
  "theme.docs.versionBadge.label": "Phiên bản: {versionLabel}",
53
53
  "theme.docs.versions.latestVersionLinkLabel": "phiên bản mới nhất",
54
54
  "theme.docs.versions.latestVersionSuggestionLabel": "Để xem các cập nhật mới nhất, vui lòng xem phiên bản {latestVersionLink} ({versionLabel}).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5303",
3
+ "version": "0.0.0-5304",
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.4.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5303",
27
- "@docusaurus/logger": "0.0.0-5303",
26
+ "@docusaurus/core": "0.0.0-5304",
27
+ "@docusaurus/logger": "0.0.0-5304",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "f6657444aeffdd6a55da1dfaeb16fe183dd01a8b"
33
+ "gitHead": "6572ed7cfa0c0f3a4a4b8831b1af27a5055f2366"
34
34
  }