Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
feat: New Crowdin translations (auto-merged 🤖) (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Sep 4, 2021
1 parent 2b7f3b6 commit 7c7f396
Show file tree
Hide file tree
Showing 16 changed files with 369 additions and 341 deletions.
64 changes: 38 additions & 26 deletions content/de-DE/website/i18n/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"message": "One min read|{readingTime} min read",
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.tags.tagsListLabel": {
"message": "Tags:",
"description": "The label alongside a tag list"
},
"theme.blog.post.readMore": {
"message": "Read More",
"description": "The label used in blog post item excerpts to link to full blog posts"
Expand All @@ -51,26 +47,10 @@
"message": "Older Post",
"description": "The blog post button label to navigate to the older/next post"
},
"theme.tags.tagsPageTitle": {
"message": "Tags",
"description": "The title of the tag list page"
},
"theme.blog.sidebar.navAriaLabel": {
"message": "Blog recent posts navigation",
"description": "The ARIA label for recent posts in the blog sidebar"
},
"theme.blog.post.plurals": {
"message": "One post|{count} posts",
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.blog.tagTitle": {
"message": "{nPosts} tagged with \"{tagName}\"",
"description": "The title of the page for a blog tag"
},
"theme.tags.tagsPageLink": {
"message": "View All Tags",
"description": "The label of the link targeting the tag list page"
},
"theme.CodeBlock.copyButtonAriaLabel": {
"message": "Copy code to clipboard",
"description": "The ARIA label for copy code blocks button"
Expand All @@ -83,13 +63,17 @@
"message": "Kopieren",
"description": "The copy button label on code blocks"
},
"theme.docs.sidebar.expandButtonTitle": {
"message": "Expand sidebar",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
"theme.blog.post.plurals": {
"message": "One post|{count} posts",
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Expand sidebar",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
"theme.blog.tagTitle": {
"message": "{nPosts} tagged with \"{tagName}\"",
"description": "The title of the page for a blog tag"
},
"theme.tags.tagsPageLink": {
"message": "View All Tags",
"description": "The label of the link targeting the tag list page"
},
"theme.docs.paginator.navAriaLabel": {
"message": "Docs pages navigation",
Expand All @@ -103,6 +87,14 @@
"message": "Nächste",
"description": "The label used to navigate to the next doc"
},
"theme.docs.sidebar.expandButtonTitle": {
"message": "Expand sidebar",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Expand sidebar",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.docs.sidebar.collapseButtonTitle": {
"message": "Collapse sidebar",
"description": "The title attribute for collapse button of doc sidebar"
Expand All @@ -111,6 +103,14 @@
"message": "Collapse sidebar",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.tagDocListPageTitle.nDocsTagged": {
"message": "One doc tagged|{count} docs tagged",
"description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.docs.tagDocListPageTitle": {
"message": "{nDocsTagged} with \"{tagName}\"",
"description": "The title of the page for a docs tag"
},
"theme.docs.versions.unreleasedVersionLabel": {
"message": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
"description": "The label used to tell the user that he's browsing an unreleased doc version"
Expand Down Expand Up @@ -151,6 +151,10 @@
"message": "← Back to main menu",
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
},
"theme.navbar.mobileVersionsDropdown.label": {
"message": "Versions",
"description": "The label for the navbar versions dropdown on mobile view"
},
"theme.common.skipToMainContent": {
"message": "Skip to main content",
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
Expand All @@ -159,6 +163,10 @@
"message": "On this page",
"description": "The label used by the button on the collapsible TOC component"
},
"theme.tags.tagsListLabel": {
"message": "Tags:",
"description": "The label alongside a tag list"
},
"theme.SearchPage.documentsFound.plurals": {
"message": "One document found|{count} documents found",
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
Expand Down Expand Up @@ -194,5 +202,9 @@
"theme.SearchBar.label": {
"message": "Suche",
"description": "The ARIA label and placeholder for search button"
},
"theme.tags.tagsPageTitle": {
"message": "Tags",
"description": "The title of the tag list page"
}
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"version.label": {
"message": "Next",
"message": "Nächste",
"description": "The label for version current"
},
"sidebar.docs.category.Get Started": {
"message": "Get Started",
"description": "The label for category Get Started in sidebar docs"
},
"sidebar.docs.category.How To": {
"message": "How To",
"description": "The label for category How To in sidebar docs"
},
"sidebar.docs.category.Developer Checklists": {
"message": "Developer Checklists",
"description": "The label for category Developer Checklists in sidebar docs"
},
"sidebar.docs.category.Development": {
"message": "Entwicklung",
"description": "The label for category Development in sidebar docs"
},
"sidebar.docs.category.Performance": {
"message": "Performance",
"description": "The label for category Performance in sidebar docs"
},
"sidebar.docs.category.Security": {
"message": "Security",
"description": "The label for category Security in sidebar docs"
},
"sidebar.docs.category.Distribution": {
"message": "Distribution",
"description": "The label for category Distribution in sidebar docs"
Expand All @@ -27,32 +27,24 @@
"message": "Testing And Debugging",
"description": "The label for category Testing And Debugging in sidebar docs"
},
"sidebar.docs.category.How To": {
"message": "How To",
"description": "The label for category How To in sidebar docs"
},
"sidebar.docs.category.Internals": {
"message": "Internals",
"description": "The label for category Internals in sidebar docs"
},
"sidebar.docs.category.Resources": {
"message": "Resources",
"message": "Ressourcen",
"description": "The label for category Resources in sidebar docs"
},
"sidebar.docs.category.Contributing": {
"message": "Contributing",
"description": "The label for category Contributing in sidebar docs"
},
"sidebar.api.category.Main Process Modules": {
"message": "Main Process Modules",
"message": "Hauptprozessmodule",
"description": "The label for category Main Process Modules in sidebar api"
},
"sidebar.api.category.Renderer Process Modules": {
"message": "Renderer Process Modules",
"message": "Renderer Prozessmodule",
"description": "The label for category Renderer Process Modules in sidebar api"
},
"sidebar.api.category.Custom DOM Elements": {
"message": "Custom DOM Elements",
"message": "Benutzerdefinierte DOM-Elemente",
"description": "The label for category Custom DOM Elements in sidebar api"
},
"sidebar.api.category.Chromium and Node.js": {
Expand All @@ -64,7 +56,7 @@
"description": "The label for category Classes in sidebar api"
},
"sidebar.api.category.API Structures": {
"message": "API Structures",
"message": "API-Strukturen",
"description": "The label for category API Structures in sidebar api"
}
}
64 changes: 38 additions & 26 deletions content/es-ES/website/i18n/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"message": "Lectura de un minuto|{readingTime} lectura mínima",
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.tags.tagsListLabel": {
"message": "Etiquetas:",
"description": "The label alongside a tag list"
},
"theme.blog.post.readMore": {
"message": "Leer más",
"description": "The label used in blog post item excerpts to link to full blog posts"
Expand All @@ -51,26 +47,10 @@
"message": "Publicación más antigua",
"description": "The blog post button label to navigate to the older/next post"
},
"theme.tags.tagsPageTitle": {
"message": "Etiquetas",
"description": "The title of the tag list page"
},
"theme.blog.sidebar.navAriaLabel": {
"message": "Navegación de mensajes recientes del blog",
"description": "The ARIA label for recent posts in the blog sidebar"
},
"theme.blog.post.plurals": {
"message": "Una publicación|{count} publicaciones",
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.blog.tagTitle": {
"message": "{nPosts} etiquetados con \"{tagName}\"",
"description": "The title of the page for a blog tag"
},
"theme.tags.tagsPageLink": {
"message": "Ver todas las categorías",
"description": "The label of the link targeting the tag list page"
},
"theme.CodeBlock.copyButtonAriaLabel": {
"message": "Copiar código al portapapeles",
"description": "The ARIA label for copy code blocks button"
Expand All @@ -83,13 +63,17 @@
"message": "Copiar",
"description": "The copy button label on code blocks"
},
"theme.docs.sidebar.expandButtonTitle": {
"message": "Expandir barra lateral",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
"theme.blog.post.plurals": {
"message": "Una publicación|{count} publicaciones",
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Expandir barra lateral",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
"theme.blog.tagTitle": {
"message": "{nPosts} etiquetados con \"{tagName}\"",
"description": "The title of the page for a blog tag"
},
"theme.tags.tagsPageLink": {
"message": "Ver todas las categorías",
"description": "The label of the link targeting the tag list page"
},
"theme.docs.paginator.navAriaLabel": {
"message": "Navegación de páginas de documentos",
Expand All @@ -103,6 +87,14 @@
"message": "Siguiente",
"description": "The label used to navigate to the next doc"
},
"theme.docs.sidebar.expandButtonTitle": {
"message": "Expandir barra lateral",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Expandir barra lateral",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.docs.sidebar.collapseButtonTitle": {
"message": "Ocultar la barra lateral",
"description": "The title attribute for collapse button of doc sidebar"
Expand All @@ -111,6 +103,14 @@
"message": "Ocultar la barra lateral",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.tagDocListPageTitle.nDocsTagged": {
"message": "One doc tagged|{count} docs tagged",
"description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
},
"theme.docs.tagDocListPageTitle": {
"message": "{nDocsTagged} with \"{tagName}\"",
"description": "The title of the page for a docs tag"
},
"theme.docs.versions.unreleasedVersionLabel": {
"message": "Esta es la {versionLabel} versión de la documentación no publicada de {siteTitle}.",
"description": "The label used to tell the user that he's browsing an unreleased doc version"
Expand Down Expand Up @@ -151,6 +151,10 @@
"message": "← Back to main menu",
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
},
"theme.navbar.mobileVersionsDropdown.label": {
"message": "Versions",
"description": "The label for the navbar versions dropdown on mobile view"
},
"theme.common.skipToMainContent": {
"message": "Saltar al contenido principal",
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
Expand All @@ -159,6 +163,10 @@
"message": "On this page",
"description": "The label used by the button on the collapsible TOC component"
},
"theme.tags.tagsListLabel": {
"message": "Etiquetas:",
"description": "The label alongside a tag list"
},
"theme.SearchPage.documentsFound.plurals": {
"message": "Un documento encontrado|{count} documentos encontrados",
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
Expand Down Expand Up @@ -194,5 +202,9 @@
"theme.SearchBar.label": {
"message": "Búsqueda",
"description": "The ARIA label and placeholder for search button"
},
"theme.tags.tagsPageTitle": {
"message": "Etiquetas",
"description": "The title of the tag list page"
}
}
Loading

0 comments on commit 7c7f396

Please sign in to comment.