@docusaurus/theme-translations 0.0.0-5250 → 0.0.0-5253

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": "You might want to check your network connection.",
5
- "theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
6
- "theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
7
- "theme.SearchModal.footer.closeText": "to close",
8
- "theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
9
- "theme.SearchModal.footer.navigateText": "to navigate",
10
- "theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
11
- "theme.SearchModal.footer.searchByText": "Search by",
12
- "theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
13
- "theme.SearchModal.footer.selectText": "to select",
14
- "theme.SearchModal.noResultsScreen.noResultsText": "No results for",
15
- "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
16
- "theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
17
- "theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
18
- "theme.SearchModal.placeholder": "Search docs",
19
- "theme.SearchModal.searchBox.cancelButtonText": "Cancel",
20
- "theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
21
- "theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
22
- "theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
23
- "theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
24
- "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
25
- "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
26
- "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
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 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 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-5250",
3
+ "version": "0.0.0-5253",
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-5250",
27
- "@docusaurus/logger": "0.0.0-5250",
26
+ "@docusaurus/core": "0.0.0-5253",
27
+ "@docusaurus/logger": "0.0.0-5253",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "845059e4e9123db610ffeb23411ac9a4fd48e108"
33
+ "gitHead": "9009845c91dd479424bc13b2786bbdc7675cf41e"
34
34
  }