@docusaurus/theme-translations 3.0.0-alpha.0 → 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.
Files changed (34) hide show
  1. package/locales/ar/theme-common.json +3 -1
  2. package/locales/base/theme-common.json +6 -2
  3. package/locales/bn/theme-common.json +3 -1
  4. package/locales/cs/theme-common.json +3 -1
  5. package/locales/da/theme-common.json +3 -1
  6. package/locales/de/theme-common.json +3 -1
  7. package/locales/es/plugin-ideal-image.json +5 -5
  8. package/locales/es/theme-common.json +19 -17
  9. package/locales/es/theme-search-algolia.json +24 -24
  10. package/locales/fa/theme-common.json +3 -1
  11. package/locales/fil/theme-common.json +3 -1
  12. package/locales/fr/theme-common.json +3 -1
  13. package/locales/he/theme-common.json +3 -1
  14. package/locales/hi/theme-common.json +3 -1
  15. package/locales/hu/theme-common.json +6 -2
  16. package/locales/hu/theme-search-algolia.json +2 -2
  17. package/locales/it/theme-common.json +3 -1
  18. package/locales/ja/theme-common.json +3 -1
  19. package/locales/ko/theme-common.json +3 -1
  20. package/locales/nb/theme-common.json +3 -1
  21. package/locales/nl/theme-common.json +3 -1
  22. package/locales/pl/theme-common.json +3 -1
  23. package/locales/pt-BR/theme-common.json +3 -1
  24. package/locales/pt-PT/theme-common.json +3 -1
  25. package/locales/ru/theme-common.json +3 -1
  26. package/locales/sl/theme-common.json +3 -1
  27. package/locales/sr/theme-common.json +3 -1
  28. package/locales/sv/theme-common.json +3 -1
  29. package/locales/tr/theme-common.json +3 -1
  30. package/locales/uk/theme-common.json +3 -1
  31. package/locales/vi/theme-common.json +3 -1
  32. package/locales/zh-Hans/theme-common.json +3 -1
  33. package/locales/zh-Hant/theme-common.json +5 -3
  34. 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.toggleCollapsedCategoryAriaLabel": "تبديل فئة الشريط الجاني القابل للاغلاق '{label}'",
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": "التنقل في صفحة قائمة المدونة",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
15
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel___DESCRIPTION": "The ARIA label to toggle the collapsible sidebar category",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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": "ব্লগ তালিকা পেজ নেভিগেশন",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Umschalten der Seitenleiste mit einklappbarer Kategorie '{label}'",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
- "theme.IdealImageMessage.404error": "404. Image not found",
3
- "theme.IdealImageMessage.error": "Error. Click to reload",
4
- "theme.IdealImageMessage.load": "Click to load{sizeMessage}",
5
- "theme.IdealImageMessage.loading": "Loading...",
6
- "theme.IdealImageMessage.offline": "Your browser is offline. Image not loaded"
2
+ "theme.IdealImageMessage.404error": "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": "Toggle word wrap",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
- "theme.ErrorPageContent.title": "This page crashed.",
10
- "theme.ErrorPageContent.tryAgain": "Try again",
11
- "theme.NavBar.navAriaLabel": "Main",
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": "Read more about {title}",
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": "Switch between dark and light mode (currently {mode})",
36
- "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
37
- "theme.colorToggle.ariaLabel.mode.light": "light mode",
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} items",
42
- "theme.docs.breadcrumbs.home": "Home page",
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": "Close navigation bar",
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 sidebar",
53
- "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
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,12 +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": "Languages",
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
71
  "theme.tags.tagsPageTitle": "Etiquetas",
70
- "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
71
- "theme.unlistedContent.title": "Unlisted page"
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"
72
74
  }
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Buscar",
3
- "theme.SearchBar.seeAll": "See all {count} results",
4
- "theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
5
- "theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
6
- "theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
7
- "theme.SearchModal.footer.closeText": "to close",
8
- "theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
9
- "theme.SearchModal.footer.navigateText": "to navigate",
10
- "theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
11
- "theme.SearchModal.footer.searchByText": "Search by",
12
- "theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
13
- "theme.SearchModal.footer.selectText": "to select",
14
- "theme.SearchModal.noResultsScreen.noResultsText": "No results for",
15
- "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
16
- "theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
17
- "theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
18
- "theme.SearchModal.placeholder": "Search docs",
19
- "theme.SearchModal.searchBox.cancelButtonText": "Cancel",
20
- "theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
21
- "theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
22
- "theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
23
- "theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
24
- "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
25
- "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
26
- "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
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.toggleCollapsedCategoryAriaLabel": "دسته‌بندی برچسب '{label}' در نوار کناری را تغییر دهید ",
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": "کنترل لیست مطالب وبلاگ",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Plier/Déplier la catégorie '{label}' de la barre latérale",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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": "רשימת דפי הבלוג",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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": "ब्लॉग सूची पेज नेविगेशन",
@@ -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.toggleCollapsedCategoryAriaLabel": "Összecsukás/kibontás kategória '{label}'",
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
  }
@@ -5,7 +5,8 @@
5
5
  "theme.CodeBlock.copy": "Copia",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "Copia il codice negli appunti",
7
7
  "theme.CodeBlock.wordWrapToggle": "Attiva/disattiva a capo automatico",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Attiva/disattiva la categoria '{label}' della barra laterale collassabile",
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
12
  "theme.NavBar.navAriaLabel": "Principale",
@@ -18,6 +19,7 @@
18
19
  "theme.admonition.info": "informazioni",
19
20
  "theme.admonition.note": "note",
20
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 ",
@@ -5,7 +5,8 @@
5
5
  "theme.CodeBlock.copy": "コピー",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
7
7
  "theme.CodeBlock.wordWrapToggle": "折り返し",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "サイドバーのカテゴリー「{label}」を開く・閉じる",
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": "ブログ記事一覧のナビゲーション",
@@ -5,7 +5,8 @@
5
5
  "theme.CodeBlock.copy": "복사",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
7
7
  "theme.CodeBlock.wordWrapToggle": "줄 바꿈 전환",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 있는 사이드바 분류 '{label}' 접기(펼치기)",
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": "블로그 게시물 목록 탐색",
@@ -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.toggleCollapsedCategoryAriaLabel": "Veksle den sammenleggbare sidefeltkategorien '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Klap de opvouwbare zijbalkcategorie '{label}' in of uit",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Przełącz zwijalną kategorię panelu bocznego '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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",
@@ -5,7 +5,8 @@
5
5
  "theme.CodeBlock.copy": "Скопировать",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "Скопировать в буфер обмена",
7
7
  "theme.CodeBlock.wordWrapToggle": "Переключить перенос по строкам",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Свернуть/развернуть категорию '{label}'",
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": "Навигация по странице списка блогов",
@@ -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.toggleCollapsedCategoryAriaLabel": "Preklopi zložljivo kategorijo v stranski vrstici '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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": "Навигација за странице блога",
@@ -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.toggleCollapsedCategoryAriaLabel": "Växla den hopfällbara sidomenyn för kategori '{label}'",
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",
@@ -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.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
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",
@@ -5,7 +5,8 @@
5
5
  "theme.CodeBlock.copy": "Копіювати",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "Копіювати в буфер обміну",
7
7
  "theme.CodeBlock.wordWrapToggle": "Перемикання обведення слів",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Згорнути/розгорнути категорію '{label}'",
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": "Навігація по сторінці списку блогів",
@@ -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.toggleCollapsedCategoryAriaLabel": "Chuyển đổi danh mục thanh bên có thể thu gọn '{label}'",
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",
@@ -5,7 +5,8 @@
5
5
  "theme.CodeBlock.copy": "复制",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "复制代码到剪贴板",
7
7
  "theme.CodeBlock.wordWrapToggle": "切换自动换行",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打开/收起侧边栏菜单「{label}",
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": "博文列表分页导航",
@@ -5,7 +5,8 @@
5
5
  "theme.CodeBlock.copy": "複製",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿",
7
7
  "theme.CodeBlock.wordWrapToggle": "切換自動換行",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄選單「{label}",
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": "部落格文章列表分頁導覽",
@@ -67,6 +69,6 @@
67
69
  "theme.tags.tagsListLabel": "標籤:",
68
70
  "theme.tags.tagsPageLink": "檢視所有標籤",
69
71
  "theme.tags.tagsPageTitle": "標籤",
70
- "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
71
- "theme.unlistedContent.title": "Unlisted page"
72
+ "theme.unlistedContent.message": "此頁面未列出。搜索引擎不會對其索引,只有擁有直接連結的用戶才能訪問。",
73
+ "theme.unlistedContent.title": "未列出頁"
72
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "3.0.0-alpha.0",
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": "^11.1.0",
23
- "tslib": "^2.5.0"
22
+ "fs-extra": "^11.1.1",
23
+ "tslib": "^2.6.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "3.0.0-alpha.0",
27
- "@docusaurus/logger": "3.0.0-alpha.0",
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": "7327f7ff880ed97ad7855744e59c9c55d467a950"
33
+ "gitHead": "27a1e90d9fff88af90ecad35bea16d4d7230482a"
34
34
  }