@docusaurus/theme-translations 0.0.0-5416 → 0.0.0-5419
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.
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"theme.tags.tagsListLabel": "Thẻ:",
|
|
68
68
|
"theme.tags.tagsPageLink": "Xem tất cả Thẻ",
|
|
69
69
|
"theme.tags.tagsPageTitle": "Thẻ",
|
|
70
|
-
"theme.unlistedContent.message": "
|
|
71
|
-
"theme.unlistedContent.title": "
|
|
70
|
+
"theme.unlistedContent.message": "Trang này không được công khai. Công cụ tìm kiếm sẽ không đánh chỉ mục cho trang này và chỉ những người có liên kết mới có thể truy cập được trang.",
|
|
71
|
+
"theme.unlistedContent.title": "Trang không công khai"
|
|
72
72
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Xóa tìm kiếm này khỏi lịch sử",
|
|
26
26
|
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Lưu tìm kiếm này",
|
|
27
27
|
"theme.SearchPage.algoliaLabel": "Tìm kiếm với Algolia",
|
|
28
|
-
"theme.SearchPage.documentsFound.plurals": "Tìm thấy
|
|
28
|
+
"theme.SearchPage.documentsFound.plurals": "Tìm thấy {count} kết quả",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Tìm kiếm",
|
|
30
30
|
"theme.SearchPage.existingResultsTitle": "Kết quả tìm kiếm cho \"{query}\"",
|
|
31
31
|
"theme.SearchPage.fetchingNewResults": "Đang tải thêm kết quả...",
|
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-5419",
|
|
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-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5419",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5419",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "18cbc502568964a167de9df3f77aa164bccd8188"
|
|
34
34
|
}
|