@docusaurus/theme-translations 3.7.0 → 3.8.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.
- package/README.md +1 -1
- package/locales/ar/theme-common.json +3 -0
- package/locales/base/theme-common.json +7 -1
- package/locales/bg/theme-common.json +3 -0
- package/locales/bn/theme-common.json +3 -0
- package/locales/cs/theme-common.json +3 -0
- package/locales/da/theme-common.json +3 -0
- package/locales/de/theme-common.json +3 -0
- package/locales/es/theme-common.json +3 -0
- package/locales/et/theme-common.json +3 -0
- package/locales/fa/theme-common.json +3 -0
- package/locales/fil/theme-common.json +3 -0
- package/locales/fr/theme-common.json +3 -0
- package/locales/he/theme-common.json +3 -0
- package/locales/hi/theme-common.json +3 -0
- package/locales/hu/theme-common.json +3 -0
- package/locales/id/theme-common.json +3 -0
- package/locales/is/theme-common.json +3 -0
- package/locales/it/theme-common.json +3 -0
- package/locales/ja/theme-common.json +3 -0
- package/locales/ko/theme-common.json +3 -0
- package/locales/nb/theme-common.json +3 -0
- package/locales/nl/theme-common.json +3 -0
- package/locales/pl/theme-common.json +7 -4
- package/locales/pt-BR/theme-common.json +3 -0
- package/locales/pt-PT/theme-common.json +3 -0
- package/locales/ru/theme-common.json +3 -0
- package/locales/sl/theme-common.json +3 -0
- package/locales/sr/theme-common.json +3 -0
- package/locales/sv/theme-common.json +3 -0
- package/locales/tk/theme-common.json +3 -0
- package/locales/tr/theme-common.json +16 -13
- package/locales/uk/theme-common.json +3 -0
- package/locales/vi/theme-common.json +3 -0
- package/locales/zh-Hans/theme-common.json +8 -5
- package/locales/zh-Hant/theme-common.json +9 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "التبديل بين الوضع الداكن والفاتح (الحالي {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "الوضع الداكن",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "الوضع الفاتح",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "تعديل هذه الصفحة",
|
|
45
46
|
"theme.common.headingLinkTitle": "ارتباط مباشر بالعنوان {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "انتقل إلى المحتوى الرئيسي",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " في {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " بواسطة {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "آخر تحديث{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "اللغات",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "→ العودة إلى القائمة الرئيسية",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "إصدارات",
|
|
@@ -78,11 +78,13 @@
|
|
|
78
78
|
"theme.blog.tagTitle": "{nPosts} tagged with \"{tagName}\"",
|
|
79
79
|
"theme.blog.tagTitle___DESCRIPTION": "The title of the page for a blog tag",
|
|
80
80
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
81
|
-
"theme.colorToggle.ariaLabel___DESCRIPTION": "The ARIA label for the
|
|
81
|
+
"theme.colorToggle.ariaLabel___DESCRIPTION": "The ARIA label for the color mode toggle",
|
|
82
82
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
83
83
|
"theme.colorToggle.ariaLabel.mode.dark___DESCRIPTION": "The name for the dark color mode",
|
|
84
84
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
85
85
|
"theme.colorToggle.ariaLabel.mode.light___DESCRIPTION": "The name for the light color mode",
|
|
86
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
87
|
+
"theme.colorToggle.ariaLabel.mode.system___DESCRIPTION": "The name for the system color mode",
|
|
86
88
|
"theme.common.editThisPage": "Edit this page",
|
|
87
89
|
"theme.common.editThisPage___DESCRIPTION": "The link label to edit the current page",
|
|
88
90
|
"theme.common.headingLinkTitle": "Direct link to {heading}",
|
|
@@ -142,6 +144,10 @@
|
|
|
142
144
|
"theme.lastUpdated.byUser___DESCRIPTION": "The words used to describe by who the page has been last updated",
|
|
143
145
|
"theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}",
|
|
144
146
|
"theme.lastUpdated.lastUpdatedAtBy___DESCRIPTION": "The sentence used to display when a page has been last updated, and by who",
|
|
147
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
148
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel___DESCRIPTION": "The ARIA label of the button to collapse the mobile dropdown navbar item",
|
|
149
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
150
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel___DESCRIPTION": "The ARIA label of the button to expand the mobile dropdown navbar item",
|
|
145
151
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
146
152
|
"theme.navbar.mobileLanguageDropdown.label___DESCRIPTION": "The label for the mobile language switcher dropdown",
|
|
147
153
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Превключване между тъмен и светъл режим (В момента {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "тъмен режим",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "светъл режим",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Редактирай тази страница",
|
|
45
46
|
"theme.common.headingLinkTitle": "Директна връзка към {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Преминете към основното съдържание",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " на {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " от {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Последно обновено{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Езици",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Назад към главното меню",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Версии",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "এই পেজটি এডিট করুন",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading} এর সঙ্গে সরাসরি লিংকড",
|
|
46
47
|
"theme.common.skipToMainContent": "স্কিপ করে মূল কন্টেন্ট এ যান",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date} তারিখে",
|
|
72
73
|
"theme.lastUpdated.byUser": "{user} দ্বারা",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "সর্বশেষ সংষ্করণ{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← মেন মেনুতে যান",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Upravit tuto stránku",
|
|
45
46
|
"theme.common.headingLinkTitle": "Přímý odkaz na {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Přeskočit na hlavní obsah",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " od {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Naposledy aktualizováno{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Zpět na hlavní menu",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Rediger denne side",
|
|
45
46
|
"theme.common.headingLinkTitle": "Direkte link til {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Hop til hovedindhold",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " den {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " af {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Senest opdateret{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Umschalten zwischen dunkler und heller Ansicht (momentan {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dunkler Modus",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "heller Modus",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Diese Seite bearbeiten",
|
|
45
46
|
"theme.common.headingLinkTitle": "Direkter Link zur {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Zum Hauptinhalt springen",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " am {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " von {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Letztes Update{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Sprachen",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Zurück zum Hauptmenü",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versionen",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Cambiar entre modo oscuro y claro (actualmente {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "modo oscuro",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "modo claro",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Editar esta página",
|
|
45
46
|
"theme.common.headingLinkTitle": "Enlace directo al {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Saltar al contenido principal",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " en {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " por {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Última actualización{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Idiomas",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Volver al menú principal",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versiones",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Vaheta heleda ja tumeda teema vahel (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "tume teema",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "hele teema",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Redigeeri seda lehte",
|
|
45
46
|
"theme.common.headingLinkTitle": "Link {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Liigu peamise sisu juurde",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Viimane uuendus{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Keeled",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tagasi põhi menüüsse",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versioonid",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "بین حالت تاریک و روشن سوئیچ کنید (الان {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "حالت تیره",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "حالت روشن",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "ویرایش مطالب این صفحه",
|
|
45
46
|
"theme.common.headingLinkTitle": "لینک مستقیم به {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "پرش به مطلب اصلی",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " در تاریخ {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " توسط {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "آخرین به روز رسانی{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "→ بازگشت به منو اصلی",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "نسخهها",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "I-edit ang page",
|
|
45
46
|
"theme.common.headingLinkTitle": "Direktang link patungo sa {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Lumaktaw patungo sa pangunahing content",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " noong {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " ni {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Huling inapdeyt{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Basculer entre le mode sombre et clair (actuellement {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "mode sombre",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "mode clair",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Éditer cette page",
|
|
45
46
|
"theme.common.headingLinkTitle": "Lien direct vers {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Aller au contenu principal",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " le {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " par {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Langues",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Retour au menu principal",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "ערוך דף זה",
|
|
45
46
|
"theme.common.headingLinkTitle": "קישור ישיר אל {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "דלג לתוכן הראשי",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " בתאריך {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " על ידי {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "עודכן{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← חזרה לתפריט הראשי",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "इस पेज को बदलें",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading} का सीधा लिंक",
|
|
46
47
|
"theme.common.skipToMainContent": "मुख्य कंटेंट तक स्किप करें",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date} पर",
|
|
72
73
|
"theme.lastUpdated.byUser": " {user} द्वारा",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "आखरी अपडेट{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← मुख्य मेनू में वापस जाएं",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Váltás a sötét és világos mód között (jelenleg {mode} van beállítva)",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "Sötét mód",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "Világos mód",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Szerkesztés GitHub-on",
|
|
45
46
|
"theme.common.headingLinkTitle": "Közvetlen hivatkozás erre: {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Ugrás a fő tartalomhoz",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date} napján",
|
|
72
73
|
"theme.lastUpdated.byUser": " {user} által",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Utolsó frissítés{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Nyelvek",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Vissza a főmenühöz",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Verziók",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Ubah antara modus gelap dan modus terang (saat ini {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "modus gelap",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "modus terang",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Sunting halaman ini",
|
|
45
46
|
"theme.common.headingLinkTitle": "Taut langsung ke {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Lewati ke konten utama",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " pada {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " oleh {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Diperbaharui{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Bahasa",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Kembali ke menu utama",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versi",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Skiptu á milli rökkur stillingar og bjartar stillingar (núna {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "rökkur stilling",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "björt stilling",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Breyttu þessari síðu",
|
|
45
46
|
"theme.common.headingLinkTitle": "Beinn hlekkur að {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Hoppa yfir á aðal efni",
|
|
@@ -72,6 +73,8 @@
|
|
|
72
73
|
"theme.lastUpdated.atDate": " þann {date}",
|
|
73
74
|
"theme.lastUpdated.byUser": " af {user}",
|
|
74
75
|
"theme.lastUpdated.lastUpdatedAtBy": "Seinast uppfært{atDate}{byUser}",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
77
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
75
78
|
"theme.navbar.mobileLanguageDropdown.label": "Tungumál",
|
|
76
79
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Til baka á aðal valmynd",
|
|
77
80
|
"theme.navbar.mobileVersionsDropdown.label": "Útgáfur",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Passa dalla modalità scura a quella chiara (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "Modalità scura",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "modalità luce",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Modifica questa pagina",
|
|
45
46
|
"theme.common.headingLinkTitle": "Link diretto a {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Passa al contenuto principale",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " il {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " da {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Ultimo aggiornamento{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Linguaggio",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Indietro al menu principale",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versioni",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "ダークモードを切り替える(現在は{mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "ダークモード",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "ライトモード",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "システムモード",
|
|
44
45
|
"theme.common.editThisPage": "このページを編集",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading} への直接リンク",
|
|
46
47
|
"theme.common.skipToMainContent": "メインコンテンツまでスキップ",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": "{date}に",
|
|
72
73
|
"theme.lastUpdated.byUser": "{user}が",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}最終更新",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "他の言語",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← メインメニューに戻る",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "他のバージョン",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "어두운 모드와 밝은 모드 전환하기 (현재 {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "어두운 모드",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "밝은 모드",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "페이지 편집",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading}에 대한 직접 링크",
|
|
46
47
|
"theme.common.skipToMainContent": "본문으로 건너뛰기",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date}에",
|
|
72
73
|
"theme.lastUpdated.byUser": " {user}가",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "최종 수정: {atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "언어",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 메인 메뉴로 돌아가기",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "버전",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Bytt mellom mørk og lys utseende (nå {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "mørk utseende",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "lys utseende",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Rediger denne siden",
|
|
45
46
|
"theme.common.headingLinkTitle": "Direkte lenke til {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Gå til hovedinnhold",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " den {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " av {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Sist oppdatert{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Språk",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tilbake til hovedmenyen",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versjoner",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Schakel tussen donkere en lichte modus (momenteel {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "donkere modus",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "lichte modus",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Bewerk deze pagina",
|
|
45
46
|
"theme.common.headingLinkTitle": "Direct link naar {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Ga naar hoofdinhoud",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " op {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " door {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Laatst bijgewerkt{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Talen",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Terug naar het hoofdmenu",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versies",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Archiwum",
|
|
24
24
|
"theme.blog.archive.title": "Archiwum",
|
|
25
|
-
"theme.blog.author.noPosts": "
|
|
25
|
+
"theme.blog.author.noPosts": "Ten autor nie napisał jeszcze żadnych postów.",
|
|
26
26
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
27
|
-
"theme.blog.authorsList.pageTitle": "
|
|
28
|
-
"theme.blog.authorsList.viewAll": "
|
|
27
|
+
"theme.blog.authorsList.pageTitle": "Autorzy",
|
|
28
|
+
"theme.blog.authorsList.viewAll": "Zobacz wszystkich autorów",
|
|
29
29
|
"theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
|
|
30
30
|
"theme.blog.paginator.newerEntries": "Nowsze wpisy",
|
|
31
31
|
"theme.blog.paginator.olderEntries": "Starsze wpisy",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Przełącz pomiędzy ciemnym a jasnym motywem (aktualnie ustawiony {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "ciemny motyw",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "jasny motyw",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Edytuj tę stronę",
|
|
45
46
|
"theme.common.headingLinkTitle": "Bezpośredni link do {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Przejdź do głównej zawartości",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
"theme.docs.sidebar.expandButtonTitle": "Rozszerz boczny panel",
|
|
62
63
|
"theme.docs.sidebar.navAriaLabel": "Panel boczny dokumentów",
|
|
63
64
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Przełączanie panelu nawigacyjnego",
|
|
64
|
-
"theme.docs.tagDocListPageTitle": "{nDocsTagged}
|
|
65
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} dla \"{tagName}\"",
|
|
65
66
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Jedna strona dokumentacji otagowana|{count} strony dokumentacji otagowane|{count} stron dokumentacji otagowanych",
|
|
66
67
|
"theme.docs.versionBadge.label": "Wersja: {versionLabel}",
|
|
67
68
|
"theme.docs.versions.latestVersionLinkLabel": "bieżącej wersji",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " dnia {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " przez {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Ostatnia aktualizacja{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Języki",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Wróć do menu głównego",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Wersje",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Alterar entre os modos claro e escuro (modo {mode} ativado)",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "modo escuro",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "modo claro",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Editar essa página",
|
|
45
46
|
"theme.common.headingLinkTitle": "Link direto para {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Pular para o conteúdo principal",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " em {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " por {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização {atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Linguagens",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Voltar para o menu principal",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versões",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Editar esta página",
|
|
45
46
|
"theme.common.headingLinkTitle": "Link direto para {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Saltar para o conteúdo principal",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " a {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " por {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Переключение между темным и светлым режимом (сейчас используется {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "Тёмный режим",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "Светлый режим",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Отредактировать эту страницу",
|
|
45
46
|
"theme.common.headingLinkTitle": "Прямая ссылка на {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Перейти к основному содержимому",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " от {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Последнее обновление{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Языки",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Перейти к главному меню",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Версии",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Preklopi med temnim in svetlim načinom (trenutno {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "temni način",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "svetli način",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Uredi to stran",
|
|
45
46
|
"theme.common.headingLinkTitle": "Direktna povezava na {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Preskoči na vsebino",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Nazadnje posodobil {byUser}, {atDate}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Jeziki",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Nazaj na glavni meni",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Verzije",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Уреди ову страницу",
|
|
45
46
|
"theme.common.headingLinkTitle": "Веза до {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Пређи на главни садржај",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " на {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " од {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Последња измена {atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Назад на главни мени",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Верзије",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Växla mellan mörkt och ljust utseende (currently {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "mörkt utseende",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "ljust utseende",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Redigera denna sida",
|
|
45
46
|
"theme.common.headingLinkTitle": "Direktlänk till {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Hoppa till huvudinnehåll",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " den {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " av {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Senast uppdaterad{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Språk",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tillbaka till huvudmeny",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versioner",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Gijeki ýa-da gündizki temany saýlamak (häzirki wagtda {mode} ulanylýar)",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "Gijeki tema",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "Gündizki tema",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Bu sahypany üýtgetmek",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading} sahypa göni geçiň",
|
|
46
47
|
"theme.common.skipToMainContent": "Esasy mazmuna geç",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " {user} tarapyndan",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Soňky täzelenme{atDate}{byUser} tarapyndan",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Diller",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Esasy menýua geç",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Wersiýalar",
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopyala",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Kelime kaydırmayı aç/kapat",
|
|
8
|
-
"theme.DocSidebarItem.collapseCategoryAriaLabel": "
|
|
9
|
-
"theme.DocSidebarItem.expandCategoryAriaLabel": "
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Kenar çubuğu kategorisini daralt '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Kenar çubuğu kategorisini genişlet '{label}'",
|
|
10
10
|
"theme.ErrorPageContent.title": "Bu sayfa çöktü.",
|
|
11
11
|
"theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
|
|
12
|
-
"theme.NavBar.navAriaLabel": "
|
|
12
|
+
"theme.NavBar.navAriaLabel": "Ana menü",
|
|
13
13
|
"theme.NotFound.p1": "Aradığınız şeyi bulamadık.",
|
|
14
14
|
"theme.NotFound.p2": "Lütfen sizi orijinal URL'ye yönlendiren sitenin sahibiyle iletişime geçin ve bağlantısının bozuk olduğunu bildirin.",
|
|
15
15
|
"theme.NotFound.title": "Sayfa Bulunamadı",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"theme.admonition.info": "bilgi",
|
|
20
20
|
"theme.admonition.note": "not",
|
|
21
21
|
"theme.admonition.tip": "ipucu",
|
|
22
|
-
"theme.admonition.warning": "
|
|
22
|
+
"theme.admonition.warning": "uyarı",
|
|
23
23
|
"theme.blog.archive.description": "Arşiv",
|
|
24
24
|
"theme.blog.archive.title": "Arşiv",
|
|
25
|
-
"theme.blog.author.noPosts": "
|
|
25
|
+
"theme.blog.author.noPosts": "Bu yazar henüz herhangi bir yazı yazmadı.",
|
|
26
26
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
27
|
-
"theme.blog.authorsList.pageTitle": "
|
|
28
|
-
"theme.blog.authorsList.viewAll": "
|
|
27
|
+
"theme.blog.authorsList.pageTitle": "Yazarlar",
|
|
28
|
+
"theme.blog.authorsList.viewAll": "Tüm Yazarları Görüntüle",
|
|
29
29
|
"theme.blog.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu",
|
|
30
30
|
"theme.blog.paginator.newerEntries": "Yeni Girdiler",
|
|
31
31
|
"theme.blog.paginator.olderEntries": "Eski Girdiler",
|
|
@@ -41,16 +41,17 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Karanlık ve aydınlık mod arasında geçiş yapın (şu anda {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "Karanlık mod",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "Aydınlık mod",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Bu sayfayı düzenle",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading} doğrudan bağlantı",
|
|
46
47
|
"theme.common.skipToMainContent": "Ana içeriğe geç",
|
|
47
|
-
"theme.contentVisibility.draftBanner.message": "
|
|
48
|
-
"theme.contentVisibility.draftBanner.title": "
|
|
48
|
+
"theme.contentVisibility.draftBanner.message": "Bu sayfa bir taslaktır. Sadece dev'de görünür olacak ve üretim yapısından hariç tutulacaktır.",
|
|
49
|
+
"theme.contentVisibility.draftBanner.title": "Taslak sayfa",
|
|
49
50
|
"theme.contentVisibility.unlistedBanner.message": "Bu sayfa listelenmemiş. Arama motorları dizine eklemez ve yalnızca doğrudan bağlantısı olan kullanıcılar buna erişebilir.",
|
|
50
51
|
"theme.contentVisibility.unlistedBanner.title": "Listelenmeyen sayfa",
|
|
51
52
|
"theme.docs.DocCard.categoryDescription.plurals": "1 öğe|{count} öğe",
|
|
52
53
|
"theme.docs.breadcrumbs.home": "Ana sayfa",
|
|
53
|
-
"theme.docs.breadcrumbs.navAriaLabel": "
|
|
54
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Gezinti yolu",
|
|
54
55
|
"theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası",
|
|
55
56
|
"theme.docs.paginator.next": "Sonraki",
|
|
56
57
|
"theme.docs.paginator.previous": "Önceki",
|
|
@@ -59,11 +60,11 @@
|
|
|
59
60
|
"theme.docs.sidebar.collapseButtonTitle": "Kenar çubuğunu daralt",
|
|
60
61
|
"theme.docs.sidebar.expandButtonAriaLabel": "Kenar çubuğunu genişlet",
|
|
61
62
|
"theme.docs.sidebar.expandButtonTitle": "Kenar çubuğunu genişlet",
|
|
62
|
-
"theme.docs.sidebar.navAriaLabel": "
|
|
63
|
+
"theme.docs.sidebar.navAriaLabel": "Belgeler kenar çubuğu",
|
|
63
64
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Gezinme çubuğunu aç/kapat",
|
|
64
65
|
"theme.docs.tagDocListPageTitle": "\"{tagName}\" ile etiketlenmiş {nDocsTagged}",
|
|
65
66
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Bir doküman etiketlendi|{count} doküman etiketlendi",
|
|
66
|
-
"theme.docs.versionBadge.label": "
|
|
67
|
+
"theme.docs.versionBadge.label": "Versiyon: {versionLabel}",
|
|
67
68
|
"theme.docs.versions.latestVersionLinkLabel": "en son sürüm",
|
|
68
69
|
"theme.docs.versions.latestVersionSuggestionLabel": "Güncel belgeler için bkz. {latestVersionLink} ({versionLabel}).",
|
|
69
70
|
"theme.docs.versions.unmaintainedVersionLabel": "Bu, {siteTitle} {versionLabel} dokümantasyonudur ve bakımı sonlanmıştır.",
|
|
@@ -71,7 +72,9 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date} tarihinde",
|
|
72
73
|
"theme.lastUpdated.byUser": " {user} tarafından",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "En son {atDate} {byUser} güncellendi",
|
|
74
|
-
"theme.navbar.
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
77
|
+
"theme.navbar.mobileLanguageDropdown.label": "Diller",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Ana menüye dön",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Versiyonlar",
|
|
77
80
|
"theme.tags.tagsListLabel": "Etiketler:",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Перемикання між темним та світлим режимом (зараз використовується {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "Темний режим",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "Світлий режим",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Відредагувати цю сторінку",
|
|
45
46
|
"theme.common.headingLinkTitle": "Пряме посилання на {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Перейти до основного вмісту",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " від {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Останнє оновлення{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Мови",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Перейти до головного меню",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Версії",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "Chuyển đổi chế độ sáng và tối (hiện tại là {mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "chế độ tối",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "chế độ sáng",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "Sửa trang này",
|
|
45
46
|
"theme.common.headingLinkTitle": "Đường dẫn trực tiếp đến {heading}",
|
|
46
47
|
"theme.common.skipToMainContent": "Chuyển tới nội dung chính",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": " vào {date}",
|
|
72
73
|
"theme.lastUpdated.byUser": " bởi {user}",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối{atDate}{byUser}",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "Ngôn ngữ",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Trở lại menu chính",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "Phiên bản",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"theme.admonition.warning": "注意",
|
|
23
23
|
"theme.blog.archive.description": "历史博文",
|
|
24
24
|
"theme.blog.archive.title": "历史博文",
|
|
25
|
-
"theme.blog.author.noPosts": "
|
|
25
|
+
"theme.blog.author.noPosts": "该作者尚未撰写任何文章。",
|
|
26
26
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
27
|
-
"theme.blog.authorsList.pageTitle": "
|
|
28
|
-
"theme.blog.authorsList.viewAll": "
|
|
27
|
+
"theme.blog.authorsList.pageTitle": "作者",
|
|
28
|
+
"theme.blog.authorsList.viewAll": "查看所有作者",
|
|
29
29
|
"theme.blog.paginator.navAriaLabel": "博文列表分页导航",
|
|
30
30
|
"theme.blog.paginator.newerEntries": "较新的博文",
|
|
31
31
|
"theme.blog.paginator.olderEntries": "较旧的博文",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "切换浅色/暗黑模式(当前为{mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "暗黑模式",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "浅色模式",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "编辑此页",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading}的直接链接",
|
|
46
47
|
"theme.common.skipToMainContent": "跳到主要内容",
|
|
47
|
-
"theme.contentVisibility.draftBanner.message": "
|
|
48
|
-
"theme.contentVisibility.draftBanner.title": "
|
|
48
|
+
"theme.contentVisibility.draftBanner.message": "此页面是草稿,仅在开发环境中可见,不会包含在正式版本中。",
|
|
49
|
+
"theme.contentVisibility.draftBanner.title": "草稿页",
|
|
49
50
|
"theme.contentVisibility.unlistedBanner.message": "此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。",
|
|
50
51
|
"theme.contentVisibility.unlistedBanner.title": "未列出页",
|
|
51
52
|
"theme.docs.DocCard.categoryDescription.plurals": "{count} 个项目",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": "于 {date} ",
|
|
72
73
|
"theme.lastUpdated.byUser": "由 {user} ",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "最后{byUser}{atDate}更新",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "选择语言",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 回到主菜单",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "选择版本",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"theme.admonition.warning": "注意",
|
|
23
23
|
"theme.blog.archive.description": "歷史文章",
|
|
24
24
|
"theme.blog.archive.title": "歷史文章",
|
|
25
|
-
"theme.blog.author.noPosts": "
|
|
25
|
+
"theme.blog.author.noPosts": "此作者尚未撰寫任何文章。",
|
|
26
26
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
27
|
-
"theme.blog.authorsList.pageTitle": "
|
|
28
|
-
"theme.blog.authorsList.viewAll": "
|
|
27
|
+
"theme.blog.authorsList.pageTitle": "作者列表",
|
|
28
|
+
"theme.blog.authorsList.viewAll": "檢視所有作者",
|
|
29
29
|
"theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽",
|
|
30
30
|
"theme.blog.paginator.newerEntries": "較新的文章",
|
|
31
31
|
"theme.blog.paginator.olderEntries": "較舊的文章",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"theme.colorToggle.ariaLabel": "切換淺色/深色模式(當前為{mode})",
|
|
42
42
|
"theme.colorToggle.ariaLabel.mode.dark": "深色模式",
|
|
43
43
|
"theme.colorToggle.ariaLabel.mode.light": "淺色模式",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.system": "system mode",
|
|
44
45
|
"theme.common.editThisPage": "編輯此頁",
|
|
45
46
|
"theme.common.headingLinkTitle": "{heading}的直接連結",
|
|
46
47
|
"theme.common.skipToMainContent": "跳至主要内容",
|
|
47
|
-
"theme.contentVisibility.draftBanner.message": "
|
|
48
|
-
"theme.contentVisibility.draftBanner.title": "
|
|
48
|
+
"theme.contentVisibility.draftBanner.message": "此頁面為草稿,僅在開發環境中可見,不會包含於正式版本中。",
|
|
49
|
+
"theme.contentVisibility.draftBanner.title": "草稿頁",
|
|
49
50
|
"theme.contentVisibility.unlistedBanner.message": "此頁面未列出。搜索引擎不會對其索引,只有擁有直接連結的用戶才能訪問。",
|
|
50
51
|
"theme.contentVisibility.unlistedBanner.title": "未列出頁",
|
|
51
52
|
"theme.docs.DocCard.categoryDescription.plurals": "{count} 個項目",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"theme.docs.paginator.navAriaLabel": "文件選項卡",
|
|
55
56
|
"theme.docs.paginator.next": "下一頁",
|
|
56
57
|
"theme.docs.paginator.previous": "上一頁",
|
|
57
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
58
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "關閉導覽列",
|
|
58
59
|
"theme.docs.sidebar.collapseButtonAriaLabel": "收起側邊欄",
|
|
59
60
|
"theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
|
|
60
61
|
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
"theme.lastUpdated.atDate": "於 {date} ",
|
|
72
73
|
"theme.lastUpdated.byUser": "由 {user} ",
|
|
73
74
|
"theme.lastUpdated.lastUpdatedAtBy": "最後{byUser}{atDate}更新",
|
|
75
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Collapse the dropdown",
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expand the dropdown",
|
|
74
77
|
"theme.navbar.mobileLanguageDropdown.label": "選擇語言",
|
|
75
78
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 回到主選單",
|
|
76
79
|
"theme.navbar.mobileVersionsDropdown.label": "選擇版本",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"tslib": "^2.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/babel": "3.
|
|
27
|
-
"@docusaurus/core": "3.
|
|
28
|
-
"@docusaurus/logger": "3.
|
|
29
|
-
"@docusaurus/utils": "3.
|
|
26
|
+
"@docusaurus/babel": "3.8.0",
|
|
27
|
+
"@docusaurus/core": "3.8.0",
|
|
28
|
+
"@docusaurus/logger": "3.8.0",
|
|
29
|
+
"@docusaurus/utils": "3.8.0",
|
|
30
30
|
"lodash": "^4.17.21"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">=18.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "948d63c42fad0ba24b7b531a9deb6167e64dc845"
|
|
36
36
|
}
|