@docusaurus/theme-translations 0.0.0-5945 → 0.0.0-5953
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.
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Sao chép",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Sao chép code vào bộ nhớ tạm",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Chuyển đổi văn bản xuống dòng",
|
|
8
|
-
"theme.DocSidebarItem.collapseCategoryAriaLabel": "
|
|
9
|
-
"theme.DocSidebarItem.expandCategoryAriaLabel": "
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Thu gọn danh mục '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Xem thêm danh mục '{label}'",
|
|
10
10
|
"theme.ErrorPageContent.title": "Trang này đã bị lỗi.",
|
|
11
11
|
"theme.ErrorPageContent.tryAgain": "Thử lại",
|
|
12
|
-
"theme.NavBar.navAriaLabel": "
|
|
12
|
+
"theme.NavBar.navAriaLabel": "Thanh điều hướng",
|
|
13
13
|
"theme.NotFound.p1": "Chúng tôi không thể tìm thấy những gì bạn đang tìm kiếm.",
|
|
14
14
|
"theme.NotFound.p2": "Vui lòng liên hệ với trang web đã dẫn bạn tới đây và thông báo cho họ biết rằng đường dẫn này bị hỏng.",
|
|
15
15
|
"theme.NotFound.title": "Không tìm thấy trang",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"theme.common.skipToMainContent": "Nhảy tới nội dung",
|
|
43
43
|
"theme.docs.DocCard.categoryDescription.plurals": "{count} mục",
|
|
44
44
|
"theme.docs.breadcrumbs.home": "Trang chủ",
|
|
45
|
-
"theme.docs.breadcrumbs.navAriaLabel": "
|
|
45
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Liên kết điều hướng",
|
|
46
46
|
"theme.docs.paginator.navAriaLabel": "Trang tài liệu",
|
|
47
47
|
"theme.docs.paginator.next": "Kế tiếp",
|
|
48
48
|
"theme.docs.paginator.previous": "Trước",
|
|
49
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
49
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Đóng thanh điều hướng",
|
|
50
50
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Thu gọn thanh bên",
|
|
51
51
|
"theme.docs.sidebar.collapseButtonTitle": "Thu gọn thanh bên",
|
|
52
52
|
"theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
|
|
53
53
|
"theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
|
|
54
|
-
"theme.docs.sidebar.navAriaLabel": "
|
|
55
|
-
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "
|
|
54
|
+
"theme.docs.sidebar.navAriaLabel": "Thanh điều hướng tài liệu",
|
|
55
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Đóng - mở thanh điều hướng",
|
|
56
56
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"",
|
|
57
57
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu đã gắn thẻ",
|
|
58
58
|
"theme.docs.versionBadge.label": "Phiên bản: {versionLabel}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5953",
|
|
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": "0.0.0-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5953",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5953",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "dcfda109529e5e3bd7e1360fcc421e243d7e569b"
|
|
34
34
|
}
|