@docusaurus/theme-translations 2.0.0-beta.15 → 2.0.0-beta.16

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.
Files changed (55) hide show
  1. package/lib/index.d.ts.map +1 -1
  2. package/lib/index.js +3 -6
  3. package/lib/index.js.map +1 -1
  4. package/locales/ar/theme-common.json +7 -0
  5. package/locales/ar/theme-search-algolia.json +1 -0
  6. package/locales/base/theme-common.json +13 -0
  7. package/locales/base/theme-search-algolia.json +1 -0
  8. package/locales/bn/theme-common.json +7 -0
  9. package/locales/bn/theme-search-algolia.json +1 -0
  10. package/locales/cs/theme-common.json +7 -0
  11. package/locales/cs/theme-search-algolia.json +1 -0
  12. package/locales/da/theme-common.json +7 -0
  13. package/locales/da/theme-search-algolia.json +1 -0
  14. package/locales/de/theme-common.json +7 -0
  15. package/locales/de/theme-search-algolia.json +1 -0
  16. package/locales/es/theme-common.json +7 -0
  17. package/locales/es/theme-search-algolia.json +1 -0
  18. package/locales/fa/theme-common.json +7 -0
  19. package/locales/fa/theme-search-algolia.json +1 -0
  20. package/locales/fil/theme-common.json +7 -0
  21. package/locales/fil/theme-search-algolia.json +1 -0
  22. package/locales/fr/theme-common.json +7 -0
  23. package/locales/fr/theme-search-algolia.json +1 -0
  24. package/locales/he/theme-common.json +7 -0
  25. package/locales/he/theme-search-algolia.json +1 -0
  26. package/locales/hi/theme-common.json +7 -0
  27. package/locales/hi/theme-search-algolia.json +1 -0
  28. package/locales/it/theme-common.json +7 -0
  29. package/locales/it/theme-search-algolia.json +1 -0
  30. package/locales/ja/theme-common.json +7 -0
  31. package/locales/ja/theme-search-algolia.json +1 -0
  32. package/locales/ko/theme-common.json +9 -2
  33. package/locales/ko/theme-search-algolia.json +1 -0
  34. package/locales/pl/theme-common.json +7 -0
  35. package/locales/pl/theme-search-algolia.json +1 -0
  36. package/locales/pt-BR/theme-common.json +7 -0
  37. package/locales/pt-BR/theme-search-algolia.json +1 -0
  38. package/locales/pt-PT/theme-common.json +7 -0
  39. package/locales/pt-PT/theme-search-algolia.json +1 -0
  40. package/locales/ru/theme-common.json +7 -0
  41. package/locales/ru/theme-search-algolia.json +1 -0
  42. package/locales/sr/theme-common.json +7 -0
  43. package/locales/sr/theme-search-algolia.json +1 -0
  44. package/locales/tr/theme-common.json +7 -0
  45. package/locales/tr/theme-search-algolia.json +1 -0
  46. package/locales/vi/theme-common.json +7 -0
  47. package/locales/vi/theme-search-algolia.json +1 -0
  48. package/locales/zh-Hans/theme-common.json +7 -0
  49. package/locales/zh-Hans/theme-search-algolia.json +1 -0
  50. package/locales/zh-Hant/plugin-ideal-image.json +4 -4
  51. package/locales/zh-Hant/plugin-pwa.json +1 -1
  52. package/locales/zh-Hant/theme-common.json +15 -8
  53. package/locales/zh-Hant/theme-search-algolia.json +2 -1
  54. package/package.json +6 -6
  55. package/src/index.ts +3 -6
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAUH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAiBpE;AAGD,wBAAsB,kCAAkC,CAAC,EACvD,OAAoC,EACpC,MAAM,EACN,IAAI,GACL,EAAE;IACD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAgBlC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAUH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAepE;AAGD,wBAAsB,kCAAkC,CAAC,EACvD,OAAoC,EACpC,MAAM,EACN,IAAI,GACL,EAAE;IACD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAelC"}
package/lib/index.js CHANGED
@@ -16,8 +16,8 @@ function getDefaultLocalesDirPath() {
16
16
  // Return an ordered list of locales we should try
17
17
  function codeTranslationLocalesToTry(locale) {
18
18
  const intlLocale = new Intl.Locale(locale);
19
- // if locale is just a simple language like "pt", we want to fallback to pt-BR (not pt-PT!)
20
- // see https://github.com/facebook/docusaurus/pull/4536#issuecomment-810088783
19
+ // if locale is just a simple language like "pt", we want to fallback to pt-BR
20
+ // (not pt-PT!) See https://github.com/facebook/docusaurus/pull/4536#issuecomment-810088783
21
21
  if (intlLocale.language === locale) {
22
22
  const maximizedLocale = intlLocale.maximize(); // pt-Latn-BR`
23
23
  // ["pt","pt-BR"]; ["zh", "zh-Hans"]
@@ -28,9 +28,7 @@ function codeTranslationLocalesToTry(locale) {
28
28
  ];
29
29
  }
30
30
  // if locale is like "pt-BR", we want to fallback to "pt"
31
- else {
32
- return [locale, intlLocale.language];
33
- }
31
+ return [locale, intlLocale.language];
34
32
  }
35
33
  exports.codeTranslationLocalesToTry = codeTranslationLocalesToTry;
36
34
  // Useful to implement getDefaultCodeTranslationMessages() in themes
@@ -38,7 +36,6 @@ async function readDefaultCodeTranslationMessages({ dirPath = getDefaultLocalesD
38
36
  const localesToTry = codeTranslationLocalesToTry(locale);
39
37
  // Return the content of the first file that match
40
38
  // fr_FR.json => fr.json => nothing
41
- // eslint-disable-next-line no-restricted-syntax
42
39
  for (const localeToTry of localesToTry) {
43
40
  const filePath = path_1.default.resolve(dirPath, localeToTry, `${name}.json`);
44
41
  if (await fs_extra_1.default.pathExists(filePath)) {
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;;AAEH,6DAAwB;AACxB,qEAA0B;AAE1B,SAAS,wBAAwB;IAC/B,OAAO,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;AAC5C,CAAC;AAED,kDAAkD;AAClD,SAAgB,2BAA2B,CAAC,MAAc;IACxD,MAAM,UAAU,GAAG,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3C,2FAA2F;IAC3F,8EAA8E;IAC9E,IAAI,UAAU,CAAC,QAAQ,KAAK,MAAM,EAAE;QAClC,MAAM,eAAe,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,cAAc;QAC7D,oCAAoC;QACpC,OAAO;YACL,MAAM;YACN,GAAG,eAAe,CAAC,QAAQ,IAAI,eAAe,CAAC,MAAM,EAAE;YACvD,GAAG,eAAe,CAAC,QAAQ,IAAI,eAAe,CAAC,MAAM,EAAE;SACxD,CAAC;KACH;IACD,yDAAyD;SACpD;QACH,OAAO,CAAC,MAAM,EAAE,UAAU,CAAC,QAAS,CAAC,CAAC;KACvC;AACH,CAAC;AAjBD,kEAiBC;AAED,oEAAoE;AAC7D,KAAK,UAAU,kCAAkC,CAAC,EACvD,OAAO,GAAG,wBAAwB,EAAE,EACpC,MAAM,EACN,IAAI,GAKL;IACC,MAAM,YAAY,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAAC;IAEzD,kDAAkD;IAClD,mCAAmC;IACnC,gDAAgD;IAChD,KAAK,MAAM,WAAW,IAAI,YAAY,EAAE;QACtC,MAAM,QAAQ,GAAG,cAAI,CAAC,OAAO,CAAC,OAAO,EAAE,WAAW,EAAE,GAAG,IAAI,OAAO,CAAC,CAAC;QAEpE,IAAI,MAAM,kBAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;YACjC,MAAM,WAAW,GAAG,MAAM,kBAAE,CAAC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;YACxD,OAAO,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;SAChC;KACF;IAED,OAAO,EAAE,CAAC;AACZ,CAAC;AAxBD,gFAwBC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;;AAEH,6DAAwB;AACxB,qEAA0B;AAE1B,SAAS,wBAAwB;IAC/B,OAAO,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;AAC5C,CAAC;AAED,kDAAkD;AAClD,SAAgB,2BAA2B,CAAC,MAAc;IACxD,MAAM,UAAU,GAAG,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3C,8EAA8E;IAC9E,2FAA2F;IAC3F,IAAI,UAAU,CAAC,QAAQ,KAAK,MAAM,EAAE;QAClC,MAAM,eAAe,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,cAAc;QAC7D,oCAAoC;QACpC,OAAO;YACL,MAAM;YACN,GAAG,eAAe,CAAC,QAAQ,IAAI,eAAe,CAAC,MAAM,EAAE;YACvD,GAAG,eAAe,CAAC,QAAQ,IAAI,eAAe,CAAC,MAAM,EAAE;SACxD,CAAC;KACH;IACD,yDAAyD;IACzD,OAAO,CAAC,MAAM,EAAE,UAAU,CAAC,QAAS,CAAC,CAAC;AACxC,CAAC;AAfD,kEAeC;AAED,oEAAoE;AAC7D,KAAK,UAAU,kCAAkC,CAAC,EACvD,OAAO,GAAG,wBAAwB,EAAE,EACpC,MAAM,EACN,IAAI,GAKL;IACC,MAAM,YAAY,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAAC;IAEzD,kDAAkD;IAClD,mCAAmC;IACnC,KAAK,MAAM,WAAW,IAAI,YAAY,EAAE;QACtC,MAAM,QAAQ,GAAG,cAAI,CAAC,OAAO,CAAC,OAAO,EAAE,WAAW,EAAE,GAAG,IAAI,OAAO,CAAC,CAAC;QAEpE,IAAI,MAAM,kBAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;YACjC,MAAM,WAAW,GAAG,MAAM,kBAAE,CAAC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;YACxD,OAAO,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;SAChC;KACF;IAED,OAAO,EAAE,CAAC;AACZ,CAAC;AAvBD,gFAuBC"}
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "مقالات أقدم",
22
22
  "theme.blog.post.plurals": "مقاله واحده|{count} مقالات",
23
23
  "theme.blog.post.readMore": "اقرأ المزيد",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "{readingTime} دقائق قراءة|{readingTime} دقائق قراءة",
25
26
  "theme.blog.sidebar.navAriaLabel": "أحدث مشاركات المدونة",
26
27
  "theme.blog.tagTitle": "{nPosts} موسومة ب \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "تعديل هذه الصفحة",
28
32
  "theme.common.headingLinkTitle": "ارتباط مباشر بالعنوان",
29
33
  "theme.common.skipToMainContent": "انتقل إلى المحتوى الرئيسي",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "التنقل بين صفحات الددات",
31
36
  "theme.docs.paginator.next": "التالى",
32
37
  "theme.docs.paginator.previous": "السابق",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "توسيع الشريط الجانبي",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} مستند موسوم بـ \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "مستند موسوم واحد|{count} مستندات موسومة",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "احدث اصدار",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "للحصول على أحدث الوثائق، راجع {latestVersionLink} ({versionLabel}).",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "هذه هي وثائق {siteTitle} {versionLabel}، التي لم تعد تتم صيانتها بشكل نشط.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " في {date}",
44
50
  "theme.lastUpdated.byUser": " بواسطة {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "آخر تحديث{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "→ العودة إلى القائمة الرئيسية",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "إصدارات",
48
55
  "theme.tags.tagsListLabel": "الوسوم:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "بحث",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "البحث بواسطه Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "تم العثور على مستند واحد|تم العثور على {count} مستندات",
5
6
  "theme.SearchPage.emptyResultsTitle": "ابحث في الوثائق",
@@ -43,18 +43,28 @@
43
43
  "theme.blog.post.plurals___DESCRIPTION": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)",
44
44
  "theme.blog.post.readMore": "Read More",
45
45
  "theme.blog.post.readMore___DESCRIPTION": "The label used in blog post item excerpts to link to full blog posts",
46
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
47
+ "theme.blog.post.readMoreLabel___DESCRIPTION": "The ARIA label for the link to full blog posts from excerpts",
46
48
  "theme.blog.post.readingTime.plurals": "One min read|{readingTime} min read",
47
49
  "theme.blog.post.readingTime.plurals___DESCRIPTION": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)",
48
50
  "theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
49
51
  "theme.blog.sidebar.navAriaLabel___DESCRIPTION": "The ARIA label for recent posts in the blog sidebar",
50
52
  "theme.blog.tagTitle": "{nPosts} tagged with \"{tagName}\"",
51
53
  "theme.blog.tagTitle___DESCRIPTION": "The title of the page for a blog tag",
54
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
55
+ "theme.colorToggle.ariaLabel___DESCRIPTION": "The ARIA label for the navbar color mode toggle",
56
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
57
+ "theme.colorToggle.ariaLabel.mode.light___DESCRIPTION": "The name for the light color mode",
58
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
59
+ "theme.colorToggle.ariaLabel.mode.dark___DESCRIPTION": "The name for the dark color mode",
52
60
  "theme.common.editThisPage": "Edit this page",
53
61
  "theme.common.editThisPage___DESCRIPTION": "The link label to edit the current page",
54
62
  "theme.common.headingLinkTitle": "Direct link to heading",
55
63
  "theme.common.headingLinkTitle___DESCRIPTION": "Title for link to heading",
56
64
  "theme.common.skipToMainContent": "Skip to main content",
57
65
  "theme.common.skipToMainContent___DESCRIPTION": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",
66
+ "theme.docs.DocCard.categoryDescription": "{count} items",
67
+ "theme.docs.DocCard.categoryDescription___DESCRIPTION": "The default description for a category card in the generated index about how many items this category includes",
58
68
  "theme.docs.paginator.navAriaLabel": "Docs pages navigation",
59
69
  "theme.docs.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the docs pagination",
60
70
  "theme.docs.paginator.next": "Next",
@@ -73,6 +83,7 @@
73
83
  "theme.docs.tagDocListPageTitle___DESCRIPTION": "The title of the page for a docs tag",
74
84
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
75
85
  "theme.docs.tagDocListPageTitle.nDocsTagged___DESCRIPTION": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)",
86
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
76
87
  "theme.docs.versions.latestVersionLinkLabel": "latest version",
77
88
  "theme.docs.versions.latestVersionLinkLabel___DESCRIPTION": "The label used for the latest version suggestion link label",
78
89
  "theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
@@ -87,6 +98,8 @@
87
98
  "theme.lastUpdated.byUser___DESCRIPTION": "The words used to describe by who the page has been last updated",
88
99
  "theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}",
89
100
  "theme.lastUpdated.lastUpdatedAtBy___DESCRIPTION": "The sentence used to display when a page has been last updated, and by who",
101
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
102
+ "theme.navbar.mobileLanguageDropdown.label___DESCRIPTION": "The label for the mobile language switcher dropdown",
90
103
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
91
104
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel___DESCRIPTION": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",
92
105
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Search",
3
3
  "theme.SearchBar.label___DESCRIPTION": "The ARIA label and placeholder for search button",
4
+ "theme.SearchBar.seeAll": "See all {count} results",
4
5
  "theme.SearchPage.algoliaLabel": "Search by Algolia",
5
6
  "theme.SearchPage.algoliaLabel___DESCRIPTION": "The ARIA label for Algolia mention",
6
7
  "theme.SearchPage.documentsFound.plurals": "One document found|{count} documents found",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "পুরানো পোস্ট",
22
22
  "theme.blog.post.plurals": "একটি পোস্ট|{count} পোস্টস",
23
23
  "theme.blog.post.readMore": "আরও পড়ুন",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "এক মিনিট পড়া|{readingTime} মিনিট পড়া",
25
26
  "theme.blog.sidebar.navAriaLabel": "সাম্প্রতিক ব্লগ পোস্ট নেভিগেশন",
26
27
  "theme.blog.tagTitle": "{nPosts} সঙ্গে ট্যাগ্গেড \"{tagName}\" ",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "এই পেজটি এডিট করুন",
28
32
  "theme.common.headingLinkTitle": "হেডিং এর সঙ্গে সরাসরি লিংকড",
29
33
  "theme.common.skipToMainContent": "স্কিপ করে মূল কন্টেন্ট এ যান",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "ডক্স পৃষ্টাগুলির নেভিগেশন",
31
36
  "theme.docs.paginator.next": "পরবর্তী",
32
37
  "theme.docs.paginator.previous": "পূর্ববর্তী",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "সাইডবারটি প্রসারিত করুন",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "লেটেস্ট ভার্সন",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "আপ-টু-ডেট ডকুমেন্টেশনের জন্য, {latestVersionLink} ({versionLabel}) দেখুন।",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "এটি {siteTitle} {versionLabel} এর জন্যে ডকুমেন্টেশন, যা আর সক্রিয়ভাবে রক্ষণাবেক্ষণ করা হয় না।",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " {date} তারিখে",
44
50
  "theme.lastUpdated.byUser": "{user} দ্বারা",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "সর্বশেষ সংষ্করণ{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← মেন মেনুতে যান",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "ট্যাগ্স:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "সার্চ",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "আলগোলিয়া দ্বারা অনুসন্ধান করুন",
4
5
  "theme.SearchPage.documentsFound.plurals": "একটি ডকুমেন্ট পাওয়া গেছে|{count} ডকুমেন্টস পাওয়া গেছে",
5
6
  "theme.SearchPage.emptyResultsTitle": "ডকুমেন্টেশন অনুসন্ধান করুন",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "Starší článek",
22
22
  "theme.blog.post.plurals": "Jeden článek|{count} články|{count} článků|{count} článků",
23
23
  "theme.blog.post.readMore": "Celý článek",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "Jedna minuta čtení|{readingTime} minuty čtení|{readingTime} minut čtení|{readingTime} minut čtení",
25
26
  "theme.blog.sidebar.navAriaLabel": "Navigace s aktuálními články na blogu",
26
27
  "theme.blog.tagTitle": "{nPosts} s tagem \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "Upravit tuto stránku",
28
32
  "theme.common.headingLinkTitle": "Přímý odkaz na nadpis",
29
33
  "theme.common.skipToMainContent": "Přeskočit na hlavní obsah",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "Stránkování dokumentace",
31
36
  "theme.docs.paginator.next": "Další",
32
37
  "theme.docs.paginator.previous": "Předchozí",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "Otevřít postranní lištu",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "Nejnovější verze",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "Aktuální dokumentace viz {latestVersionLink} ({versionLabel}).",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "Tato dokumentace je pro {siteTitle} {versionLabel}, která už není aktivně udržována.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " {date}",
44
50
  "theme.lastUpdated.byUser": " od {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "Naposledy aktualizováno{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Zpět na hlavní menu",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "Tagy:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Hledat",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "Vyhledávání od Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "Jeden dokument nalezen|{count} dokumenty nalezeny||{count} dokumentů nalezeno||{count} dokumentů nalezeno",
5
6
  "theme.SearchPage.emptyResultsTitle": "Prohledat dokumentaci",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "Tidligere indslag",
22
22
  "theme.blog.post.plurals": "Et indslag|{count} indslag",
23
23
  "theme.blog.post.readMore": "Læs mere",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "Et minuts læsetid|{readingTime} minutters læsetid",
25
26
  "theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
26
27
  "theme.blog.tagTitle": "{nPosts} med følgende tag \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "Rediger denne side",
28
32
  "theme.common.headingLinkTitle": "Direkte link til overskrift",
29
33
  "theme.common.skipToMainContent": "Hop til hovedindhold",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "Dokumentside navigation",
31
36
  "theme.docs.paginator.next": "Næste",
32
37
  "theme.docs.paginator.previous": "Tidligere",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "Udvid sidenavigation",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "seneste version",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "For seneste dokumentation, se {latestVersionLink} ({versionLabel}).",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "Dette er dokumentationen for {siteTitle} {versionLabel}, som ikke længere bliver aktivt vedligeholdt.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " den {date}",
44
50
  "theme.lastUpdated.byUser": " af {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "Senest opdateret{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "Tags:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Søg",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "Søg med Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "Et dokument fundet|{count} dokumenter fundet",
5
6
  "theme.SearchPage.emptyResultsTitle": "Søg i dokumentationen",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "Älterer Post",
22
22
  "theme.blog.post.plurals": "Ein Post|{count} Posts",
23
23
  "theme.blog.post.readMore": "Mehr lesen",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "Eine Minute Lesezeit|{readingTime} Minuten Lesezeit",
25
26
  "theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
26
27
  "theme.blog.tagTitle": "{nPosts} getaggt mit \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "Diese Seite bearbeiten",
28
32
  "theme.common.headingLinkTitle": "Direkter Link zur Überschrift",
29
33
  "theme.common.skipToMainContent": "Zum Hauptinhalt springen",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "Dokumentation Seiten Navigation",
31
36
  "theme.docs.paginator.next": "Weiter",
32
37
  "theme.docs.paginator.previous": "Zurück",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "letzte Version",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "Für die aktuellste Dokumentation bitte auf {latestVersionLink} ({versionLabel}) gehen.",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "Das ist die Dokumentation für {siteTitle} {versionLabel} und wird nicht weiter gewartet.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " am {date}",
44
50
  "theme.lastUpdated.byUser": " von {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "Letztes Update{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Zurück zum Hauptmenü",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "Tags:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Suche",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "Suche von Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "Ein Dokument gefunden|{count} Dokumente gefunden",
5
6
  "theme.SearchPage.emptyResultsTitle": "Suche in der Dokumentation",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "Publicación más antigua",
22
22
  "theme.blog.post.plurals": "Una publicación|{count} publicaciones",
23
23
  "theme.blog.post.readMore": "Leer Más",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "Lectura de un minuto|{readingTime} min de lectura",
25
26
  "theme.blog.sidebar.navAriaLabel": "Navegación de publicaciones recientes",
26
27
  "theme.blog.tagTitle": "{nPosts} etiquetados con \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "Editar esta página",
28
32
  "theme.common.headingLinkTitle": "Enlace directo al encabezado",
29
33
  "theme.common.skipToMainContent": "Saltar al contenido principal",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "Navegación de páginas de documentos",
31
36
  "theme.docs.paginator.next": "Siguiente",
32
37
  "theme.docs.paginator.previous": "Anterior",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etiquetado|{count} documentos etiquetados",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "última versión",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "Para la documentación actualizada, vea {latestVersionLink} ({versionLabel}).",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "Esta es documentación para {siteTitle} {versionLabel}, que ya no se mantiene activamente.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " en {date}",
44
50
  "theme.lastUpdated.byUser": " por {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "Última actualización{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Volver al menú principal",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versiones",
48
55
  "theme.tags.tagsListLabel": "Etiquetas:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Buscar",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "Búsqueda por Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "Un documento encontrado|{count} documentos encontrados",
5
6
  "theme.SearchPage.emptyResultsTitle": "Búsqueda en la documentación",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "پست قدیمی تر",
22
22
  "theme.blog.post.plurals": "یک پست|{count} پست",
23
23
  "theme.blog.post.readMore": "ادامه مطلب",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "خواندن ۱ دقیقه|خواندن {readingTime} دقیقه",
25
26
  "theme.blog.sidebar.navAriaLabel": "کنترل پست های اخیر وبلاگ",
26
27
  "theme.blog.tagTitle": "{nPosts} با برچسب \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "ویرایش مطالب این صفحه",
28
32
  "theme.common.headingLinkTitle": "لینک مستقیم به عنوان",
29
33
  "theme.common.skipToMainContent": "پرش به مطلب اصلی",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "کنترل صفحات مطالب",
31
36
  "theme.docs.paginator.next": "بعدی",
32
37
  "theme.docs.paginator.previous": "قبلی",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "باز کردن نوار کناری",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} با \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "یک مطلب برچسب شده|{count} مطلب برچسب شده",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "آخرین نسخه",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "برای دیدن آخرین نسخه این متن، نسخه {latestVersionLink} ({versionLabel}) را ببینید.",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "نسخه {siteTitle} {versionLabel} دیگر به روزرسانی نمی شود.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " در تاریخ {date}",
44
50
  "theme.lastUpdated.byUser": " توسط {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "آخرین بروزرسانی{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "→ بازگشت به منو اصلی",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "نسخه ها",
48
55
  "theme.tags.tagsListLabel": "برچسب ها:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "جستجو",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "جستجو با Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "یک مورد پیدا شد|{count} مورد پیدا شد",
5
6
  "theme.SearchPage.emptyResultsTitle": "جستجو در متن",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "Mas Lumang Post",
22
22
  "theme.blog.post.plurals": "Isang post|{count} na mga post",
23
23
  "theme.blog.post.readMore": "Basahin Pa",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "Isang minutong basahin|{readingTime} minutong basahin",
25
26
  "theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
26
27
  "theme.blog.tagTitle": "{nPosts} na may tag na \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "I-edit ang page",
28
32
  "theme.common.headingLinkTitle": "Direktang link patungo sa heading",
29
33
  "theme.common.skipToMainContent": "Lumaktaw patungo sa pangunahing content",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "Nabegasyón para sa mga pahinang docs.",
31
36
  "theme.docs.paginator.next": "Sumunod",
32
37
  "theme.docs.paginator.previous": "Naraaan",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "Palakihin ang sidebar",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "pinakahuling bersiyón",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "Para sa up-to-date na dokumentasyón, tingnan ang {latestVersionLink} ({versionLabel}).",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "Ito ay dokumentasyón para sa {siteTitle} {versionLabel} na hindi na aktibong mine-maintain.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " noong {date}",
44
50
  "theme.lastUpdated.byUser": " ni {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "Huling inapdeyt{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "Mga Tag:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Maghanap",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "Paghahanap hatid ng Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "Isang dokumento ang nahanap|{count} na mga dokumento ang nahanap",
5
6
  "theme.SearchPage.emptyResultsTitle": "Maghanap sa dokumentasyón",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "Article plus ancien",
22
22
  "theme.blog.post.plurals": "Un article|{count} articles",
23
23
  "theme.blog.post.readMore": "Lire plus",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "Une minute de lecture|{readingTime} minutes de lecture",
25
26
  "theme.blog.sidebar.navAriaLabel": "Navigation article de blog récent",
26
27
  "theme.blog.tagTitle": "{nPosts} tagués avec « {tagName} »",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "Éditer cette page",
28
32
  "theme.common.headingLinkTitle": "Lien direct vers le titre",
29
33
  "theme.common.skipToMainContent": "Aller au contenu principal",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "Pagination des documents",
31
36
  "theme.docs.paginator.next": "Suivant",
32
37
  "theme.docs.paginator.previous": "Précédent",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "Déplier le menu latéral",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} avec \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Un document tagué|{count} documents tagués",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "dernière version",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "Pour une documentation à jour, consultez la {latestVersionLink} ({versionLabel}).",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "Ceci est la documentation de {siteTitle} {versionLabel}, qui n'est plus activement maintenue.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " le {date}",
44
50
  "theme.lastUpdated.byUser": " par {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Retour au menu principal",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "Tags :",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Chercher",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "Recherche par Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "Un document trouvé|{count} documents trouvés",
5
6
  "theme.SearchPage.emptyResultsTitle": "Rechercher dans la documentation",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "ישן יותר",
22
22
  "theme.blog.post.plurals": "רשומה אחת|{count} רשומות|{count} רשומות|{count} רשומות",
23
23
  "theme.blog.post.readMore": "קרא עוד...",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "דקת קריאה|{readingTime} דקות קריאה|{readingTime} דקות קריאה|{readingTime} דקות קריאה",
25
26
  "theme.blog.sidebar.navAriaLabel": "מעבר לרשומות אחרונות בבלוג",
26
27
  "theme.blog.tagTitle": "{nPosts} עם התגית \"{tagName}\"",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "ערוך דף זה",
28
32
  "theme.common.headingLinkTitle": "קישור ישיר לכותרת",
29
33
  "theme.common.skipToMainContent": "דלג לתוכן הראשי",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "רשימת דוקומנטאציה",
31
36
  "theme.docs.paginator.next": "הבא",
32
37
  "theme.docs.paginator.previous": "הקודם",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "פתח",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "גרסא אחרונה",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "לדוקומנטאציה עדכנית, ראה {latestVersionLink} ({versionLabel}).",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "דוקומנטאציה זו {siteTitle} {versionLabel}, כבר לא נתמכת.",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " בתאריך {date}",
44
50
  "theme.lastUpdated.byUser": " על ידי {user}",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "עודכן{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← חזרה לתפריט הראשי",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "תגיות:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "חיפוש",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "חיפוש by Algolia",
4
5
  "theme.SearchPage.documentsFound.plurals": "נמצא מסמך אחד|{count} מסמכים נמצאו|{count} מסמכים נמצאו|{count} מסמכים נמצאו",
5
6
  "theme.SearchPage.emptyResultsTitle": "חפש בדוקומנטאציה",
@@ -21,12 +21,17 @@
21
21
  "theme.blog.post.paginator.olderPost": "पुराने पोस्ट",
22
22
  "theme.blog.post.plurals": "एक पोस्ट|{count} पोस्ट",
23
23
  "theme.blog.post.readMore": "और पढ़ें",
24
+ "theme.blog.post.readMoreLabel": "Read more about {title}",
24
25
  "theme.blog.post.readingTime.plurals": "एक मिनट में पढ़ें|{readingTime} मिनट में पढ़ें",
25
26
  "theme.blog.sidebar.navAriaLabel": "नया ब्लॉग पोस्ट नेविगेशन",
26
27
  "theme.blog.tagTitle": "{nPosts} पोस्ट \"{tagName}\" टैग के साथ",
28
+ "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
29
+ "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
27
31
  "theme.common.editThisPage": "इस पेज को बदलें",
28
32
  "theme.common.headingLinkTitle": "शीर्षक का सीधा लिंक",
29
33
  "theme.common.skipToMainContent": "मुख्य कंटेंट तक स्किप करें",
34
+ "theme.docs.DocCard.categoryDescription": "{count} items",
30
35
  "theme.docs.paginator.navAriaLabel": "डॉक्स पेज नेविगेशन",
31
36
  "theme.docs.paginator.next": "अगला",
32
37
  "theme.docs.paginator.previous": "पिछ्ला",
@@ -36,6 +41,7 @@
36
41
  "theme.docs.sidebar.expandButtonTitle": "साइडबार खोलें",
37
42
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
44
+ "theme.docs.versionBadge.label": "Version: {versionLabel}",
39
45
  "theme.docs.versions.latestVersionLinkLabel": "सबसे नया वर्जन",
40
46
  "theme.docs.versions.latestVersionSuggestionLabel": "अप-टू-डेट डॉक्यूमेंटेशन के लिए {latestVersionLink} ({versionLabel}) देखें।",
41
47
  "theme.docs.versions.unmaintainedVersionLabel": "यह {siteTitle} {versionLabel} के लिए डॉक्यूमेंटेशन है, जिसे अब सक्रिय रूप से नहीं बनाए रखा गया है।",
@@ -43,6 +49,7 @@
43
49
  "theme.lastUpdated.atDate": " {date} पर",
44
50
  "theme.lastUpdated.byUser": " {user} द्वारा",
45
51
  "theme.lastUpdated.lastUpdatedAtBy": "आखरी अपडेट{atDate}{byUser}",
52
+ "theme.navbar.mobileLanguageDropdown.label": "Languages",
46
53
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← मुख्य मेनू में वापस जाएं",
47
54
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
48
55
  "theme.tags.tagsListLabel": "टैग:",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "खोज करें",
3
+ "theme.SearchBar.seeAll": "See all {count} results",
3
4
  "theme.SearchPage.algoliaLabel": "अल्गोलिया द्वारा खोजें",
4
5
  "theme.SearchPage.documentsFound.plurals": "एक डॉक्यूमेंट मिला|{count} डॉक्यूमेंट मिलें",
5
6
  "theme.SearchPage.emptyResultsTitle": "डॉक्यूमेंटेशन में खोजें",