@docusaurus/theme-translations 2.4.1 → 3.0.0-beta.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/locales/ar/theme-common.json +6 -2
- package/locales/base/theme-common.json +11 -3
- package/locales/bn/theme-common.json +6 -2
- package/locales/cs/theme-common.json +6 -2
- package/locales/da/theme-common.json +6 -2
- package/locales/de/theme-common.json +6 -2
- package/locales/es/plugin-ideal-image.json +5 -5
- package/locales/es/theme-common.json +20 -16
- package/locales/es/theme-search-algolia.json +24 -24
- package/locales/fa/theme-common.json +6 -2
- package/locales/fil/theme-common.json +6 -2
- package/locales/fr/theme-common.json +6 -2
- package/locales/he/theme-common.json +6 -2
- package/locales/hi/theme-common.json +6 -2
- package/locales/hu/theme-common.json +6 -2
- package/locales/hu/theme-search-algolia.json +2 -2
- package/locales/it/plugin-ideal-image.json +5 -5
- package/locales/it/theme-common.json +24 -20
- package/locales/it/theme-live-codeblock.json +1 -1
- package/locales/it/theme-search-algolia.json +24 -24
- package/locales/ja/theme-common.json +6 -2
- package/locales/ko/theme-common.json +6 -2
- package/locales/nb/theme-common.json +6 -2
- package/locales/nl/theme-common.json +6 -2
- package/locales/pl/theme-common.json +6 -2
- package/locales/pt-BR/theme-common.json +6 -2
- package/locales/pt-PT/theme-common.json +6 -2
- package/locales/ru/theme-common.json +6 -2
- package/locales/sl/theme-common.json +6 -2
- package/locales/sr/theme-common.json +6 -2
- package/locales/sv/theme-common.json +7 -3
- package/locales/tr/theme-common.json +7 -3
- package/locales/uk/theme-common.json +6 -2
- package/locales/vi/theme-common.json +6 -2
- package/locales/zh-Hans/theme-common.json +6 -2
- package/locales/zh-Hant/theme-common.json +6 -2
- package/package.json +6 -6
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "نسخ",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "نسخ الرمز إلى الحافظة",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "تبديل التفاف النص",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "هذه الصفحة لا تستجيب.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "المحاولة مجددا",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "معلومات",
|
|
19
20
|
"theme.admonition.note": "ملاحظة",
|
|
20
21
|
"theme.admonition.tip": "تلميح",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "أرشيف",
|
|
22
24
|
"theme.blog.archive.title": "أرشيف",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "التنقل في صفحة قائمة المدونة",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "إصدارات",
|
|
67
69
|
"theme.tags.tagsListLabel": "الوسوم:",
|
|
68
70
|
"theme.tags.tagsPageLink": "عرض كل الوسوم",
|
|
69
|
-
"theme.tags.tagsPageTitle": "الوسوم"
|
|
71
|
+
"theme.tags.tagsPageTitle": "الوسوم",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -11,8 +11,10 @@
|
|
|
11
11
|
"theme.CodeBlock.copyButtonAriaLabel___DESCRIPTION": "The ARIA label for copy code blocks button",
|
|
12
12
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
13
13
|
"theme.CodeBlock.wordWrapToggle___DESCRIPTION": "The title attribute for toggle word wrapping button of code block lines",
|
|
14
|
-
"theme.DocSidebarItem.
|
|
15
|
-
"theme.DocSidebarItem.
|
|
14
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
15
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel___DESCRIPTION": "The ARIA label to collapse the sidebar category",
|
|
16
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
17
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel___DESCRIPTION": "The ARIA label to expand the sidebar category",
|
|
16
18
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
17
19
|
"theme.ErrorPageContent.title___DESCRIPTION": "The title of the fallback page when the page crashed",
|
|
18
20
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
@@ -37,6 +39,8 @@
|
|
|
37
39
|
"theme.admonition.note___DESCRIPTION": "The default label used for the Note admonition (:::note)",
|
|
38
40
|
"theme.admonition.tip": "tip",
|
|
39
41
|
"theme.admonition.tip___DESCRIPTION": "The default label used for the Tip admonition (:::tip)",
|
|
42
|
+
"theme.admonition.warning": "warning",
|
|
43
|
+
"theme.admonition.warning___DESCRIPTION": "The default label used for the Warning admonition (:::warning)",
|
|
40
44
|
"theme.blog.archive.description": "Archive",
|
|
41
45
|
"theme.blog.archive.description___DESCRIPTION": "The page & hero description of the blog archive page",
|
|
42
46
|
"theme.blog.archive.title": "Archive",
|
|
@@ -133,5 +137,9 @@
|
|
|
133
137
|
"theme.tags.tagsPageLink": "View All Tags",
|
|
134
138
|
"theme.tags.tagsPageLink___DESCRIPTION": "The label of the link targeting the tag list page",
|
|
135
139
|
"theme.tags.tagsPageTitle": "Tags",
|
|
136
|
-
"theme.tags.tagsPageTitle___DESCRIPTION": "The title of the tag list page"
|
|
140
|
+
"theme.tags.tagsPageTitle___DESCRIPTION": "The title of the tag list page",
|
|
141
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
142
|
+
"theme.unlistedContent.message___DESCRIPTION": "The unlisted content banner message",
|
|
143
|
+
"theme.unlistedContent.title": "Unlisted page",
|
|
144
|
+
"theme.unlistedContent.title___DESCRIPTION": "The unlisted content banner title"
|
|
137
145
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "কপি",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "ক্লিপবোর্ডে কোড কপি করুন",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "ব্লগ তালিকা পেজ নেভিগেশন",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "ট্যাগ্স:",
|
|
68
70
|
"theme.tags.tagsPageLink": "সমস্ত ট্যাগ্স দেখুন",
|
|
69
|
-
"theme.tags.tagsPageTitle": "ট্যাগ্স"
|
|
71
|
+
"theme.tags.tagsPageTitle": "ট্যাগ্স",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Zkopírovat",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Zkopírovat kód do schránky",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Stránkování článků na blogu",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tagy:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Zobrazit všechny tagy",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tagy"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tagy",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopier",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopier kode til udklipsholder",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Blogoversigt navigation",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tags:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Se alle Tags",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tags",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopieren",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "In die Zwischenablage kopieren",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Die Seite ist abgestürzt.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Nochmal versuchen",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archiv",
|
|
22
24
|
"theme.blog.archive.title": "Archiv",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navigation der Blog-Listenseite",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versionen",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tags:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Alle Tags anzeigen",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tags",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"theme.IdealImageMessage.404error": "404.
|
|
3
|
-
"theme.IdealImageMessage.error": "Error. Click
|
|
4
|
-
"theme.IdealImageMessage.load": "Click
|
|
5
|
-
"theme.IdealImageMessage.loading": "
|
|
6
|
-
"theme.IdealImageMessage.offline": "
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. Imagen no encontrada",
|
|
3
|
+
"theme.IdealImageMessage.error": "Error. Click para recargar",
|
|
4
|
+
"theme.IdealImageMessage.load": "Click para recargar{sizeMessage}",
|
|
5
|
+
"theme.IdealImageMessage.loading": "Cargando...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "Tu navegador está desconectado. Image no cargada"
|
|
7
7
|
}
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
"theme.CodeBlock.copied": "Copiado",
|
|
5
5
|
"theme.CodeBlock.copy": "Copiar",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código al portapapeles",
|
|
7
|
-
"theme.CodeBlock.wordWrapToggle": "
|
|
8
|
-
"theme.DocSidebarItem.
|
|
9
|
-
"theme.
|
|
10
|
-
"theme.ErrorPageContent.
|
|
11
|
-
"theme.
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Alternar ajuste de palabras",
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
10
|
+
"theme.ErrorPageContent.title": "Esta página ha fallado.",
|
|
11
|
+
"theme.ErrorPageContent.tryAgain": "Intente de nuevo",
|
|
12
|
+
"theme.NavBar.navAriaLabel": "Principal",
|
|
12
13
|
"theme.NotFound.p1": "No pudimos encontrar lo que buscaba.",
|
|
13
14
|
"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.",
|
|
14
15
|
"theme.NotFound.title": "Página No Encontrada",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archivo",
|
|
22
24
|
"theme.blog.archive.title": "Archivo",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navegación por la página de la lista de blogs ",
|
|
@@ -28,29 +30,29 @@
|
|
|
28
30
|
"theme.blog.post.paginator.olderPost": "Publicación más antigua",
|
|
29
31
|
"theme.blog.post.plurals": "Una publicación|{count} publicaciones",
|
|
30
32
|
"theme.blog.post.readMore": "Leer Más",
|
|
31
|
-
"theme.blog.post.readMoreLabel": "
|
|
33
|
+
"theme.blog.post.readMoreLabel": "Leer más acerca {title}",
|
|
32
34
|
"theme.blog.post.readingTime.plurals": "Lectura de un minuto|{readingTime} min de lectura",
|
|
33
35
|
"theme.blog.sidebar.navAriaLabel": "Navegación de publicaciones recientes",
|
|
34
36
|
"theme.blog.tagTitle": "{nPosts} etiquetados con \"{tagName}\"",
|
|
35
|
-
"theme.colorToggle.ariaLabel": "
|
|
36
|
-
"theme.colorToggle.ariaLabel.mode.dark": "
|
|
37
|
-
"theme.colorToggle.ariaLabel.mode.light": "
|
|
37
|
+
"theme.colorToggle.ariaLabel": "Cambiar entre modo oscuro y claro (actualmente {mode})",
|
|
38
|
+
"theme.colorToggle.ariaLabel.mode.dark": "modo oscuro",
|
|
39
|
+
"theme.colorToggle.ariaLabel.mode.light": "modo claro",
|
|
38
40
|
"theme.common.editThisPage": "Editar esta página",
|
|
39
41
|
"theme.common.headingLinkTitle": "Enlace directo al {heading}",
|
|
40
42
|
"theme.common.skipToMainContent": "Saltar al contenido principal",
|
|
41
|
-
"theme.docs.DocCard.categoryDescription": "{count}
|
|
42
|
-
"theme.docs.breadcrumbs.home": "
|
|
43
|
+
"theme.docs.DocCard.categoryDescription": "{count} artículos",
|
|
44
|
+
"theme.docs.breadcrumbs.home": "Página de Inicio",
|
|
43
45
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
44
46
|
"theme.docs.paginator.navAriaLabel": "Página del documento",
|
|
45
47
|
"theme.docs.paginator.next": "Siguiente",
|
|
46
48
|
"theme.docs.paginator.previous": "Anterior",
|
|
47
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
49
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Cerrar barra de lateral",
|
|
48
50
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Colapsar barra lateral",
|
|
49
51
|
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
|
50
52
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
|
51
53
|
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
|
52
|
-
"theme.docs.sidebar.navAriaLabel": "Docs
|
|
53
|
-
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "
|
|
54
|
+
"theme.docs.sidebar.navAriaLabel": "Docs barra lateral",
|
|
55
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Alternar barra lateral",
|
|
54
56
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
|
55
57
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etiquetado|{count} documentos etiquetados",
|
|
56
58
|
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
@@ -61,10 +63,12 @@
|
|
|
61
63
|
"theme.lastUpdated.atDate": " en {date}",
|
|
62
64
|
"theme.lastUpdated.byUser": " por {user}",
|
|
63
65
|
"theme.lastUpdated.lastUpdatedAtBy": "Última actualización{atDate}{byUser}",
|
|
64
|
-
"theme.navbar.mobileLanguageDropdown.label": "
|
|
66
|
+
"theme.navbar.mobileLanguageDropdown.label": "Lenguajes",
|
|
65
67
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Volver al menú principal",
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versiones",
|
|
67
69
|
"theme.tags.tagsListLabel": "Etiquetas:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Ver Todas las Etiquetas",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Etiquetas"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Etiquetas",
|
|
72
|
+
"theme.unlistedContent.message": "Esta página está sin clasificar. Los motores de búsqueda no la indexaran, y solo los usuarios con el enlace directo podrán acceder a esta.",
|
|
73
|
+
"theme.unlistedContent.title": "Página sin clasificar"
|
|
70
74
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Buscar",
|
|
3
|
-
"theme.SearchBar.seeAll": "
|
|
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": "
|
|
3
|
+
"theme.SearchBar.seeAll": "Ver todos los {count} resultados",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Quizás quieras comprobar tu conexión de red.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "No se pueden obtener resultados",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "tecla Escape",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "cerrar",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Flecha abajo",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "navegar",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Flecha arriba",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Buscar por",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "tecla Enter",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "seleccionar",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Sin resultados para",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Háganos saber.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Creo que esta consulta debería devolver resultados?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Intenta buscando por",
|
|
18
|
+
"theme.SearchModal.placeholder": "Buscar documentos",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancelar",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Limpiar la búsqueda",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorito",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Sin búsquedas recientes",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Reciente",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Eliminar esta búsqueda de favoritos",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Eliminar esta búsqueda del historial",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Guardar esta búsqueda",
|
|
27
27
|
"theme.SearchPage.algoliaLabel": "Búsqueda por Algolia",
|
|
28
28
|
"theme.SearchPage.documentsFound.plurals": "Un documento encontrado|{count} documentos encontrados",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Búsqueda en la documentación",
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "کپی",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "کپی به کلیپبورد",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "تغییر نحوه نمایش کلمه",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "بارگذاری صفحه با خطا روبرو شد.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "تلاش مجدد",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "آرشیو",
|
|
22
24
|
"theme.blog.archive.title": "آرشیو",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "کنترل لیست مطالب وبلاگ",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "نسخهها",
|
|
67
69
|
"theme.tags.tagsListLabel": "برچسبها:",
|
|
68
70
|
"theme.tags.tagsPageLink": "مشاهده تمام برچسبها",
|
|
69
|
-
"theme.tags.tagsPageTitle": "برچسبها"
|
|
71
|
+
"theme.tags.tagsPageTitle": "برچسبها",
|
|
72
|
+
"theme.unlistedContent.message": "این صفحه فهرست نشده است. موتورهای جستجو آن را ایندکس نمی کنند و فقط کاربرانی که لینک مستقیم دارند می توانند به آن دسترسی داشته باشند.",
|
|
73
|
+
"theme.unlistedContent.title": "صفحه فهرست نشده"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopyahin",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopyahin ang code sa clipboard",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Nabegasyón para sa pahina na listahan ng blog",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "Mga Tag:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Tingnan Lahat ng mga Tag",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Mga Tag"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Mga Tag",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Copier",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Copier le code",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Activer/désactiver le retour à la ligne",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Réduire la catégorie '{label}' de la barre latérale",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Développer la catégorie '{label}' de la barre latérale",
|
|
9
10
|
"theme.ErrorPageContent.title": "Cette page a planté.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Réessayer",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "remarque",
|
|
20
21
|
"theme.admonition.tip": "astuce",
|
|
22
|
+
"theme.admonition.warning": "attention",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Pagination de la liste des articles du blog",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tags :",
|
|
68
70
|
"theme.tags.tagsPageLink": "Voir tous les tags",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tags",
|
|
72
|
+
"theme.unlistedContent.message": "Cette page n'est pas répertoriée. Les moteurs de recherche ne l'indexeront pas, et seuls les utilisateurs ayant un lien direct peuvent y accéder.",
|
|
73
|
+
"theme.unlistedContent.title": "Page non répertoriée"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "העתק",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "העתק קוד ללוח העריכה",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "רשימת דפי הבלוג",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "תגיות:",
|
|
68
70
|
"theme.tags.tagsPageLink": "כל התגיות",
|
|
69
|
-
"theme.tags.tagsPageTitle": "תגיות"
|
|
71
|
+
"theme.tags.tagsPageTitle": "תגיות",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "कॉपी",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "क्लिपबोर्ड पर कोड कॉपी करें",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "ब्लॉग सूची पेज नेविगेशन",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "टैग:",
|
|
68
70
|
"theme.tags.tagsPageLink": "सारे टैग देखें",
|
|
69
|
-
"theme.tags.tagsPageTitle": "टैग"
|
|
71
|
+
"theme.tags.tagsPageTitle": "टैग",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Másolás",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Másolás a vágólapra",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Szótörés váltása",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Hiba történt a oldalon.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Próbáld újra",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Fő",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "információ",
|
|
19
20
|
"theme.admonition.note": "megjegyzés",
|
|
20
21
|
"theme.admonition.tip": "tanács",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archívum",
|
|
22
24
|
"theme.blog.archive.title": "Archívum",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Bloglista oldalának navigációja",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Verziók",
|
|
67
69
|
"theme.tags.tagsListLabel": "Címkék:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Összes címke megtekintése",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Címkék"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Címkék",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Törölje ezt a keresést a kedvencekből",
|
|
25
25
|
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Törölje ezt a keresést az előzményekből",
|
|
26
26
|
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Mentsük el ezt a keresést",
|
|
27
|
-
"theme.SearchPage.saveRecentSearchButtonTitle": "Mentse ezt a keresést",
|
|
28
27
|
"theme.SearchPage.algoliaLabel": "Keresés az Algolia segítségével",
|
|
29
28
|
"theme.SearchPage.documentsFound.plurals": "Egy dokumentum|{count} dokumentumok",
|
|
30
29
|
"theme.SearchPage.emptyResultsTitle": "Keresés a webhelyen",
|
|
@@ -32,5 +31,6 @@
|
|
|
32
31
|
"theme.SearchPage.fetchingNewResults": "Új keresési eredmények betöltése...",
|
|
33
32
|
"theme.SearchPage.inputLabel": "Keresés",
|
|
34
33
|
"theme.SearchPage.inputPlaceholder": "Adja meg a keresendő kifejezést",
|
|
35
|
-
"theme.SearchPage.noResultsText": "Nincs találat a keresésre"
|
|
34
|
+
"theme.SearchPage.noResultsText": "Nincs találat a keresésre",
|
|
35
|
+
"theme.SearchPage.saveRecentSearchButtonTitle": "Mentse ezt a keresést"
|
|
36
36
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"theme.IdealImageMessage.404error": "404.
|
|
3
|
-
"theme.IdealImageMessage.error": "
|
|
4
|
-
"theme.IdealImageMessage.load": "
|
|
5
|
-
"theme.IdealImageMessage.loading": "
|
|
6
|
-
"theme.IdealImageMessage.offline": "
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. Immagine non trovata",
|
|
3
|
+
"theme.IdealImageMessage.error": "Errore. Clicca per ricaricare",
|
|
4
|
+
"theme.IdealImageMessage.load": "Clicca per caricare{sizeMessage}",
|
|
5
|
+
"theme.IdealImageMessage.loading": "Caricamento...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "Il tuo browser è offline. Immagine non caricata"
|
|
7
7
|
}
|
|
@@ -4,20 +4,22 @@
|
|
|
4
4
|
"theme.CodeBlock.copied": "Copiato",
|
|
5
5
|
"theme.CodeBlock.copy": "Copia",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Copia il codice negli appunti",
|
|
7
|
-
"theme.CodeBlock.wordWrapToggle": "
|
|
8
|
-
"theme.DocSidebarItem.
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Attiva/disattiva a capo automatico",
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Questa pagina è andata in crash.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Prova di nuovo",
|
|
11
|
-
"theme.NavBar.navAriaLabel": "
|
|
12
|
+
"theme.NavBar.navAriaLabel": "Principale",
|
|
12
13
|
"theme.NotFound.p1": "Non siamo riusciti a trovare quello che stavi cercando.",
|
|
13
14
|
"theme.NotFound.p2": "Contatta il proprietario del sito che ti ha collegato all'URL originale e fagli sapere che il loro collegamento è interrotto.",
|
|
14
15
|
"theme.NotFound.title": "Pagina non trovata",
|
|
15
16
|
"theme.TOCCollapsible.toggleButtonLabel": "Su questa pagina",
|
|
16
|
-
"theme.admonition.caution": "
|
|
17
|
-
"theme.admonition.danger": "
|
|
18
|
-
"theme.admonition.info": "
|
|
17
|
+
"theme.admonition.caution": "attenzione",
|
|
18
|
+
"theme.admonition.danger": "pericolo",
|
|
19
|
+
"theme.admonition.info": "informazioni",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
|
-
"theme.admonition.tip": "
|
|
21
|
+
"theme.admonition.tip": "mancia",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archivio",
|
|
22
24
|
"theme.blog.archive.title": "Archivio",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navigazione nella pagina dei post del blog ",
|
|
@@ -28,32 +30,32 @@
|
|
|
28
30
|
"theme.blog.post.paginator.olderPost": "Post più vecchio",
|
|
29
31
|
"theme.blog.post.plurals": "Un post|{count} post",
|
|
30
32
|
"theme.blog.post.readMore": "Leggi di più",
|
|
31
|
-
"theme.blog.post.readMoreLabel": "
|
|
33
|
+
"theme.blog.post.readMoreLabel": "Leggi di più su {title}",
|
|
32
34
|
"theme.blog.post.readingTime.plurals": "Lettura di 1 minuto|{readingTime} minuti di lettura",
|
|
33
35
|
"theme.blog.sidebar.navAriaLabel": "Navigazione dei post recenti del blog",
|
|
34
36
|
"theme.blog.tagTitle": "{nPosts} etichettati con \"{tagName}\"",
|
|
35
|
-
"theme.colorToggle.ariaLabel": "
|
|
36
|
-
"theme.colorToggle.ariaLabel.mode.dark": "
|
|
37
|
-
"theme.colorToggle.ariaLabel.mode.light": "
|
|
37
|
+
"theme.colorToggle.ariaLabel": "Passa dalla modalità scura a quella chiara (currently {mode})",
|
|
38
|
+
"theme.colorToggle.ariaLabel.mode.dark": "Modalità scura",
|
|
39
|
+
"theme.colorToggle.ariaLabel.mode.light": "modalità luce",
|
|
38
40
|
"theme.common.editThisPage": "Modifica questa pagina",
|
|
39
41
|
"theme.common.headingLinkTitle": "Link diretto a {heading}",
|
|
40
42
|
"theme.common.skipToMainContent": "Passa al contenuto principale",
|
|
41
|
-
"theme.docs.DocCard.categoryDescription": "{count}
|
|
42
|
-
"theme.docs.breadcrumbs.home": "
|
|
43
|
-
"theme.docs.breadcrumbs.navAriaLabel": "
|
|
43
|
+
"theme.docs.DocCard.categoryDescription": "{count} elementi",
|
|
44
|
+
"theme.docs.breadcrumbs.home": "Pagina principale",
|
|
45
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Briciole di pane",
|
|
44
46
|
"theme.docs.paginator.navAriaLabel": "Pagina del documento",
|
|
45
47
|
"theme.docs.paginator.next": "Successivo",
|
|
46
48
|
"theme.docs.paginator.previous": "Precedente",
|
|
47
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
49
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Chiudi la barra di navigazione",
|
|
48
50
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Collassa la barra laterale",
|
|
49
51
|
"theme.docs.sidebar.collapseButtonTitle": "Collassa la barra laterale",
|
|
50
52
|
"theme.docs.sidebar.expandButtonAriaLabel": "Espandi la barra laterale",
|
|
51
53
|
"theme.docs.sidebar.expandButtonTitle": "Espandi la barra laterale",
|
|
52
|
-
"theme.docs.sidebar.navAriaLabel": "
|
|
53
|
-
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "
|
|
54
|
+
"theme.docs.sidebar.navAriaLabel": "Barra laterale dei documenti",
|
|
55
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Attiva/disattiva la barra di navigazione",
|
|
54
56
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
|
55
57
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etichettato|{count} documenti etichettati",
|
|
56
|
-
"theme.docs.versionBadge.label": "
|
|
58
|
+
"theme.docs.versionBadge.label": "Versione: {versionLabel}",
|
|
57
59
|
"theme.docs.versions.latestVersionLinkLabel": "ultima versione",
|
|
58
60
|
"theme.docs.versions.latestVersionSuggestionLabel": "Per la documentazione aggiornata, guarda la {latestVersionLink} ({versionLabel}).",
|
|
59
61
|
"theme.docs.versions.unmaintainedVersionLabel": "Questa è la documentazione per {siteTitle} {versionLabel}, che non è più attivamente mantenuta.",
|
|
@@ -61,10 +63,12 @@
|
|
|
61
63
|
"theme.lastUpdated.atDate": " il {date}",
|
|
62
64
|
"theme.lastUpdated.byUser": " da {user}",
|
|
63
65
|
"theme.lastUpdated.lastUpdatedAtBy": "Ultimo aggiornamento{atDate}{byUser}",
|
|
64
|
-
"theme.navbar.mobileLanguageDropdown.label": "
|
|
66
|
+
"theme.navbar.mobileLanguageDropdown.label": "Linguaggio",
|
|
65
67
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Indietro al menu principale",
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versioni",
|
|
67
69
|
"theme.tags.tagsListLabel": "Etichette:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Guarda tutte le etichette",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Etichette"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Etichette",
|
|
72
|
+
"theme.unlistedContent.message": "Questa pagina non è in elenco. I motori di ricerca non lo indicheranno e solo gli utenti con collegamento diretto possono accedervi.",
|
|
73
|
+
"theme.unlistedContent.title": "Pagina non in elenco"
|
|
70
74
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Cerca",
|
|
3
|
-
"theme.SearchBar.seeAll": "
|
|
4
|
-
"theme.SearchModal.errorScreen.helpText": "
|
|
5
|
-
"theme.SearchModal.errorScreen.titleText": "
|
|
6
|
-
"theme.SearchModal.footer.closeKeyAriaLabel": "
|
|
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": "
|
|
3
|
+
"theme.SearchBar.seeAll": "Vedi tutti {count} risultati",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Potresti voler controllare la tua connessione di rete.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Impossibile recuperare i risultati",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Tasto di fuga",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "chiudere",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Freccia giù",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "navigare",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Freccia in alto",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Cercato da",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Tasto Invio",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "selezionare",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Nessun risultato per",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Facci sapere.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Credi che questa query dovrebbe restituire risultati?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Prova a cercare",
|
|
18
|
+
"theme.SearchModal.placeholder": "Cerca documenti",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Annulla",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Cancella la query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Preferita",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Nessuna ricerca recente",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recente",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Rimuovi questa ricerca dai preferiti",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Rimuovi questa ricerca dalla cronologia",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Salva questa ricerca",
|
|
27
27
|
"theme.SearchPage.algoliaLabel": "Ricerca tramite Algolia",
|
|
28
28
|
"theme.SearchPage.documentsFound.plurals": "Un documento trovato|{count} documenti trovati",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Cerca nella documentazione",
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "コピー",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "折り返し",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "エラーが発生しました",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "もう一度試してください",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "備考",
|
|
19
20
|
"theme.admonition.note": "注記",
|
|
20
21
|
"theme.admonition.tip": "ヒント",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "アーカイブ",
|
|
22
24
|
"theme.blog.archive.title": "アーカイブ",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "ブログ記事一覧のナビゲーション",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "他のバージョン",
|
|
67
69
|
"theme.tags.tagsListLabel": "タグ:",
|
|
68
70
|
"theme.tags.tagsPageLink": "全てのタグを見る",
|
|
69
|
-
"theme.tags.tagsPageTitle": "タグ"
|
|
71
|
+
"theme.tags.tagsPageTitle": "タグ",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "복사",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "줄 바꿈 전환",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "페이지에 오류가 발생하였습니다.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "정보",
|
|
19
20
|
"theme.admonition.note": "노트",
|
|
20
21
|
"theme.admonition.tip": "팁",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "게시물 목록",
|
|
22
24
|
"theme.blog.archive.title": "게시물 목록",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "블로그 게시물 목록 탐색",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "버전",
|
|
67
69
|
"theme.tags.tagsListLabel": "태그:",
|
|
68
70
|
"theme.tags.tagsPageLink": "모든 태그 보기",
|
|
69
|
-
"theme.tags.tagsPageTitle": "태그"
|
|
71
|
+
"theme.tags.tagsPageTitle": "태그",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopiere",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopier koden til utklippstavlen",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Slå tekstbryting av/på",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Denne siden krasjet.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Prøv på nytt",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Hoved",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "merknad",
|
|
20
21
|
"theme.admonition.tip": "tips",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Arkiv",
|
|
22
24
|
"theme.blog.archive.title": "Arkiv",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navigering av bloggliste",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versjoner",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tagger:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Vis alle tagger",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tagger"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tagger",
|
|
72
|
+
"theme.unlistedContent.message": "Denne siden er ikke oppført. Søkemotorer vil ikke indeksere den, og bare brukere som har en direkte lenke kan få tilgang til den.",
|
|
73
|
+
"theme.unlistedContent.title": "Uoppført side"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopieer",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopieer code naar klembord",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Tekstterugloop in-/uitschakelen",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "notitie",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archief",
|
|
22
24
|
"theme.blog.archive.title": "Archief",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Paginanavigatie blog",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versies",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tags:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Laat alle tags zien",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tags",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopiuj",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopiuj do schowka",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Przełącz zawijanie słów",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Ta strona uległa awarii.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Spróbuj ponownie",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "informacja",
|
|
19
20
|
"theme.admonition.note": "notatka",
|
|
20
21
|
"theme.admonition.tip": "wskazówka",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archiwum",
|
|
22
24
|
"theme.blog.archive.title": "Archiwum",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Wersje",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tagi:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Wyświetl wszystkie tagi",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tagi"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tagi",
|
|
72
|
+
"theme.unlistedContent.message": "Ta strona jest niepubliczna. Wyszukiwarki nie będą jej indeksować, a dostęp do niej będą mieli tylko użytkownicy posiadający bezpośredni link.",
|
|
73
|
+
"theme.unlistedContent.title": "Niepubliczna strona"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Copiar",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código para a área de transferência",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Arquivo",
|
|
22
24
|
"theme.blog.archive.title": "Arquivo",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "Marcadores:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Ver todas os Marcadores",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Marcadores"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Marcadores",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Copiar",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código para a área de transferência",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Archive",
|
|
22
24
|
"theme.blog.archive.title": "Archive",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
67
69
|
"theme.tags.tagsListLabel": "Tags:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Ver todas as Tags",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Tags",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Скопировать",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Скопировать в буфер обмена",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Переключить перенос по строкам",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "На странице произошёл сбой.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Попробуйте ещё раз",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "к сведению",
|
|
19
20
|
"theme.admonition.note": "примечание",
|
|
20
21
|
"theme.admonition.tip": "подсказка",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Архив",
|
|
22
24
|
"theme.blog.archive.title": "Архив",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Навигация по странице списка блогов",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Версии",
|
|
67
69
|
"theme.tags.tagsListLabel": "Теги:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Посмотреть все теги",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Теги"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Теги",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopiraj",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopiraj v odložišče",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Preklopi oblivanje besedila",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Ta stran se je zrušila.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Poskusite ponovno",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Glavna navigacija",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "informacija",
|
|
19
20
|
"theme.admonition.note": "opomba",
|
|
20
21
|
"theme.admonition.tip": "namig",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Arhiv",
|
|
22
24
|
"theme.blog.archive.title": "Arhiv",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navigacija kazala po blogu",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Verzije",
|
|
67
69
|
"theme.tags.tagsListLabel": "Oznake:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Poglej vse oznake",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Oznake"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Oznake",
|
|
72
|
+
"theme.unlistedContent.message": "Ta stran ni zabeležena. Iskalniki je ne bodo indeksirali, do nje bodo uporabniki lahko dostopali le z direktno povezavo.",
|
|
73
|
+
"theme.unlistedContent.title": "Nezabeležena stran"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Копирај",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Копирај код у меморију",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "This page crashed.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Try again",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "note",
|
|
20
21
|
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Архива",
|
|
22
24
|
"theme.blog.archive.title": "Архива",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Навигација за странице блога",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Верзије",
|
|
67
69
|
"theme.tags.tagsListLabel": "Ознаке:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Погледај све ознаке",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Ознаке"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Ознаке",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopiera",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopiera kod till urklipp",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Växla radbrytning",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Denna sida har kraschat.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Försök igen",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "info",
|
|
19
20
|
"theme.admonition.note": "anteckning",
|
|
20
21
|
"theme.admonition.tip": "tips",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Arkiv",
|
|
22
24
|
"theme.blog.archive.title": "Arkiv",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Navigation av Blogglista",
|
|
@@ -60,11 +62,13 @@
|
|
|
60
62
|
"theme.docs.versions.unreleasedVersionLabel": "Detta är ej utgiven dokumentation för {siteTitle} {versionLabel} version.",
|
|
61
63
|
"theme.lastUpdated.atDate": " den {date}",
|
|
62
64
|
"theme.lastUpdated.byUser": " av {user}",
|
|
63
|
-
"theme.lastUpdated.lastUpdatedAtBy": "Senast
|
|
65
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Senast uppdaterad{atDate}{byUser}",
|
|
64
66
|
"theme.navbar.mobileLanguageDropdown.label": "Språk",
|
|
65
67
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tillbaka till huvudmeny",
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versioner",
|
|
67
69
|
"theme.tags.tagsListLabel": "Taggar:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Visa Alla Taggar",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Taggar"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Taggar",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
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.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Bu sayfa çöktü.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "bilgi",
|
|
19
20
|
"theme.admonition.note": "not",
|
|
20
21
|
"theme.admonition.tip": "ipucu",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Arşiv",
|
|
22
24
|
"theme.blog.archive.title": "Arşiv",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu",
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
"theme.common.editThisPage": "Bu sayfayı düzenle",
|
|
39
41
|
"theme.common.headingLinkTitle": "{heading} doğrudan bağlantı",
|
|
40
42
|
"theme.common.skipToMainContent": "Ana içeriğe geç",
|
|
41
|
-
"theme.docs.DocCard.categoryDescription": "{count}
|
|
43
|
+
"theme.docs.DocCard.categoryDescription": "{count} öğe",
|
|
42
44
|
"theme.docs.breadcrumbs.home": "Ana sayfa",
|
|
43
45
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
44
46
|
"theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Versiyonlar",
|
|
67
69
|
"theme.tags.tagsListLabel": "Etiketler:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Etiketler"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Etiketler",
|
|
72
|
+
"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.",
|
|
73
|
+
"theme.unlistedContent.title": "Listelenmeyen sayfa"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Копіювати",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Копіювати в буфер обміну",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Перемикання обведення слів",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "На сторінці стався збій.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Спробуйте ще раз",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "інформація",
|
|
19
20
|
"theme.admonition.note": "примітка",
|
|
20
21
|
"theme.admonition.tip": "порада",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Архів",
|
|
22
24
|
"theme.blog.archive.title": "Архів",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Навігація по сторінці списку блогів",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Версії",
|
|
67
69
|
"theme.tags.tagsListLabel": "Теги:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Переглянути всі теги",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Теги"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Теги",
|
|
72
|
+
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
+
"theme.unlistedContent.title": "Unlisted page"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Sao chép",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Sao chép code vào bộ nhớ tạm",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Chuyển đổi văn bản xuống dòng",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "Trang này đã bị lỗi.",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "Thử lại",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "Main",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "thông tin",
|
|
19
20
|
"theme.admonition.note": "ghi chú",
|
|
20
21
|
"theme.admonition.tip": "mẹo",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "Lưu trữ",
|
|
22
24
|
"theme.blog.archive.title": "Lưu trữ",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "Thanh điều hướng của trang danh sách bài viết",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "Phiên bản",
|
|
67
69
|
"theme.tags.tagsListLabel": "Thẻ:",
|
|
68
70
|
"theme.tags.tagsPageLink": "Xem tất cả Thẻ",
|
|
69
|
-
"theme.tags.tagsPageTitle": "Thẻ"
|
|
71
|
+
"theme.tags.tagsPageTitle": "Thẻ",
|
|
72
|
+
"theme.unlistedContent.message": "Trang này không được công khai. Công cụ tìm kiếm sẽ không đánh chỉ mục cho trang này và chỉ những người có liên kết mới có thể truy cập được trang.",
|
|
73
|
+
"theme.unlistedContent.title": "Trang không công khai"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "复制",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "复制代码到剪贴板",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "切换自动换行",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "页面已崩溃。",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "重试",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "主导航",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "信息",
|
|
19
20
|
"theme.admonition.note": "备注",
|
|
20
21
|
"theme.admonition.tip": "提示",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "历史博文",
|
|
22
24
|
"theme.blog.archive.title": "历史博文",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "博文列表分页导航",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "选择版本",
|
|
67
69
|
"theme.tags.tagsListLabel": "标签:",
|
|
68
70
|
"theme.tags.tagsPageLink": "查看所有标签",
|
|
69
|
-
"theme.tags.tagsPageTitle": "标签"
|
|
71
|
+
"theme.tags.tagsPageTitle": "标签",
|
|
72
|
+
"theme.unlistedContent.message": "此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。",
|
|
73
|
+
"theme.unlistedContent.title": "未列出页"
|
|
70
74
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "複製",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "切換自動換行",
|
|
8
|
-
"theme.DocSidebarItem.
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
|
|
9
10
|
"theme.ErrorPageContent.title": "此頁已當機。",
|
|
10
11
|
"theme.ErrorPageContent.tryAgain": "重試",
|
|
11
12
|
"theme.NavBar.navAriaLabel": "主導航",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"theme.admonition.info": "信息",
|
|
19
20
|
"theme.admonition.note": "備註",
|
|
20
21
|
"theme.admonition.tip": "提示",
|
|
22
|
+
"theme.admonition.warning": "warning",
|
|
21
23
|
"theme.blog.archive.description": "歷史文章",
|
|
22
24
|
"theme.blog.archive.title": "歷史文章",
|
|
23
25
|
"theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽",
|
|
@@ -66,5 +68,7 @@
|
|
|
66
68
|
"theme.navbar.mobileVersionsDropdown.label": "選擇版本",
|
|
67
69
|
"theme.tags.tagsListLabel": "標籤:",
|
|
68
70
|
"theme.tags.tagsPageLink": "檢視所有標籤",
|
|
69
|
-
"theme.tags.tagsPageTitle": "標籤"
|
|
71
|
+
"theme.tags.tagsPageTitle": "標籤",
|
|
72
|
+
"theme.unlistedContent.message": "此頁面未列出。搜索引擎不會對其索引,只有擁有直接連結的用戶才能訪問。",
|
|
73
|
+
"theme.unlistedContent.title": "未列出頁"
|
|
70
74
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-beta.0",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"update": "node ./update.mjs"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"fs-extra": "^
|
|
23
|
-
"tslib": "^2.
|
|
22
|
+
"fs-extra": "^11.1.1",
|
|
23
|
+
"tslib": "^2.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "
|
|
27
|
-
"@docusaurus/logger": "
|
|
26
|
+
"@docusaurus/core": "3.0.0-beta.0",
|
|
27
|
+
"@docusaurus/logger": "3.0.0-beta.0",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "27a1e90d9fff88af90ecad35bea16d4d7230482a"
|
|
34
34
|
}
|