@docusaurus/theme-translations 2.1.0 → 2.3.0

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 (43) hide show
  1. package/locales/ar/theme-common.json +5 -1
  2. package/locales/base/theme-common.json +10 -2
  3. package/locales/bn/theme-common.json +5 -1
  4. package/locales/cs/theme-common.json +5 -1
  5. package/locales/da/theme-common.json +5 -1
  6. package/locales/de/theme-common.json +5 -1
  7. package/locales/es/theme-common.json +5 -1
  8. package/locales/fa/theme-common.json +5 -1
  9. package/locales/fa/theme-search-algolia.json +23 -23
  10. package/locales/fil/theme-common.json +5 -1
  11. package/locales/fr/theme-common.json +5 -1
  12. package/locales/he/theme-common.json +5 -1
  13. package/locales/hi/theme-common.json +5 -1
  14. package/locales/it/theme-common.json +5 -1
  15. package/locales/ja/plugin-ideal-image.json +5 -5
  16. package/locales/ja/theme-common.json +38 -34
  17. package/locales/ja/theme-live-codeblock.json +2 -2
  18. package/locales/ja/theme-search-algolia.json +25 -25
  19. package/locales/ko/theme-common.json +5 -1
  20. package/locales/nl/theme-common.json +5 -1
  21. package/locales/pl/theme-common.json +13 -9
  22. package/locales/pl/theme-search-algolia.json +23 -23
  23. package/locales/pt-BR/theme-common.json +5 -1
  24. package/locales/pt-PT/theme-common.json +5 -1
  25. package/locales/ru/theme-common.json +11 -7
  26. package/locales/ru/theme-search-algolia.json +23 -23
  27. package/locales/sl/plugin-ideal-image.json +7 -0
  28. package/locales/sl/plugin-pwa.json +5 -0
  29. package/locales/sl/theme-common.json +72 -0
  30. package/locales/sl/theme-live-codeblock.json +4 -0
  31. package/locales/sl/theme-search-algolia.json +35 -0
  32. package/locales/sr/theme-common.json +5 -1
  33. package/locales/sv/theme-common.json +5 -1
  34. package/locales/sv/theme-search-algolia.json +24 -1
  35. package/locales/tr/plugin-ideal-image.json +5 -5
  36. package/locales/tr/theme-common.json +22 -16
  37. package/locales/tr/theme-search-algolia.json +23 -23
  38. package/locales/uk/theme-common.json +5 -1
  39. package/locales/vi/theme-common.json +9 -5
  40. package/locales/vi/theme-search-algolia.json +1 -1
  41. package/locales/zh-Hans/theme-common.json +5 -1
  42. package/locales/zh-Hant/theme-common.json +5 -1
  43. package/package.json +4 -4
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "تبديل فئة الشريط الجاني القابل للاغلاق '{label}'",
9
9
  "theme.ErrorPageContent.title": "هذه الصفحة لا تستجيب.",
10
10
  "theme.ErrorPageContent.tryAgain": "المحاولة مجددا",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "لم نتمكن من العثور على ما كنت تبحث عنه.",
12
13
  "theme.NotFound.p2": "يرجى الاتصال بمالك الموقع الذي ربطك بعنوان URL الأصلي وإخباره بأن الارتباط الخاص به معطل.",
13
14
  "theme.NotFound.title": "الصفحة غير موجودة",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "الوضع الداكن",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "الوضع الفاتح",
37
38
  "theme.common.editThisPage": "تعديل هذه الصفحة",
38
- "theme.common.headingLinkTitle": "ارتباط مباشر بالعنوان",
39
+ "theme.common.headingLinkTitle": "ارتباط مباشر بالعنوان {heading}",
39
40
  "theme.common.skipToMainContent": "انتقل إلى المحتوى الرئيسي",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} مواد",
41
42
  "theme.docs.breadcrumbs.home": "الرئيسية",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "التنقل بين صفحات الددات",
44
45
  "theme.docs.paginator.next": "التالى",
45
46
  "theme.docs.paginator.previous": "السابق",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "طي الشريط الجانبي",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "طي الشريط الجانبي",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "توسيع الشريط الجانبي",
49
51
  "theme.docs.sidebar.expandButtonTitle": "توسيع الشريط الجانبي",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} مستند موسوم بـ \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "مستند موسوم واحد|{count} مستندات موسومة",
52
56
  "theme.docs.versionBadge.label": "الأصدار: {versionLabel}",
@@ -16,7 +16,9 @@
16
16
  "theme.ErrorPageContent.title": "This page crashed.",
17
17
  "theme.ErrorPageContent.title___DESCRIPTION": "The title of the fallback page when the page crashed",
18
18
  "theme.ErrorPageContent.tryAgain": "Try again",
19
- "theme.ErrorPageContent.tryAgain___DESCRIPTION": "The label of the button to try again when the page crashed",
19
+ "theme.ErrorPageContent.tryAgain___DESCRIPTION": "The label of the button to try again rendering when the React error boundary captures an error",
20
+ "theme.NavBar.navAriaLabel": "Main",
21
+ "theme.NavBar.navAriaLabel___DESCRIPTION": "The ARIA label for the main navigation",
20
22
  "theme.NotFound.p1": "We could not find what you were looking for.",
21
23
  "theme.NotFound.p1___DESCRIPTION": "The first paragraph of the 404 page",
22
24
  "theme.NotFound.p2": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.",
@@ -71,7 +73,7 @@
71
73
  "theme.colorToggle.ariaLabel.mode.light___DESCRIPTION": "The name for the light color mode",
72
74
  "theme.common.editThisPage": "Edit this page",
73
75
  "theme.common.editThisPage___DESCRIPTION": "The link label to edit the current page",
74
- "theme.common.headingLinkTitle": "Direct link to heading",
76
+ "theme.common.headingLinkTitle": "Direct link to {heading}",
75
77
  "theme.common.headingLinkTitle___DESCRIPTION": "Title for link to heading",
76
78
  "theme.common.skipToMainContent": "Skip to main content",
77
79
  "theme.common.skipToMainContent___DESCRIPTION": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",
@@ -87,6 +89,8 @@
87
89
  "theme.docs.paginator.next___DESCRIPTION": "The label used to navigate to the next doc",
88
90
  "theme.docs.paginator.previous": "Previous",
89
91
  "theme.docs.paginator.previous___DESCRIPTION": "The label used to navigate to the previous doc",
92
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
93
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel___DESCRIPTION": "The ARIA label for close button of mobile sidebar",
90
94
  "theme.docs.sidebar.collapseButtonAriaLabel": "Collapse sidebar",
91
95
  "theme.docs.sidebar.collapseButtonAriaLabel___DESCRIPTION": "The title attribute for collapse button of doc sidebar",
92
96
  "theme.docs.sidebar.collapseButtonTitle": "Collapse sidebar",
@@ -95,6 +99,10 @@
95
99
  "theme.docs.sidebar.expandButtonAriaLabel___DESCRIPTION": "The ARIA label and title attribute for expand button of doc sidebar",
96
100
  "theme.docs.sidebar.expandButtonTitle": "Expand sidebar",
97
101
  "theme.docs.sidebar.expandButtonTitle___DESCRIPTION": "The ARIA label and title attribute for expand button of doc sidebar",
102
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
103
+ "theme.docs.sidebar.navAriaLabel___DESCRIPTION": "The ARIA label for the sidebar navigation",
104
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
105
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel___DESCRIPTION": "The ARIA label for hamburger menu button of mobile navigation",
98
106
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
99
107
  "theme.docs.tagDocListPageTitle___DESCRIPTION": "The title of the page for a docs tag",
100
108
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "This page crashed.",
10
10
  "theme.ErrorPageContent.tryAgain": "Try again",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "আপনি যা খুঁজছিলেন তা আমরা খুঁজে পাইনি।",
12
13
  "theme.NotFound.p2": "দয়া করে সাইটের মালিকের সাথে যোগাযোগ করুন যা আপনাকে মূল URL এর সাথে যুক্ত করেছে এবং তাদের লিঙ্কটি ভাঙ্গা রয়েছে তা তাদের জানান।",
13
14
  "theme.NotFound.title": "পেজটি খুঁজে পাওয়া যায়নি",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "এই পেজটি এডিট করুন",
38
- "theme.common.headingLinkTitle": "হেডিং এর সঙ্গে সরাসরি লিংকড",
39
+ "theme.common.headingLinkTitle": "{heading} এর সঙ্গে সরাসরি লিংকড",
39
40
  "theme.common.skipToMainContent": "স্কিপ করে মূল কন্টেন্ট এ যান",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "ডক্স পৃষ্টাগুলির নেভিগেশন",
44
45
  "theme.docs.paginator.next": "পরবর্তী",
45
46
  "theme.docs.paginator.previous": "পূর্ববর্তী",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "সাইডবারটি সঙ্কুচিত করুন",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "সাইডবারটি সঙ্কুচিত করুন",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "সাইডবারটি প্রসারিত করুন",
49
51
  "theme.docs.sidebar.expandButtonTitle": "সাইডবারটি প্রসারিত করুন",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "This page crashed.",
10
10
  "theme.ErrorPageContent.tryAgain": "Try again",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "Nepodařilo se nám najít co jste hledal(a).",
12
13
  "theme.NotFound.p2": "Kontaktujte prosím vlastníka webu, který vás odkázal na původní URL a upozorněte ho, že jejich odkaz nefunguje.",
13
14
  "theme.NotFound.title": "Stránka nenalezena",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "Upravit tuto stránku",
38
- "theme.common.headingLinkTitle": "Přímý odkaz na nadpis",
39
+ "theme.common.headingLinkTitle": "Přímý odkaz na {heading}",
39
40
  "theme.common.skipToMainContent": "Přeskočit na hlavní obsah",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "Stránkování dokumentace",
44
45
  "theme.docs.paginator.next": "Další",
45
46
  "theme.docs.paginator.previous": "Předchozí",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Zavřít postranní lištu",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "Zavřít postranní lištu",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Otevřít postranní lištu",
49
51
  "theme.docs.sidebar.expandButtonTitle": "Otevřít postranní lištu",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "This page crashed.",
10
10
  "theme.ErrorPageContent.tryAgain": "Try again",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "Vi kunne ikke finde det, du søgte.",
12
13
  "theme.NotFound.p2": "Venligst kontakt ejeren til webstedet, som førte dig frem denne URL, og informer dem om at linket ikke virker.",
13
14
  "theme.NotFound.title": "Siden blev ikke fundet",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "Rediger denne side",
38
- "theme.common.headingLinkTitle": "Direkte link til overskrift",
39
+ "theme.common.headingLinkTitle": "Direkte link til {heading}",
39
40
  "theme.common.skipToMainContent": "Hop til hovedindhold",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "Dokumentside navigation",
44
45
  "theme.docs.paginator.next": "Næste",
45
46
  "theme.docs.paginator.previous": "Tidligere",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Sammenlæg sidenavigation",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "Sammenlæg sidenavigation",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Udvid sidenavigation",
49
51
  "theme.docs.sidebar.expandButtonTitle": "Udvid sidenavigation",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Umschalten der Seitenleiste mit einklappbarer Kategorie '{label}'",
9
9
  "theme.ErrorPageContent.title": "Die Seite ist abgestürzt.",
10
10
  "theme.ErrorPageContent.tryAgain": "Nochmal versuchen",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "Wir konnten nicht finden, wonach Sie gesucht haben.",
12
13
  "theme.NotFound.p2": "Bitte kontaktieren Sie den Besitzer der Seite, die Sie mit der ursprünglichen URL verlinkt hat, und teilen Sie ihm mit, dass der Link nicht mehr funktioniert.",
13
14
  "theme.NotFound.title": "Seite nicht gefunden",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dunkler Modus",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "heller Modus",
37
38
  "theme.common.editThisPage": "Diese Seite bearbeiten",
38
- "theme.common.headingLinkTitle": "Direkter Link zur Überschrift",
39
+ "theme.common.headingLinkTitle": "Direkter Link zur {heading}",
39
40
  "theme.common.skipToMainContent": "Zum Hauptinhalt springen",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} Einträge",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "Dokumentation Seiten Navigation",
44
45
  "theme.docs.paginator.next": "Weiter",
45
46
  "theme.docs.paginator.previous": "Zurück",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Seitenleiste einklappen",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "Seitenleiste einklappen",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Seitenleiste ausklappen",
49
51
  "theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} mit \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Ein doc getaggt|{count} docs getaggt",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "This page crashed.",
10
10
  "theme.ErrorPageContent.tryAgain": "Try again",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "No pudimos encontrar lo que buscaba.",
12
13
  "theme.NotFound.p2": "Comuníquese con el dueño del sitio que lo vinculó a la URL original y hágale saber que su vínculo está roto.",
13
14
  "theme.NotFound.title": "Página No Encontrada",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "Editar esta página",
38
- "theme.common.headingLinkTitle": "Enlace directo al encabezado",
39
+ "theme.common.headingLinkTitle": "Enlace directo al {heading}",
39
40
  "theme.common.skipToMainContent": "Saltar al contenido principal",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "Navegación de páginas de documentos",
44
45
  "theme.docs.paginator.next": "Siguiente",
45
46
  "theme.docs.paginator.previous": "Anterior",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Colapsar barra lateral",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
49
51
  "theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etiquetado|{count} documentos etiquetados",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "دسته‌بندی برچسب '{label}' در نوار کناری را تغییر دهید ",
9
9
  "theme.ErrorPageContent.title": "بارگذاری صفحه با خطا روبرو شد.",
10
10
  "theme.ErrorPageContent.tryAgain": "تلاش مجدد",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "صفحه‌ای که دنبال آن بودید پیدا نشد.",
12
13
  "theme.NotFound.p2": "لطفا با صاحب وبسایت تماس بگیرید و ایشان را از مشکل پیش آمده مطلع کنید.",
13
14
  "theme.NotFound.title": "صفحه ای که دنبال آن بودید پیدا نشد.",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "حالت تیره",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "حالت روشن",
37
38
  "theme.common.editThisPage": "ویرایش مطالب این صفحه",
38
- "theme.common.headingLinkTitle": "لینک مستقیم به عنوان",
39
+ "theme.common.headingLinkTitle": "لینک مستقیم به {heading}",
39
40
  "theme.common.skipToMainContent": "پرش به مطلب اصلی",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} مورد",
41
42
  "theme.docs.breadcrumbs.home": "صفحه اصلی",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "کنترل صفحات مطالب",
44
45
  "theme.docs.paginator.next": "بعدی",
45
46
  "theme.docs.paginator.previous": "قبلی",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "بستن نوار کناری",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "باز کردن نوار کناری",
49
51
  "theme.docs.sidebar.expandButtonTitle": "باز کردن نوار کناری",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} با \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "یک مطلب برچسب شده|{count} مطلب برچسب شده",
52
56
  "theme.docs.versionBadge.label": "نسخه: {versionLabel}",
@@ -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": "جستجو در متن",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "This page crashed.",
10
10
  "theme.ErrorPageContent.tryAgain": "Try again",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "Hindi namin mahanap ang iyong hinananap.",
12
13
  "theme.NotFound.p2": "Mangyaring makipag-ugnayan sa may-ari ng site na nag-link sa iyo sa orihinal na URL at sabihin sa kanila na ang kanilang link ay putol.",
13
14
  "theme.NotFound.title": "Hindi Nahanap ang Pahina",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "I-edit ang page",
38
- "theme.common.headingLinkTitle": "Direktang link patungo sa heading",
39
+ "theme.common.headingLinkTitle": "Direktang link patungo sa {heading}",
39
40
  "theme.common.skipToMainContent": "Lumaktaw patungo sa pangunahing content",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "Nabegasyón para sa mga pahinang docs.",
44
45
  "theme.docs.paginator.next": "Sumunod",
45
46
  "theme.docs.paginator.previous": "Naraaan",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Itupî ang sidebar",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "Itupî ang sidebar",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Palakihin ang sidebar",
49
51
  "theme.docs.sidebar.expandButtonTitle": "Palakihin ang sidebar",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Plier/Déplier la catégorie '{label}' de la barre latérale",
9
9
  "theme.ErrorPageContent.title": "Cette page a planté.",
10
10
  "theme.ErrorPageContent.tryAgain": "Réessayer",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "Nous n'avons pas trouvé ce que vous recherchez.",
12
13
  "theme.NotFound.p2": "Veuillez contacter le propriétaire du site qui vous a lié à l'URL d'origine et leur faire savoir que leur lien est cassé.",
13
14
  "theme.NotFound.title": "Page introuvable",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "mode sombre",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "mode clair",
37
38
  "theme.common.editThisPage": "Éditer cette page",
38
- "theme.common.headingLinkTitle": "Lien direct vers le titre",
39
+ "theme.common.headingLinkTitle": "Lien direct vers {heading}",
39
40
  "theme.common.skipToMainContent": "Aller au contenu principal",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} éléments",
41
42
  "theme.docs.breadcrumbs.home": "Page d'accueil",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "Pagination des documents",
44
45
  "theme.docs.paginator.next": "Suivant",
45
46
  "theme.docs.paginator.previous": "Précédent",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Fermer la barre de navigation",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Réduire le menu latéral",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "Réduire le menu latéral",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Déplier le menu latéral",
49
51
  "theme.docs.sidebar.expandButtonTitle": "Déplier le menu latéral",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Ouvrir/fermer la barre de navigation",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} avec \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Un document tagué|{count} documents tagués",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "This page crashed.",
10
10
  "theme.ErrorPageContent.tryAgain": "Try again",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "אנחנו לא מוצאים את מה שאתה מנסה לחפש.",
12
13
  "theme.NotFound.p2": "הקישור אינו תקין, אנא פנה למנהל האתר ממנו קיבלת קישור זה.",
13
14
  "theme.NotFound.title": "דף לא נמצא",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "ערוך דף זה",
38
- "theme.common.headingLinkTitle": "קישור ישיר לכותרת",
39
+ "theme.common.headingLinkTitle": "קישור ישיר אל {heading}",
39
40
  "theme.common.skipToMainContent": "דלג לתוכן הראשי",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "רשימת דוקומנטאציה",
44
45
  "theme.docs.paginator.next": "הבא",
45
46
  "theme.docs.paginator.previous": "הקודם",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "סגור",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "סגור",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "פתח",
49
51
  "theme.docs.sidebar.expandButtonTitle": "פתח",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "This page crashed.",
10
10
  "theme.ErrorPageContent.tryAgain": "Try again",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "हमें वह नहीं मिला, जिसकी आपको तलाश थी।",
12
13
  "theme.NotFound.p2": "कृपया उस साइट के मालिक से संपर्क करें जिसने आपको मूल URL से जोड़ा है और उन्हें बताएं कि उनका लिंक टूट गया है।",
13
14
  "theme.NotFound.title": "पेज नहीं मिला",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "इस पेज को बदलें",
38
- "theme.common.headingLinkTitle": "शीर्षक का सीधा लिंक",
39
+ "theme.common.headingLinkTitle": "{heading} का सीधा लिंक",
39
40
  "theme.common.skipToMainContent": "मुख्य कंटेंट तक स्किप करें",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "डॉक्स पेज नेविगेशन",
44
45
  "theme.docs.paginator.next": "अगला",
45
46
  "theme.docs.paginator.previous": "पिछ्ला",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "साइडबार बंद करें",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "साइडबार बंद करें",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "साइडबार खोलें",
49
51
  "theme.docs.sidebar.expandButtonTitle": "साइडबार खोलें",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -8,6 +8,7 @@
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Attiva/disattiva la categoria '{label}' della barra laterale collassabile",
9
9
  "theme.ErrorPageContent.title": "Questa pagina è andata in crash.",
10
10
  "theme.ErrorPageContent.tryAgain": "Prova di nuovo",
11
+ "theme.NavBar.navAriaLabel": "Main",
11
12
  "theme.NotFound.p1": "Non siamo riusciti a trovare quello che stavi cercando.",
12
13
  "theme.NotFound.p2": "Contatta il proprietario del sito che ti ha collegato all'URL originale e fagli sapere che il loro collegamento è interrotto.",
13
14
  "theme.NotFound.title": "Pagina non trovata",
@@ -35,7 +36,7 @@
35
36
  "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
37
  "theme.colorToggle.ariaLabel.mode.light": "light mode",
37
38
  "theme.common.editThisPage": "Modifica questa pagina",
38
- "theme.common.headingLinkTitle": "Link diretto all'intestazione",
39
+ "theme.common.headingLinkTitle": "Link diretto a {heading}",
39
40
  "theme.common.skipToMainContent": "Passa al contenuto principale",
40
41
  "theme.docs.DocCard.categoryDescription": "{count} items",
41
42
  "theme.docs.breadcrumbs.home": "Home page",
@@ -43,10 +44,13 @@
43
44
  "theme.docs.paginator.navAriaLabel": "Navigazione delle pagine dei documenti",
44
45
  "theme.docs.paginator.next": "Successivo",
45
46
  "theme.docs.paginator.previous": "Precedente",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "Collassa la barra laterale",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "Collassa la barra laterale",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "Espandi la barra laterale",
49
51
  "theme.docs.sidebar.expandButtonTitle": "Espandi la barra laterale",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
50
54
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
51
55
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etichettato|{count} documenti etichettati",
52
56
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -1,7 +1,7 @@
1
1
  {
2
- "theme.IdealImageMessage.404error": "404. Image not found",
3
- "theme.IdealImageMessage.error": "Error. Click to reload",
4
- "theme.IdealImageMessage.load": "Click to load{sizeMessage}",
5
- "theme.IdealImageMessage.loading": "Loading...",
6
- "theme.IdealImageMessage.offline": "Your browser is offline. Image not loaded"
2
+ "theme.IdealImageMessage.404error": "画像が存在しません",
3
+ "theme.IdealImageMessage.error": "画像の読み込みに失敗しました",
4
+ "theme.IdealImageMessage.load": "クリックして読み込む{sizeMessage}",
5
+ "theme.IdealImageMessage.loading": "読み込み中...",
6
+ "theme.IdealImageMessage.offline": "オフライン中は画像は読み込まれません"
7
7
  }
@@ -1,24 +1,25 @@
1
1
  {
2
2
  "theme.AnnouncementBar.closeButtonAriaLabel": "閉じる",
3
- "theme.BackToTopButton.buttonAriaLabel": "Scroll back to top",
3
+ "theme.BackToTopButton.buttonAriaLabel": "先頭へ戻る",
4
4
  "theme.CodeBlock.copied": "コピーしました",
5
5
  "theme.CodeBlock.copy": "コピー",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
7
- "theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
- "theme.ErrorPageContent.title": "This page crashed.",
10
- "theme.ErrorPageContent.tryAgain": "Try again",
11
- "theme.NotFound.p1": "お探しのページが見つかりませんでした。",
12
- "theme.NotFound.p2": "このページにリンクしているサイトの所有者に連絡をしてリンクが壊れていることを伝えてください。",
7
+ "theme.CodeBlock.wordWrapToggle": "折り返し",
8
+ "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "サイドバーのカテゴリー「{label}」を開く・閉じる",
9
+ "theme.ErrorPageContent.title": "エラーが発生しました",
10
+ "theme.ErrorPageContent.tryAgain": "もう一度試してください",
11
+ "theme.NavBar.navAriaLabel": "Main",
12
+ "theme.NotFound.p1": "お探しのページが見つかりませんでした",
13
+ "theme.NotFound.p2": "このページにリンクしているサイトの所有者にリンクが壊れていることを伝えてください",
13
14
  "theme.NotFound.title": "ページが見つかりません",
14
- "theme.TOCCollapsible.toggleButtonLabel": "On this page",
15
- "theme.admonition.caution": "caution",
16
- "theme.admonition.danger": "danger",
17
- "theme.admonition.info": "info",
18
- "theme.admonition.note": "note",
19
- "theme.admonition.tip": "tip",
20
- "theme.blog.archive.description": "Archive",
21
- "theme.blog.archive.title": "Archive",
15
+ "theme.TOCCollapsible.toggleButtonLabel": "このページの見出し",
16
+ "theme.admonition.caution": "注意",
17
+ "theme.admonition.danger": "危険",
18
+ "theme.admonition.info": "備考",
19
+ "theme.admonition.note": "注記",
20
+ "theme.admonition.tip": "ヒント",
21
+ "theme.blog.archive.description": "アーカイブ",
22
+ "theme.blog.archive.title": "アーカイブ",
22
23
  "theme.blog.paginator.navAriaLabel": "ブログ記事一覧のナビゲーション",
23
24
  "theme.blog.paginator.newerEntries": "新しい記事",
24
25
  "theme.blog.paginator.olderEntries": "過去の記事",
@@ -27,39 +28,42 @@
27
28
  "theme.blog.post.paginator.olderPost": "過去の記事",
28
29
  "theme.blog.post.plurals": "{count}件",
29
30
  "theme.blog.post.readMore": "もっと見る",
30
- "theme.blog.post.readMoreLabel": "Read more about {title}",
31
+ "theme.blog.post.readMoreLabel": "{title}についてもっと見る",
31
32
  "theme.blog.post.readingTime.plurals": "約{readingTime}分",
32
- "theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
33
- "theme.blog.tagTitle": "「{tagName}」タグの記事が{nPosts}あります",
34
- "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
35
- "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
36
- "theme.colorToggle.ariaLabel.mode.light": "light mode",
33
+ "theme.blog.sidebar.navAriaLabel": "最近のブログ記事のナビゲーション",
34
+ "theme.blog.tagTitle": "「{tagName}」タグの記事が{nPosts}件あります",
35
+ "theme.colorToggle.ariaLabel": "ダークモードを切り替える(現在は{mode})",
36
+ "theme.colorToggle.ariaLabel.mode.dark": "ダークモード",
37
+ "theme.colorToggle.ariaLabel.mode.light": "ライトモード",
37
38
  "theme.common.editThisPage": "このページを編集",
38
- "theme.common.headingLinkTitle": "見出しへの直接リンク",
39
+ "theme.common.headingLinkTitle": "{heading} への直接リンク",
39
40
  "theme.common.skipToMainContent": "メインコンテンツまでスキップ",
40
- "theme.docs.DocCard.categoryDescription": "{count} items",
41
- "theme.docs.breadcrumbs.home": "Home page",
42
- "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
41
+ "theme.docs.DocCard.categoryDescription": "{count}項目",
42
+ "theme.docs.breadcrumbs.home": "ホームページ",
43
+ "theme.docs.breadcrumbs.navAriaLabel": "パンくずリストのナビゲーション",
43
44
  "theme.docs.paginator.navAriaLabel": "ドキュメントのナビゲーション",
44
45
  "theme.docs.paginator.next": "次へ",
45
46
  "theme.docs.paginator.previous": "前へ",
47
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "サイドバーを隠す",
47
49
  "theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
48
50
  "theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
49
51
  "theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
50
- "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
51
- "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
52
- "theme.docs.versionBadge.label": "Version: {versionLabel}",
52
+ "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
53
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
54
+ "theme.docs.tagDocListPageTitle": "{tagName}」タグのついた{nDocsTagged}",
55
+ "theme.docs.tagDocListPageTitle.nDocsTagged": "{count}記事",
56
+ "theme.docs.versionBadge.label": "バージョン: {versionLabel}",
53
57
  "theme.docs.versions.latestVersionLinkLabel": "最新バージョン",
54
- "theme.docs.versions.latestVersionSuggestionLabel": "最新のドキュメントは{latestVersionLink} ({versionLabel}) を見てください。",
55
- "theme.docs.versions.unmaintainedVersionLabel": "これは{siteTitle} {versionLabel}のドキュメントで現在はアクティブにメンテナンスされていません。",
56
- "theme.docs.versions.unreleasedVersionLabel": "これはリリース前の{siteTitle} {versionLabel}のドキュメントです。",
58
+ "theme.docs.versions.latestVersionSuggestionLabel": "最新のドキュメントは{latestVersionLink} ({versionLabel}) を見てください",
59
+ "theme.docs.versions.unmaintainedVersionLabel": "これはバージョン{versionLabel}{siteTitle}のドキュメントで現在はメンテナンスされていません",
60
+ "theme.docs.versions.unreleasedVersionLabel": "これはリリース前のバージョン{versionLabel}{siteTitle}のドキュメントです。",
57
61
  "theme.lastUpdated.atDate": "{date}に",
58
62
  "theme.lastUpdated.byUser": "{user}が",
59
63
  "theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}最終更新",
60
- "theme.navbar.mobileLanguageDropdown.label": "Languages",
61
- "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
62
- "theme.navbar.mobileVersionsDropdown.label": "Versions",
64
+ "theme.navbar.mobileLanguageDropdown.label": "他の言語",
65
+ "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← メインメニューに戻る",
66
+ "theme.navbar.mobileVersionsDropdown.label": "他のバージョン",
63
67
  "theme.tags.tagsListLabel": "タグ:",
64
68
  "theme.tags.tagsPageLink": "全てのタグを見る",
65
69
  "theme.tags.tagsPageTitle": "タグ"
@@ -1,4 +1,4 @@
1
1
  {
2
- "theme.Playground.liveEditor": "Live Editor",
3
- "theme.Playground.result": "Result"
2
+ "theme.Playground.liveEditor": "ライブエディター",
3
+ "theme.Playground.result": "結果"
4
4
  }