@docusaurus/theme-translations 0.0.0-5396 → 0.0.0-5400

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": "برچسب‌ها:",
68
68
  "theme.tags.tagsPageLink": "مشاهده تمام برچسب‌ها",
69
69
  "theme.tags.tagsPageTitle": "برچسب‌ها",
70
- "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
71
- "theme.unlistedContent.title": "Unlisted page"
70
+ "theme.unlistedContent.message": "این صفحه فهرست نشده است. موتورهای جستجو آن را ایندکس نمی کنند و فقط کاربرانی که لینک مستقیم دارند می توانند به آن دسترسی داشته باشند.",
71
+ "theme.unlistedContent.title": "صفحه فهرست نشده"
72
72
  }
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "theme.SearchBar.label": "جستجو",
3
3
  "theme.SearchBar.seeAll": "نمایش {count} نتیجه",
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": "لطفا اتصال شبکه خود را بررسی کنید.",
5
+ "theme.SearchModal.errorScreen.titleText": "دریافت نتایج ممکن نیست",
6
+ "theme.SearchModal.footer.closeKeyAriaLabel": "کلید Escape",
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": "ذخیره این جستجو",
27
27
  "theme.SearchPage.algoliaLabel": "جستجو با Algolia",
28
28
  "theme.SearchPage.documentsFound.plurals": "یک مورد پیدا شد|{count} مورد پیدا شد",
29
29
  "theme.SearchPage.emptyResultsTitle": "جستجو در متن",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5396",
3
+ "version": "0.0.0-5400",
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-5396",
27
- "@docusaurus/logger": "0.0.0-5396",
26
+ "@docusaurus/core": "0.0.0-5400",
27
+ "@docusaurus/logger": "0.0.0-5400",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "e70eda9f16ce73cffae661ac6aa040b6a4812ba4"
33
+ "gitHead": "0456b306c6633a6af27daf4cdcdb42c1fefe6091"
34
34
  }