@docusaurus/theme-translations 2.2.0 → 2.3.1
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/locales/ar/theme-common.json +3 -1
- package/locales/base/theme-common.json +6 -2
- package/locales/bn/theme-common.json +3 -1
- package/locales/cs/theme-common.json +3 -1
- package/locales/da/theme-common.json +3 -1
- package/locales/de/theme-common.json +3 -1
- package/locales/es/theme-common.json +3 -1
- package/locales/fa/theme-common.json +3 -1
- package/locales/fa/theme-search-algolia.json +23 -23
- package/locales/fil/theme-common.json +3 -1
- package/locales/fr/theme-common.json +3 -1
- package/locales/he/theme-common.json +3 -1
- package/locales/hi/theme-common.json +3 -1
- package/locales/it/theme-common.json +3 -1
- package/locales/ja/theme-common.json +3 -1
- package/locales/ko/theme-common.json +3 -1
- package/locales/nl/theme-common.json +3 -1
- package/locales/pl/theme-common.json +13 -11
- package/locales/pl/theme-search-algolia.json +23 -23
- package/locales/pt-BR/theme-common.json +3 -1
- package/locales/pt-PT/theme-common.json +3 -1
- package/locales/ru/theme-common.json +3 -1
- package/locales/sl/plugin-ideal-image.json +7 -0
- package/locales/sl/plugin-pwa.json +5 -0
- package/locales/sl/theme-common.json +72 -0
- package/locales/sl/theme-live-codeblock.json +4 -0
- package/locales/sl/theme-search-algolia.json +35 -0
- package/locales/sr/theme-common.json +3 -1
- package/locales/sv/theme-common.json +4 -2
- package/locales/sv/theme-search-algolia.json +24 -24
- package/locales/tr/theme-common.json +14 -10
- package/locales/uk/theme-common.json +3 -1
- package/locales/vi/theme-common.json +4 -2
- package/locales/vi/theme-search-algolia.json +1 -1
- package/locales/zh-Hans/theme-common.json +5 -3
- package/locales/zh-Hant/theme-common.json +3 -1
- 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": "الرئيسية",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "طي الشريط الجانبي",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "توسيع الشريط الجانبي",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "توسيع الشريط الجانبي",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} مستند موسوم بـ \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "مستند موسوم واحد|{count} مستندات موسومة",
|
|
@@ -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
|
|
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",
|
|
@@ -97,6 +99,8 @@
|
|
|
97
99
|
"theme.docs.sidebar.expandButtonAriaLabel___DESCRIPTION": "The ARIA label and title attribute for expand button of doc sidebar",
|
|
98
100
|
"theme.docs.sidebar.expandButtonTitle": "Expand sidebar",
|
|
99
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",
|
|
100
104
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
101
105
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel___DESCRIPTION": "The ARIA label for hamburger menu button of mobile navigation",
|
|
102
106
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
@@ -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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "সাইডবারটি সঙ্কুচিত করুন",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "সাইডবারটি প্রসারিত করুন",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "সাইডবারটি প্রসারিত করুন",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"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": "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
|
|
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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Zavřít postranní lištu",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Otevřít postranní lištu",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Otevřít postranní lištu",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"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": "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
|
|
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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Sammenlæg sidenavigation",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Udvid sidenavigation",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Udvid sidenavigation",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
@@ -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
|
|
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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Seitenleiste einklappen",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Seitenleiste ausklappen",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} mit \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ein doc getaggt|{count} docs getaggt",
|
|
@@ -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
|
|
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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etiquetado|{count} documentos etiquetados",
|
|
@@ -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": "صفحه اصلی",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "باز کردن نوار کناری",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "باز کردن نوار کناری",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} با \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "یک مطلب برچسب شده|{count} مطلب برچسب شده",
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "جستجو",
|
|
3
3
|
"theme.SearchBar.seeAll": "نمایش {count} نتیجه",
|
|
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": "
|
|
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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Itupî ang sidebar",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Palakihin ang sidebar",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Palakihin ang sidebar",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
@@ -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
|
|
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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Réduire le menu latéral",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Déplier le menu latéral",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Déplier le menu latéral",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Ouvrir/fermer la barre de navigation",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} avec \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un document tagué|{count} documents tagués",
|
|
@@ -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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "סגור",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "פתח",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "פתח",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "साइडबार बंद करें",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "साइडबार खोलें",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "साइडबार खोलें",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
@@ -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
|
|
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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Collassa la barra laterale",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Espandi la barra laterale",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Espandi la barra laterale",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etichettato|{count} documenti etichettati",
|
|
@@ -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": "ホームページ",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "「{tagName}」タグのついた{nDocsTagged}",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}記事",
|
|
@@ -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": "홈",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "사이드바 숨기기",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "사이드바 열기",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "사이드바 열기",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} \"{tagName}\" 태그에 분류되었습니다",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}개 문서가",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Klap de opvouwbare zijbalkcategorie '{label}' in of uit",
|
|
9
9
|
"theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
|
|
11
|
+
"theme.NavBar.navAriaLabel": "Main",
|
|
11
12
|
"theme.NotFound.p1": "We kunnen niet vinden waar je naar op zoek bent.",
|
|
12
13
|
"theme.NotFound.p2": "Neem contact op met de eigenaar van de website die naar de originele URL heeft geleid en laat weten dat de link niet meer werkt.",
|
|
13
14
|
"theme.NotFound.title": "Pagina niet gevonden",
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"theme.colorToggle.ariaLabel.mode.dark": "donkere modus",
|
|
36
37
|
"theme.colorToggle.ariaLabel.mode.light": "lichte modus",
|
|
37
38
|
"theme.common.editThisPage": "Bewerk deze pagina",
|
|
38
|
-
"theme.common.headingLinkTitle": "Direct link naar
|
|
39
|
+
"theme.common.headingLinkTitle": "Direct link naar {heading}",
|
|
39
40
|
"theme.common.skipToMainContent": "Ga naar hoofdinhoud",
|
|
40
41
|
"theme.docs.DocCard.categoryDescription": "{count} artikelen",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Homepagina",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Zijbalk inklappen",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Zijbalk uitklappen",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Zijbalk uitklappen",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} met \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Een artikel getagd|{count} artikelen getagd",
|
|
@@ -4,19 +4,20 @@
|
|
|
4
4
|
"theme.CodeBlock.copied": "Skopiowano!",
|
|
5
5
|
"theme.CodeBlock.copy": "Kopiuj",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopiuj do schowka",
|
|
7
|
-
"theme.CodeBlock.wordWrapToggle": "
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Przełącz zawijanie słów",
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Przełącz zwijalną kategorię panelu bocznego '{label}'",
|
|
9
9
|
"theme.ErrorPageContent.title": "Ta strona uległa awarii.",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "Spróbuj ponownie",
|
|
11
|
+
"theme.NavBar.navAriaLabel": "Main",
|
|
11
12
|
"theme.NotFound.p1": "Nie mogliśmy znaleźć strony której szukasz.",
|
|
12
13
|
"theme.NotFound.p2": "Proszę skontaktuj się z właścielem strony, z której link doprowadził Cię tutaj i poinformuj go, że link jest nieprawidłowy.",
|
|
13
14
|
"theme.NotFound.title": "Strona nie została znaleziona",
|
|
14
15
|
"theme.TOCCollapsible.toggleButtonLabel": "Na tej stronie",
|
|
15
|
-
"theme.admonition.caution": "
|
|
16
|
-
"theme.admonition.danger": "
|
|
17
|
-
"theme.admonition.info": "
|
|
18
|
-
"theme.admonition.note": "
|
|
19
|
-
"theme.admonition.tip": "
|
|
16
|
+
"theme.admonition.caution": "uwaga",
|
|
17
|
+
"theme.admonition.danger": "ważne",
|
|
18
|
+
"theme.admonition.info": "informacja",
|
|
19
|
+
"theme.admonition.note": "notatka",
|
|
20
|
+
"theme.admonition.tip": "wskazówka",
|
|
20
21
|
"theme.blog.archive.description": "Archiwum",
|
|
21
22
|
"theme.blog.archive.title": "Archiwum",
|
|
22
23
|
"theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
|
|
@@ -35,20 +36,21 @@
|
|
|
35
36
|
"theme.colorToggle.ariaLabel.mode.dark": "ciemny motyw",
|
|
36
37
|
"theme.colorToggle.ariaLabel.mode.light": "jasny motyw",
|
|
37
38
|
"theme.common.editThisPage": "Edytuj tę stronę",
|
|
38
|
-
"theme.common.headingLinkTitle": "Bezpośredni link do
|
|
39
|
+
"theme.common.headingLinkTitle": "Bezpośredni link do {heading}",
|
|
39
40
|
"theme.common.skipToMainContent": "Przejdź do głównej zawartości",
|
|
40
41
|
"theme.docs.DocCard.categoryDescription": "{count} elementów",
|
|
41
|
-
"theme.docs.breadcrumbs.home": "
|
|
42
|
-
"theme.docs.breadcrumbs.navAriaLabel": "
|
|
42
|
+
"theme.docs.breadcrumbs.home": "Strona główna",
|
|
43
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Pasek nawigacji",
|
|
43
44
|
"theme.docs.paginator.navAriaLabel": "Nawigacja na stronie dokumentacji",
|
|
44
45
|
"theme.docs.paginator.next": "Następna strona",
|
|
45
46
|
"theme.docs.paginator.previous": "Poprzednia strona",
|
|
46
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
47
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Zamknij panel nawigacji",
|
|
47
48
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Zwiń boczny panel",
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Zwiń boczny panel",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Rozszerz boczny panel",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Rozszerz boczny panel",
|
|
51
|
-
"theme.docs.sidebar.
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Panel boczny dokumentów",
|
|
53
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Przełączanie panelu nawigacyjnego",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Jedna strona dokumentacji otagowana|{count} strony dokumentacji otagowane|{count} stron dokumentacji otagowanych",
|
|
54
56
|
"theme.docs.versionBadge.label": "Wersja: {versionLabel}",
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Szukaj",
|
|
3
3
|
"theme.SearchBar.seeAll": "Wyświetl wszystkie {count} wyników",
|
|
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": "Enter
|
|
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": "
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Sprawdź swoje połączenie sieciowe.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Nie można pobrać wyników",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Klawisz Escape",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "aby zamknąć",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Strzałka w dół",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "aby przejść",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Strzałka w górę",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Szukaj według",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Klawisz Enter",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "aby wybrać",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Brak wyników dla",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Daj nam znać.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Wydaje Ci się, że to zapytanie powinno zwrócić wyniki?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Spróbuj poszukać",
|
|
18
|
+
"theme.SearchModal.placeholder": "Wyszukaj dokumenty",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Anuluj",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Wyczyść zapytanie",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Ulubione",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Brak ostatnich wyszukiwań",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Ostatnie wyszukiwania",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Usuń to wyszukiwanie z ulubionych",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Usuń to wyszukiwanie z historii",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Zapisz to wyszukiwanie",
|
|
27
27
|
"theme.SearchPage.algoliaLabel": "Dostawca rozwiązania Algolia",
|
|
28
28
|
"theme.SearchPage.documentsFound.plurals": "Jeden dokument znaleziony|{count} dokumenty znalezione|{count} dokumentów znalezionych",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Wyszukaj w dokumentacji",
|
|
@@ -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": "Não foi possível encontrar o que você está procurando.",
|
|
12
13
|
"theme.NotFound.p2": "Entre em contato com o proprietário do site que lhe trouxe para cá e lhe informe que o link está quebrado.",
|
|
13
14
|
"theme.NotFound.title": "Página não 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 essa página",
|
|
38
|
-
"theme.common.headingLinkTitle": "Link direto para
|
|
39
|
+
"theme.common.headingLinkTitle": "Link direto para {heading}",
|
|
39
40
|
"theme.common.skipToMainContent": "Pular para o conteúdo principal",
|
|
40
41
|
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Home page",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Fechar painel lateral",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir painel lateral",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Expandir painel lateral",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} com \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Um documento selecionado|{count} documentos selecionados",
|
|
@@ -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": "Não foi possível encontrar o que procura.",
|
|
12
13
|
"theme.NotFound.p2": "Por favor, contacte o proprietário do site que o trouxe aqui e informe-lhe que o link está partido.",
|
|
13
14
|
"theme.NotFound.title": "Página não 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": "Link direto para
|
|
39
|
+
"theme.common.headingLinkTitle": "Link direto para {heading}",
|
|
39
40
|
"theme.common.skipToMainContent": "Saltar para o conteúdo principal",
|
|
40
41
|
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Home page",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
@@ -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} элемент|{count} элемента|{count} элементов",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Главная страница",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Свернуть сайдбар",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Развернуть сайдбар",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Переключить навигационную панель",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} с тегом \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Одна страница|{count} страницы|{count} страниц",
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. Slika ni najdena",
|
|
3
|
+
"theme.IdealImageMessage.error": "Napaka. Kliknite, da ponovno naložite stran",
|
|
4
|
+
"theme.IdealImageMessage.load": "Kliknite, da naložite{sizeMessage}",
|
|
5
|
+
"theme.IdealImageMessage.loading": "Nalaganje...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "Vaš brskalnik nima povezave s spletom. Slike ni bilo možno naložiti"
|
|
7
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Zapri",
|
|
3
|
+
"theme.BackToTopButton.buttonAriaLabel": "Nazaj na vrh",
|
|
4
|
+
"theme.CodeBlock.copied": "Kopirano v odložišče",
|
|
5
|
+
"theme.CodeBlock.copy": "Kopiraj",
|
|
6
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Kopiraj v odložišče",
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Preklopi oblivanje besedila",
|
|
8
|
+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Preklopi zložljivo kategorijo v stranski vrstici '{label}'",
|
|
9
|
+
"theme.ErrorPageContent.title": "Ta stran se je zrušila.",
|
|
10
|
+
"theme.ErrorPageContent.tryAgain": "Poskusite ponovno",
|
|
11
|
+
"theme.NavBar.navAriaLabel": "Glavna navigacija",
|
|
12
|
+
"theme.NotFound.p1": "Iskane strani ni bilo možno najti",
|
|
13
|
+
"theme.NotFound.p2": "Prosim kontaktirajte lastnike strani, s katere ste sledili povezavi in jih obvestite, da povezava ne deluje.",
|
|
14
|
+
"theme.NotFound.title": "Strani ni bilo možno najti",
|
|
15
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Na tej strani",
|
|
16
|
+
"theme.admonition.caution": "pozor",
|
|
17
|
+
"theme.admonition.danger": "nevarnost",
|
|
18
|
+
"theme.admonition.info": "informacija",
|
|
19
|
+
"theme.admonition.note": "opomba",
|
|
20
|
+
"theme.admonition.tip": "namig",
|
|
21
|
+
"theme.blog.archive.description": "Arhiv",
|
|
22
|
+
"theme.blog.archive.title": "Arhiv",
|
|
23
|
+
"theme.blog.paginator.navAriaLabel": "Navigacija kazala po blogu",
|
|
24
|
+
"theme.blog.paginator.newerEntries": "Novejši prispevki",
|
|
25
|
+
"theme.blog.paginator.olderEntries": "Starejši prispevki",
|
|
26
|
+
"theme.blog.post.paginator.navAriaLabel": "Navigacija prispevka na blogu",
|
|
27
|
+
"theme.blog.post.paginator.newerPost": "Novejši prispevek",
|
|
28
|
+
"theme.blog.post.paginator.olderPost": "Starejši prispevek",
|
|
29
|
+
"theme.blog.post.plurals": "En prispevek|Dva prispevka|{count} prispevki|{count} prispevkov",
|
|
30
|
+
"theme.blog.post.readMore": "Preberite več",
|
|
31
|
+
"theme.blog.post.readMoreLabel": "Preberite več o {title}",
|
|
32
|
+
"theme.blog.post.readingTime.plurals": "Minuta branja|Minuti branja|{readingTime} minute branja|{readingTime} minut branja",
|
|
33
|
+
"theme.blog.sidebar.navAriaLabel": "Navigacija svežih prispevkov na blogu",
|
|
34
|
+
"theme.blog.tagTitle": "{nPosts} ima oznako \"{tagName}\"",
|
|
35
|
+
"theme.colorToggle.ariaLabel": "Preklopi med temnim in svetlim načinom (trenutno {mode})",
|
|
36
|
+
"theme.colorToggle.ariaLabel.mode.dark": "temni način",
|
|
37
|
+
"theme.colorToggle.ariaLabel.mode.light": "svetli način",
|
|
38
|
+
"theme.common.editThisPage": "Uredi to stran",
|
|
39
|
+
"theme.common.headingLinkTitle": "Direktna povezava na {heading}",
|
|
40
|
+
"theme.common.skipToMainContent": "Preskoči na vsebino",
|
|
41
|
+
"theme.docs.DocCard.categoryDescription": "{count} vnosov",
|
|
42
|
+
"theme.docs.breadcrumbs.home": "Domača stran",
|
|
43
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Drobtine",
|
|
44
|
+
"theme.docs.paginator.navAriaLabel": "Navigacija po dokumentaciji",
|
|
45
|
+
"theme.docs.paginator.next": "Naslednji",
|
|
46
|
+
"theme.docs.paginator.previous": "Prejšnji",
|
|
47
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Zapri navigacijsko vrstico",
|
|
48
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Skrči stransko vrstico",
|
|
49
|
+
"theme.docs.sidebar.collapseButtonTitle": "Skrči stransko vrstico",
|
|
50
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Razširi stransko vrstico",
|
|
51
|
+
"theme.docs.sidebar.expandButtonTitle": "Razširi stransko vrstico",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Stranska vrstica dokumentacije",
|
|
53
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Preklopi navigacijsko vrstico",
|
|
54
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} ima oznako \"{tagName}\"",
|
|
55
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "En dokument ima oznako|Dva dokumenta imata oznako|{count} dokumenti imajo oznako|{count} dokumentov ima oznako",
|
|
56
|
+
"theme.docs.versionBadge.label": "Verzija: {versionLabel}",
|
|
57
|
+
"theme.docs.versions.latestVersionLinkLabel": "zadnja verzija",
|
|
58
|
+
"theme.docs.versions.latestVersionSuggestionLabel": "Za najnovejšo dokumentacijo, poglejte {latestVersionLink} ({versionLabel}).",
|
|
59
|
+
"theme.docs.versions.unmaintainedVersionLabel": "To je dokumentacija za {siteTitle} {versionLabel}, ki ni več aktivno vzdrževana.",
|
|
60
|
+
"theme.docs.versions.unreleasedVersionLabel": "To je še neobjavljena dokumentacija za {siteTitle}, verzijo {versionLabel}.",
|
|
61
|
+
"theme.lastUpdated.atDate": " {date}",
|
|
62
|
+
"theme.lastUpdated.byUser": " {user}",
|
|
63
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Nazadnje posodobil {byUser}, {atDate}",
|
|
64
|
+
"theme.navbar.mobileLanguageDropdown.label": "Jeziki",
|
|
65
|
+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Nazaj na glavni meni",
|
|
66
|
+
"theme.navbar.mobileVersionsDropdown.label": "Verzije",
|
|
67
|
+
"theme.tags.tagsListLabel": "Oznake:",
|
|
68
|
+
"theme.tags.tagsPageLink": "Poglej vse oznake",
|
|
69
|
+
"theme.tags.tagsPageTitle": "Oznake",
|
|
70
|
+
"theme.unlistedContent.message": "Ta stran ni zabeležena. Iskalniki je ne bodo indeksirali, do nje bodo uporabniki lahko dostopali le z direktno povezavo.",
|
|
71
|
+
"theme.unlistedContent.title": "Nezabeležena stran"
|
|
72
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.SearchBar.label": "Išči",
|
|
3
|
+
"theme.SearchBar.seeAll": "Poglej vse rezultate ({count})",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Preverite vašo spletno povezavo.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Rezultatov ni bilo možno naložiti",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Tipka Escape",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "zapri",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Tipka puščica navzdol",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "naslednji/prejšnji rezultat",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Tipka puščica navzgor",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Iskanje",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "tipka Enter",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "izberi",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Ni rezultatov za",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Obvestite nas.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Mislite, da bi morali obstajati rezultati?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Poskusite poiskati",
|
|
18
|
+
"theme.SearchModal.placeholder": "Išči po dokumentaciji",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Prekliči",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Izprazni iskalni niz",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Priljubljena iskanja",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Ni iskanj pred kratkim",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Pred kratkim",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Umakni iskanje iz priljubljenih",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Umakni iskanje iz zgodovine",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Shrani to iskanje",
|
|
27
|
+
"theme.SearchPage.algoliaLabel": "Iskanje Algolia",
|
|
28
|
+
"theme.SearchPage.documentsFound.plurals": "Dokument najden|Dokumenta najdena|{count} dokumenti najdeni|{count} dokumentov najdenih",
|
|
29
|
+
"theme.SearchPage.emptyResultsTitle": "Išči po dokumentaciji",
|
|
30
|
+
"theme.SearchPage.existingResultsTitle": "Rezultati iskanja za \"{query}\"",
|
|
31
|
+
"theme.SearchPage.fetchingNewResults": "Nalagam nove rezultate...",
|
|
32
|
+
"theme.SearchPage.inputLabel": "Išči",
|
|
33
|
+
"theme.SearchPage.inputPlaceholder": "Vnesite iskalni niz tukaj",
|
|
34
|
+
"theme.SearchPage.noResultsText": "Ni bilo rezultatov"
|
|
35
|
+
}
|
|
@@ -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",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Сакриј бочну листу",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Прошири бочну листу",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Прошири бочну листу",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} означени са \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Један документ означен|{count} означених докумената",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Växla den hopfällbara sidomenyn för kategori '{label}'",
|
|
9
9
|
"theme.ErrorPageContent.title": "Denna sida har kraschat.",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "Försök igen",
|
|
11
|
+
"theme.NavBar.navAriaLabel": "Main",
|
|
11
12
|
"theme.NotFound.p1": "Vi kunde inte hitta det du letade efter.",
|
|
12
13
|
"theme.NotFound.p2": "Vänligen kontakta ägaren av webbplatsen som länkade dig till den ursprungliga webbadressen och låt dem veta att denna länk är trasig.",
|
|
13
14
|
"theme.NotFound.title": "Sidan Hittades Inte",
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"theme.colorToggle.ariaLabel.mode.dark": "mörkt utseende",
|
|
36
37
|
"theme.colorToggle.ariaLabel.mode.light": "ljust utseende",
|
|
37
38
|
"theme.common.editThisPage": "Redigera denna sida",
|
|
38
|
-
"theme.common.headingLinkTitle": "Direktlänk till
|
|
39
|
+
"theme.common.headingLinkTitle": "Direktlänk till {heading}",
|
|
39
40
|
"theme.common.skipToMainContent": "Hoppa till huvudinnehåll",
|
|
40
41
|
"theme.docs.DocCard.categoryDescription": "{count} artiklar",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Hemsida",
|
|
@@ -48,7 +49,8 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Stäng sidofältet",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expandera sidofältet",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Expandera sidofältet",
|
|
51
|
-
"theme.docs.sidebar.
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
53
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Visa/göm navigationen",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ett dokument taggat|{count} dokument taggade",
|
|
54
56
|
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Sök",
|
|
3
3
|
"theme.SearchBar.seeAll": "Se alla {count} resultat",
|
|
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": "Enter
|
|
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
|
-
"theme.SearchPage.algoliaLabel": "
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Du kanske vill kontrollera din nätverksanslutning.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Kunde inte hämta resultat",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape-tangenten",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "för att stänga",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Pil ned",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "för att navigera",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Pil upp",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Sökning från",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter-tangenten",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "för att välja",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Inga resultat för",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Återkoppla.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Tycker du att sökningen borde returnera resultat?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Försöka söka efter",
|
|
18
|
+
"theme.SearchModal.placeholder": "Sök i dokumentationen",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Avbryt",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Rensa sökningen",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favoriter",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Inga senaste sökningar",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Senaste sökningar",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Ta bort från favoriter",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Ta bort från historiken",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Lägg till som favorit",
|
|
27
|
+
"theme.SearchPage.algoliaLabel": "Sökning från Algolia",
|
|
28
28
|
"theme.SearchPage.documentsFound.plurals": "Ett dokument hittades|{count} dokument hittades",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Sök genom dokumentationen",
|
|
30
30
|
"theme.SearchPage.existingResultsTitle": "Sökresultat för \"{query}\"",
|
|
@@ -4,19 +4,20 @@
|
|
|
4
4
|
"theme.CodeBlock.copied": "Kopyalandı",
|
|
5
5
|
"theme.CodeBlock.copy": "Kopyala",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala",
|
|
7
|
-
"theme.CodeBlock.wordWrapToggle": "
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Kelime kaydırmayı aç/kapat",
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
|
|
9
9
|
"theme.ErrorPageContent.title": "Bu sayfa çöktü.",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
|
|
11
|
+
"theme.NavBar.navAriaLabel": "Main",
|
|
11
12
|
"theme.NotFound.p1": "Aradığınız şeyi bulamadık.",
|
|
12
13
|
"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.",
|
|
13
14
|
"theme.NotFound.title": "Sayfa Bulunamadı",
|
|
14
15
|
"theme.TOCCollapsible.toggleButtonLabel": "Bu sayfada",
|
|
15
|
-
"theme.admonition.caution": "
|
|
16
|
-
"theme.admonition.danger": "
|
|
17
|
-
"theme.admonition.info": "
|
|
18
|
-
"theme.admonition.note": "
|
|
19
|
-
"theme.admonition.tip": "
|
|
16
|
+
"theme.admonition.caution": "uyarı",
|
|
17
|
+
"theme.admonition.danger": "tehlike",
|
|
18
|
+
"theme.admonition.info": "bilgi",
|
|
19
|
+
"theme.admonition.note": "not",
|
|
20
|
+
"theme.admonition.tip": "ipucu",
|
|
20
21
|
"theme.blog.archive.description": "Arşiv",
|
|
21
22
|
"theme.blog.archive.title": "Arşiv",
|
|
22
23
|
"theme.blog.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu",
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"theme.colorToggle.ariaLabel.mode.dark": "Karanlık mod",
|
|
36
37
|
"theme.colorToggle.ariaLabel.mode.light": "Aydınlık mod",
|
|
37
38
|
"theme.common.editThisPage": "Bu sayfayı düzenle",
|
|
38
|
-
"theme.common.headingLinkTitle": "
|
|
39
|
+
"theme.common.headingLinkTitle": "{heading} doğrudan bağlantı",
|
|
39
40
|
"theme.common.skipToMainContent": "Ana içeriğe geç",
|
|
40
41
|
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Ana sayfa",
|
|
@@ -43,12 +44,13 @@
|
|
|
43
44
|
"theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası navigasyonu",
|
|
44
45
|
"theme.docs.paginator.next": "Sonraki",
|
|
45
46
|
"theme.docs.paginator.previous": "Önceki",
|
|
46
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
47
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Gezinme çubuğunu kapat",
|
|
47
48
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Kenar çubuğunu daralt",
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Kenar çubuğunu daralt",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Kenar çubuğunu genişlet",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Kenar çubuğunu genişlet",
|
|
51
|
-
"theme.docs.sidebar.
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
53
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Gezinme çubuğunu aç/kapat",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "\"{tagName}\" ile etiketlenmiş {nDocsTagged}",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Bir doküman etiketlendi|{count} doküman etiketlendi",
|
|
54
56
|
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
@@ -64,5 +66,7 @@
|
|
|
64
66
|
"theme.navbar.mobileVersionsDropdown.label": "Versiyonlar",
|
|
65
67
|
"theme.tags.tagsListLabel": "Etiketler:",
|
|
66
68
|
"theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
|
|
67
|
-
"theme.tags.tagsPageTitle": "Etiketler"
|
|
69
|
+
"theme.tags.tagsPageTitle": "Etiketler",
|
|
70
|
+
"theme.unlistedContent.message": "Bu sayfa listelenmemiş. Arama motorları dizine eklemez ve yalnızca doğrudan bağlantısı olan kullanıcılar buna erişebilir.",
|
|
71
|
+
"theme.unlistedContent.title": "Listelenmeyen sayfa"
|
|
68
72
|
}
|
|
@@ -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} елемент|{count} елементи|{count} елементів",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Головна сторінка",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Згорнути сайдбар",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Розгорнути сайдбар",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Розгорнути сайдбар",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} з тегом \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Одна сторінка|{count} сторінки|{count} сторінок",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Chuyển đổi danh mục thanh bên có thể thu gọn '{label}'",
|
|
9
9
|
"theme.ErrorPageContent.title": "Trang này đã bị lỗi.",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "Thử lại",
|
|
11
|
+
"theme.NavBar.navAriaLabel": "Main",
|
|
11
12
|
"theme.NotFound.p1": "Chúng tôi không thể tìm thấy những gì bạn đang tìm kiếm.",
|
|
12
13
|
"theme.NotFound.p2": "Vui lòng liên hệ với trang web đã dẫn bạn tới đây và thông báo cho họ biết rằng đường dẫn này bị hỏng.",
|
|
13
14
|
"theme.NotFound.title": "Không tìm thấy trang",
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"theme.colorToggle.ariaLabel.mode.dark": "chế độ tối",
|
|
36
37
|
"theme.colorToggle.ariaLabel.mode.light": "chế độ sáng",
|
|
37
38
|
"theme.common.editThisPage": "Sửa trang này",
|
|
38
|
-
"theme.common.headingLinkTitle": "Đường dẫn trực tiếp tới
|
|
39
|
+
"theme.common.headingLinkTitle": "Đường dẫn trực tiếp tới {heading}",
|
|
39
40
|
"theme.common.skipToMainContent": "Nhảy tới nội dung",
|
|
40
41
|
"theme.docs.DocCard.categoryDescription": "{count} mục",
|
|
41
42
|
"theme.docs.breadcrumbs.home": "Trang chủ",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "Thu gọn thanh bên",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu đã gắn thẻ",
|
|
@@ -58,7 +60,7 @@
|
|
|
58
60
|
"theme.docs.versions.unreleasedVersionLabel": "Đây là tài liệu chưa được phát hành chính thức của {siteTitle} phiên bản {versionLabel}.",
|
|
59
61
|
"theme.lastUpdated.atDate": " vào {date}",
|
|
60
62
|
"theme.lastUpdated.byUser": " bởi {user}",
|
|
61
|
-
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối
|
|
63
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối{atDate}{byUser}",
|
|
62
64
|
"theme.navbar.mobileLanguageDropdown.label": "Ngôn ngữ",
|
|
63
65
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Trở lại menu chính",
|
|
64
66
|
"theme.navbar.mobileVersionsDropdown.label": "Phiên bản",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Xóa tìm kiếm này khỏi lịch sử",
|
|
26
26
|
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Lưu tìm kiếm này",
|
|
27
27
|
"theme.SearchPage.algoliaLabel": "Tìm kiếm với Algolia",
|
|
28
|
-
"theme.SearchPage.documentsFound.plurals": "Tìm thấy
|
|
28
|
+
"theme.SearchPage.documentsFound.plurals": "Tìm thấy {count} kết quả",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Tìm kiếm",
|
|
30
30
|
"theme.SearchPage.existingResultsTitle": "Kết quả tìm kiếm cho \"{query}\"",
|
|
31
31
|
"theme.SearchPage.fetchingNewResults": "Đang tải thêm kết quả...",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打开/收起侧边栏菜单「{label}」",
|
|
9
9
|
"theme.ErrorPageContent.title": "页面已崩溃。",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "重试",
|
|
11
|
+
"theme.NavBar.navAriaLabel": "主导航",
|
|
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,12 +44,13 @@
|
|
|
43
44
|
"theme.docs.paginator.navAriaLabel": "文档分页导航",
|
|
44
45
|
"theme.docs.paginator.next": "下一页",
|
|
45
46
|
"theme.docs.paginator.previous": "上一页",
|
|
46
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
47
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "关闭导航栏",
|
|
47
48
|
"theme.docs.sidebar.collapseButtonAriaLabel": "收起侧边栏",
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "收起侧边栏",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
|
|
51
|
-
"theme.docs.sidebar.
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "文档侧边栏",
|
|
53
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "切换导航栏",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签",
|
|
54
56
|
"theme.docs.versionBadge.label": "版本:{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": "主導航",
|
|
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": "主頁面",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
|
|
49
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
|
50
51
|
"theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "文件側邊欄",
|
|
51
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
52
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
53
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"tslib": "^2.4.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "2.
|
|
27
|
-
"@docusaurus/logger": "2.
|
|
26
|
+
"@docusaurus/core": "2.3.1",
|
|
27
|
+
"@docusaurus/logger": "2.3.1",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "cf12f21a10f6c5439ff931e61419c4bb03a5a2dc"
|
|
34
34
|
}
|