@docusaurus/theme-translations 0.0.0-5248 → 0.0.0-5252
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,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Tìm kiếm",
|
|
3
3
|
"theme.SearchBar.seeAll": "Xem tất cả {count} kết quả",
|
|
4
|
-
"theme.SearchModal.errorScreen.helpText": "
|
|
5
|
-
"theme.SearchModal.errorScreen.titleText": "
|
|
6
|
-
"theme.SearchModal.footer.closeKeyAriaLabel": "
|
|
7
|
-
"theme.SearchModal.footer.closeText": "
|
|
8
|
-
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "
|
|
9
|
-
"theme.SearchModal.footer.navigateText": "
|
|
10
|
-
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "
|
|
11
|
-
"theme.SearchModal.footer.searchByText": "
|
|
12
|
-
"theme.SearchModal.footer.selectKeyAriaLabel": "
|
|
13
|
-
"theme.SearchModal.footer.selectText": "
|
|
14
|
-
"theme.SearchModal.noResultsScreen.noResultsText": "
|
|
15
|
-
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "
|
|
16
|
-
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "
|
|
17
|
-
"theme.SearchModal.noResultsScreen.suggestedQueryText": "
|
|
18
|
-
"theme.SearchModal.placeholder": "
|
|
19
|
-
"theme.SearchModal.searchBox.cancelButtonText": "
|
|
20
|
-
"theme.SearchModal.searchBox.resetButtonTitle": "
|
|
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": "
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Bạn nên kiểm tra lại kết nối mạng của mình.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Không thể tìm nạp dữ liệu",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Phím thoát",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "để đóng",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Mũi tên xuống",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "để điều hướng",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Mũi tên lên",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Tìm kiếm theo",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Nhập khóa",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "để chọn",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Không có kết quả dành cho",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Hãy để chúng tôi biết.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Tin rằng truy vấn này sẽ trả về kết quả?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Thử tìm kiếm",
|
|
18
|
+
"theme.SearchModal.placeholder": "Tìm kiếm tài liệu",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Hủy bỏ",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Xóa truy vấn",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Yêu thích",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Không có tìm kiếm nào gần đây",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Gần đây",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Xóa tìm kiếm này khỏi danh sách yêu thích",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Xóa tìm kiếm này khỏi lịch sử",
|
|
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
28
|
"theme.SearchPage.documentsFound.plurals": "Tìm thấy một kết quả|Tìm thấy {count} kết quả",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Tìm kiếm",
|
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-5252",
|
|
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-5252",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5252",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "8777422be88391168e6537cb3f0192845fcc18e1"
|
|
34
34
|
}
|