diff --git a/content/de-DE/website/i18n/code.json b/content/de-DE/website/i18n/code.json index bc8dc20353d04..d9f539447c6e3 100644 --- a/content/de-DE/website/i18n/code.json +++ b/content/de-DE/website/i18n/code.json @@ -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" @@ -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" @@ -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", @@ -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" @@ -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" @@ -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" @@ -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)" @@ -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" } } \ No newline at end of file diff --git a/content/de-DE/website/i18n/docusaurus-plugin-content-docs/current.json b/content/de-DE/website/i18n/docusaurus-plugin-content-docs/current.json index 8385bd8cdab79..585d660e06b94 100644 --- a/content/de-DE/website/i18n/docusaurus-plugin-content-docs/current.json +++ b/content/de-DE/website/i18n/docusaurus-plugin-content-docs/current.json @@ -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" @@ -27,16 +27,8 @@ "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": { @@ -44,15 +36,15 @@ "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": { @@ -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" } } \ No newline at end of file diff --git a/content/es-ES/website/i18n/code.json b/content/es-ES/website/i18n/code.json index ad59bc8ada76a..e4d720a0f3801 100644 --- a/content/es-ES/website/i18n/code.json +++ b/content/es-ES/website/i18n/code.json @@ -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" @@ -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" @@ -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", @@ -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" @@ -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" @@ -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" @@ -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)" @@ -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" } } \ No newline at end of file diff --git a/content/es-ES/website/i18n/docusaurus-plugin-content-docs/current.json b/content/es-ES/website/i18n/docusaurus-plugin-content-docs/current.json index cc807ce2174c0..e43fb20701e81 100644 --- a/content/es-ES/website/i18n/docusaurus-plugin-content-docs/current.json +++ b/content/es-ES/website/i18n/docusaurus-plugin-content-docs/current.json @@ -1,24 +1,24 @@ { "version.label": { - "message": "Next", + "message": "Siguiente", "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": "Desarrollo", "description": "The label for category Development in sidebar docs" }, - "sidebar.docs.category.Performance": { - "message": "Rendimiento", - "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": "Distribución", "description": "The label for category Distribution in sidebar docs" @@ -27,16 +27,8 @@ "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": "Recursos", "description": "The label for category Resources in sidebar docs" }, "sidebar.docs.category.Contributing": { @@ -44,15 +36,15 @@ "description": "The label for category Contributing in sidebar docs" }, "sidebar.api.category.Main Process Modules": { - "message": "Main Process Modules", + "message": "Módulos del proceso principal", "description": "The label for category Main Process Modules in sidebar api" }, "sidebar.api.category.Renderer Process Modules": { - "message": "Renderer Process Modules", + "message": "Módulos de Process Renderer", "description": "The label for category Renderer Process Modules in sidebar api" }, "sidebar.api.category.Custom DOM Elements": { - "message": "Custom DOM Elements", + "message": "Elementos de DOM personalizados", "description": "The label for category Custom DOM Elements in sidebar api" }, "sidebar.api.category.Chromium and Node.js": { @@ -64,7 +56,7 @@ "description": "The label for category Classes in sidebar api" }, "sidebar.api.category.API Structures": { - "message": "API Structures", + "message": "Estructuras del API", "description": "The label for category API Structures in sidebar api" } } \ No newline at end of file diff --git a/content/fr-FR/website/i18n/code.json b/content/fr-FR/website/i18n/code.json index 864be1635a0ff..effdea97f11b9 100644 --- a/content/fr-FR/website/i18n/code.json +++ b/content/fr-FR/website/i18n/code.json @@ -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" @@ -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" @@ -83,13 +63,17 @@ "message": "Copier", "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", @@ -103,6 +87,14 @@ "message": "Suivant", "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" @@ -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} avec \"{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" @@ -151,6 +151,10 @@ "message": "← Retour au menu principal", "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" @@ -159,6 +163,10 @@ "message": "Sur cette 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)" @@ -194,5 +202,9 @@ "theme.SearchBar.label": { "message": "Rechercher", "description": "The ARIA label and placeholder for search button" + }, + "theme.tags.tagsPageTitle": { + "message": "Tags", + "description": "The title of the tag list page" } } \ No newline at end of file diff --git a/content/fr-FR/website/i18n/docusaurus-plugin-content-docs/current.json b/content/fr-FR/website/i18n/docusaurus-plugin-content-docs/current.json index 4e78f73bfd461..31be99cdfa230 100644 --- a/content/fr-FR/website/i18n/docusaurus-plugin-content-docs/current.json +++ b/content/fr-FR/website/i18n/docusaurus-plugin-content-docs/current.json @@ -1,24 +1,24 @@ { "version.label": { - "message": "Next", + "message": "Suivant", "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": "Listes de contrôle des développeurs", + "description": "The label for category Developer Checklists in sidebar docs" + }, "sidebar.docs.category.Development": { "message": "Développement", "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" @@ -27,16 +27,8 @@ "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": "Ressources", "description": "The label for category Resources in sidebar docs" }, "sidebar.docs.category.Contributing": { @@ -44,19 +36,19 @@ "description": "The label for category Contributing in sidebar docs" }, "sidebar.api.category.Main Process Modules": { - "message": "Main Process Modules", + "message": "Modules pour le Main Process", "description": "The label for category Main Process Modules in sidebar api" }, "sidebar.api.category.Renderer Process Modules": { - "message": "Renderer Process Modules", + "message": "Modules pour le Renderer Process", "description": "The label for category Renderer Process Modules in sidebar api" }, "sidebar.api.category.Custom DOM Elements": { - "message": "Custom DOM Elements", + "message": "Éléments DOM Personnalisé ", "description": "The label for category Custom DOM Elements in sidebar api" }, "sidebar.api.category.Chromium and Node.js": { - "message": "Chromium and Node.js", + "message": "Chromium et Node.js", "description": "The label for category Chromium and Node.js in sidebar api" }, "sidebar.api.category.Classes": { diff --git a/content/ja-JP/docs/breaking-changes.md b/content/ja-JP/docs/breaking-changes.md index 98367fa78a951..61f65a56d37e8 100644 --- a/content/ja-JP/docs/breaking-changes.md +++ b/content/ja-JP/docs/breaking-changes.md @@ -24,7 +24,7 @@ Electron 15 より前の `window.open` は既定で `BrowserWindowProxy` を使 ### Removed: `remote` module -The `remote` module was deprecated in Electron 12, and will be removed in Electron 14. これは [`@electron/remote`](https://github.com/electron/remote) モジュールに置き換えられます。 +`remote` モジュールは Electron 12 で非推奨となりました。Electron 14 で削除される予定です。 これは [`@electron/remote`](https://github.com/electron/remote) モジュールに置き換えられます。 ```js // Electron 12では非推奨: diff --git a/content/ja-JP/website/blog/electron-14-0.md b/content/ja-JP/website/blog/electron-14-0.md index cddcde0e2b0b5..e011dbd8523ac 100644 --- a/content/ja-JP/website/blog/electron-14-0.md +++ b/content/ja-JP/website/blog/electron-14-0.md @@ -11,7 +11,7 @@ Electron 14.0.0 がリリースされました! これには Chromium `93` とV8 --- -Electron チームは、Electron 14.0.0 のリリース発表にワクワクしています! You can install it with npm via `npm install electron@latest` or download it from our [releases website](https://electronjs.org/releases/stable). Continue reading for details about this release and please share any feedback you have! +Electron チームは、Electron 14.0.0 のリリース発表にワクワクしています! `npm install electron@latest` から npm でインストールするか、[リリースウェブサイト](https://electronjs.org/releases/stable) からダウンロードできます。 このリリースの詳細については下に続きます。是非ご意見をお聞かせください! ## 注目すべき変更 diff --git a/content/ja-JP/website/i18n/code.json b/content/ja-JP/website/i18n/code.json index 375fbaeb3a09f..fa84dd922cd07 100644 --- a/content/ja-JP/website/i18n/code.json +++ b/content/ja-JP/website/i18n/code.json @@ -31,10 +31,6 @@ "message": "読むのにかかる時間 1 分|読むのにかかる時間 {readingTime} 分", "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": "タグ:", - "description": "The label alongside a tag list" - }, "theme.blog.post.readMore": { "message": "続きを読む", "description": "The label used in blog post item excerpts to link to full blog posts" @@ -51,26 +47,10 @@ "message": "過去の記事", "description": "The blog post button label to navigate to the older/next post" }, - "theme.tags.tagsPageTitle": { - "message": "タグ", - "description": "The title of the tag list page" - }, "theme.blog.sidebar.navAriaLabel": { "message": "最近のブログ記事のナビゲーション", "description": "The ARIA label for recent posts in the blog sidebar" }, - "theme.blog.post.plurals": { - "message": "1 件の投稿|{count} 件の投稿", - "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": "\"{tagName}\" タグの記事が {nPosts} 件あります", - "description": "The title of the page for a blog tag" - }, - "theme.tags.tagsPageLink": { - "message": "全てのタグを表示", - "description": "The label of the link targeting the tag list page" - }, "theme.CodeBlock.copyButtonAriaLabel": { "message": "クリップボードにコードをコピー", "description": "The ARIA label for copy code blocks button" @@ -83,13 +63,17 @@ "message": "コピー", "description": "The copy button label on code blocks" }, - "theme.docs.sidebar.expandButtonTitle": { - "message": "サイドバーを開く", - "description": "The ARIA label and title attribute for expand button of doc sidebar" + "theme.blog.post.plurals": { + "message": "1 件の投稿|{count} 件の投稿", + "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": "サイドバーを開く", - "description": "The ARIA label and title attribute for expand button of doc sidebar" + "theme.blog.tagTitle": { + "message": "\"{tagName}\" タグの記事が {nPosts} 件あります", + "description": "The title of the page for a blog tag" + }, + "theme.tags.tagsPageLink": { + "message": "全てのタグを表示", + "description": "The label of the link targeting the tag list page" }, "theme.docs.paginator.navAriaLabel": { "message": "ドキュメントページのナビゲーション", @@ -103,6 +87,14 @@ "message": "次", "description": "The label used to navigate to the next doc" }, + "theme.docs.sidebar.expandButtonTitle": { + "message": "サイドバーを開く", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.docs.sidebar.expandButtonAriaLabel": { + "message": "サイドバーを開く", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, "theme.docs.sidebar.collapseButtonTitle": { "message": "サイドバーを隠す", "description": "The title attribute for collapse button of doc sidebar" @@ -111,6 +103,14 @@ "message": "サイドバーを隠す", "description": "The title attribute for collapse button of doc sidebar" }, + "theme.docs.tagDocListPageTitle.nDocsTagged": { + "message": "このタグのドキュメント {count} 件", + "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": "\"{tagName}\" タグが {nDocsTagged} 件あります", + "description": "The title of the page for a docs tag" + }, "theme.docs.versions.unreleasedVersionLabel": { "message": "これは {siteTitle} {versionLabel} 版の未公開ドキュメントです。", "description": "The label used to tell the user that he's browsing an unreleased doc version" @@ -151,6 +151,10 @@ "message": "← メインメニューへ戻る", "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": "バージョン", + "description": "The label for the navbar versions dropdown on mobile view" + }, "theme.common.skipToMainContent": { "message": "メインコンテンツへ飛ぶ", "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" @@ -159,6 +163,10 @@ "message": "目次", "description": "The label used by the button on the collapsible TOC component" }, + "theme.tags.tagsListLabel": { + "message": "タグ:", + "description": "The label alongside a tag list" + }, "theme.SearchPage.documentsFound.plurals": { "message": "1 件のドキュメントが見つかりました|{count} 件のドキュメントが見つかりました", "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)" @@ -194,5 +202,9 @@ "theme.SearchBar.label": { "message": "検索", "description": "The ARIA label and placeholder for search button" + }, + "theme.tags.tagsPageTitle": { + "message": "タグ", + "description": "The title of the tag list page" } } \ No newline at end of file diff --git a/content/ja-JP/website/i18n/docusaurus-plugin-content-docs/current.json b/content/ja-JP/website/i18n/docusaurus-plugin-content-docs/current.json index b4d1dc12318cb..9288c9486c0e7 100644 --- a/content/ja-JP/website/i18n/docusaurus-plugin-content-docs/current.json +++ b/content/ja-JP/website/i18n/docusaurus-plugin-content-docs/current.json @@ -1,62 +1,54 @@ { "version.label": { - "message": "Next", + "message": "次", "description": "The label for version current" }, "sidebar.docs.category.Get Started": { - "message": "Get Started", + "message": "はじめよう", "description": "The label for category Get Started in sidebar docs" }, + "sidebar.docs.category.How To": { + "message": "使い方", + "description": "The label for category How To in sidebar docs" + }, + "sidebar.docs.category.Developer Checklists": { + "message": "開発者チェックリスト", + "description": "The label for category Developer Checklists in sidebar docs" + }, "sidebar.docs.category.Development": { "message": "開発", "description": "The label for category Development in sidebar docs" }, - "sidebar.docs.category.Performance": { - "message": "パフォーマンス", - "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": "配布方法", "description": "The label for category Distribution in sidebar docs" }, "sidebar.docs.category.Testing And Debugging": { - "message": "Testing And Debugging", + "message": "テストとデバッグ", "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": "リソース", "description": "The label for category Resources in sidebar docs" }, "sidebar.docs.category.Contributing": { - "message": "Contributing", + "message": "コントリビューション", "description": "The label for category Contributing in sidebar docs" }, "sidebar.api.category.Main Process Modules": { - "message": "Main Process Modules", + "message": "メインプロセスモジュール", "description": "The label for category Main Process Modules in sidebar api" }, "sidebar.api.category.Renderer Process Modules": { - "message": "Renderer Process Modules", + "message": "レンダラープロセスモジュール", "description": "The label for category Renderer Process Modules in sidebar api" }, "sidebar.api.category.Custom DOM Elements": { - "message": "Custom DOM Elements", + "message": "カスタム DOM 要素", "description": "The label for category Custom DOM Elements in sidebar api" }, "sidebar.api.category.Chromium and Node.js": { - "message": "Chromium and Node.js", + "message": "Chromium と Node.js", "description": "The label for category Chromium and Node.js in sidebar api" }, "sidebar.api.category.Classes": { @@ -64,7 +56,7 @@ "description": "The label for category Classes in sidebar api" }, "sidebar.api.category.API Structures": { - "message": "API Structures", + "message": "API の構造体", "description": "The label for category API Structures in sidebar api" } } \ No newline at end of file diff --git a/content/pt-BR/website/i18n/code.json b/content/pt-BR/website/i18n/code.json index d9bc1e02f39b4..d8d750906d792 100644 --- a/content/pt-BR/website/i18n/code.json +++ b/content/pt-BR/website/i18n/code.json @@ -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" @@ -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" @@ -83,13 +63,17 @@ "message": "Copiar", "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", @@ -103,6 +87,14 @@ "message": "Avançar", "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" @@ -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" @@ -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" @@ -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)" @@ -194,5 +202,9 @@ "theme.SearchBar.label": { "message": "Pesquisar", "description": "The ARIA label and placeholder for search button" + }, + "theme.tags.tagsPageTitle": { + "message": "Tags", + "description": "The title of the tag list page" } } \ No newline at end of file diff --git a/content/pt-BR/website/i18n/docusaurus-plugin-content-docs/current.json b/content/pt-BR/website/i18n/docusaurus-plugin-content-docs/current.json index 935fc6245715c..fc5796496666e 100644 --- a/content/pt-BR/website/i18n/docusaurus-plugin-content-docs/current.json +++ b/content/pt-BR/website/i18n/docusaurus-plugin-content-docs/current.json @@ -1,24 +1,24 @@ { "version.label": { - "message": "Next", + "message": "Avançar", "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": "Desenvolvimento", "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": "Distribuição", "description": "The label for category Distribution in sidebar docs" @@ -27,16 +27,8 @@ "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": "Recursos", "description": "The label for category Resources in sidebar docs" }, "sidebar.docs.category.Contributing": { @@ -44,15 +36,15 @@ "description": "The label for category Contributing in sidebar docs" }, "sidebar.api.category.Main Process Modules": { - "message": "Main Process Modules", + "message": "Módulos do Processo Principais", "description": "The label for category Main Process Modules in sidebar api" }, "sidebar.api.category.Renderer Process Modules": { - "message": "Renderer Process Modules", + "message": "Módulos do Processo de Renderização", "description": "The label for category Renderer Process Modules in sidebar api" }, "sidebar.api.category.Custom DOM Elements": { - "message": "Custom DOM Elements", + "message": "Elementos de DOM Personalizado", "description": "The label for category Custom DOM Elements in sidebar api" }, "sidebar.api.category.Chromium and Node.js": { @@ -64,7 +56,7 @@ "description": "The label for category Classes in sidebar api" }, "sidebar.api.category.API Structures": { - "message": "API Structures", + "message": "Estruturas da API", "description": "The label for category API Structures in sidebar api" } } \ No newline at end of file diff --git a/content/ru-RU/website/i18n/code.json b/content/ru-RU/website/i18n/code.json index 6cb97aafe337b..07c281fb744ec 100644 --- a/content/ru-RU/website/i18n/code.json +++ b/content/ru-RU/website/i18n/code.json @@ -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" @@ -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" @@ -83,13 +63,17 @@ "message": "Копировать", "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", @@ -103,6 +87,14 @@ "message": "Далее", "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" @@ -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" @@ -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" @@ -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)" @@ -194,5 +202,9 @@ "theme.SearchBar.label": { "message": "Поиск", "description": "The ARIA label and placeholder for search button" + }, + "theme.tags.tagsPageTitle": { + "message": "Tags", + "description": "The title of the tag list page" } } \ No newline at end of file diff --git a/content/ru-RU/website/i18n/docusaurus-plugin-content-docs/current.json b/content/ru-RU/website/i18n/docusaurus-plugin-content-docs/current.json index 0763a66f38b5d..78b8e336155ba 100644 --- a/content/ru-RU/website/i18n/docusaurus-plugin-content-docs/current.json +++ b/content/ru-RU/website/i18n/docusaurus-plugin-content-docs/current.json @@ -1,24 +1,24 @@ { "version.label": { - "message": "Next", + "message": "Далее", "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": "Разработка", "description": "The label for category Development in sidebar docs" }, - "sidebar.docs.category.Performance": { - "message": "Характеристика", - "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": "Распространение", "description": "The label for category Distribution in sidebar docs" @@ -27,14 +27,6 @@ "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", "description": "The label for category Resources in sidebar docs" @@ -44,15 +36,15 @@ "description": "The label for category Contributing in sidebar docs" }, "sidebar.api.category.Main Process Modules": { - "message": "Main Process Modules", + "message": "Модули основного процесса", "description": "The label for category Main Process Modules in sidebar api" }, "sidebar.api.category.Renderer Process Modules": { - "message": "Renderer Process Modules", + "message": "Модули графического процесса", "description": "The label for category Renderer Process Modules in sidebar api" }, "sidebar.api.category.Custom DOM Elements": { - "message": "Custom DOM Elements", + "message": "Пользовательские DOM-элементы", "description": "The label for category Custom DOM Elements in sidebar api" }, "sidebar.api.category.Chromium and Node.js": { @@ -64,7 +56,7 @@ "description": "The label for category Classes in sidebar api" }, "sidebar.api.category.API Structures": { - "message": "API Structures", + "message": "Структуры API", "description": "The label for category API Structures in sidebar api" } } \ No newline at end of file diff --git a/content/zh-CN/website/i18n/code.json b/content/zh-CN/website/i18n/code.json index f656a18b1ce3b..914700cf29f29 100644 --- a/content/zh-CN/website/i18n/code.json +++ b/content/zh-CN/website/i18n/code.json @@ -31,10 +31,6 @@ "message": "阅读时间 {readingTime} 分钟", "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": "标记:", - "description": "The label alongside a tag list" - }, "theme.blog.post.readMore": { "message": "查看更多", "description": "The label used in blog post item excerpts to link to full blog posts" @@ -51,26 +47,10 @@ "message": "较旧的帖子", "description": "The blog post button label to navigate to the older/next post" }, - "theme.tags.tagsPageTitle": { - "message": "标记", - "description": "The title of the tag list page" - }, "theme.blog.sidebar.navAriaLabel": { "message": "博客最近文章导航", "description": "The ARIA label for recent posts in the blog sidebar" }, - "theme.blog.post.plurals": { - "message": "{count} 篇博文", - "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} 含有标签「{tagName}」", - "description": "The title of the page for a blog tag" - }, - "theme.tags.tagsPageLink": { - "message": "查看所有标签", - "description": "The label of the link targeting the tag list page" - }, "theme.CodeBlock.copyButtonAriaLabel": { "message": "复制代码到剪贴板", "description": "The ARIA label for copy code blocks button" @@ -83,13 +63,17 @@ "message": "复制", "description": "The copy button label on code blocks" }, - "theme.docs.sidebar.expandButtonTitle": { - "message": "展开侧边栏", - "description": "The ARIA label and title attribute for expand button of doc sidebar" + "theme.blog.post.plurals": { + "message": "{count} 篇博文", + "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": "展开侧边栏", - "description": "The ARIA label and title attribute for expand button of doc sidebar" + "theme.blog.tagTitle": { + "message": "{nPosts} 含有标签「{tagName}」", + "description": "The title of the page for a blog tag" + }, + "theme.tags.tagsPageLink": { + "message": "查看所有标签", + "description": "The label of the link targeting the tag list page" }, "theme.docs.paginator.navAriaLabel": { "message": "文档页面导航", @@ -103,6 +87,14 @@ "message": "下一个", "description": "The label used to navigate to the next doc" }, + "theme.docs.sidebar.expandButtonTitle": { + "message": "展开侧边栏", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.docs.sidebar.expandButtonAriaLabel": { + "message": "展开侧边栏", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, "theme.docs.sidebar.collapseButtonTitle": { "message": "收起侧边栏", "description": "The title attribute for collapse button of doc sidebar" @@ -111,6 +103,14 @@ "message": "收起侧边栏", "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": "这是尚未发布的 {siteTitle} {versionLabel} 版本文档。", "description": "The label used to tell the user that he's browsing an unreleased doc version" @@ -151,6 +151,10 @@ "message": "← 返回主菜单", "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": "跳到主内容", "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" @@ -159,6 +163,10 @@ "message": "在本页面", "description": "The label used by the button on the collapsible TOC component" }, + "theme.tags.tagsListLabel": { + "message": "标记:", + "description": "The label alongside a tag list" + }, "theme.SearchPage.documentsFound.plurals": { "message": "找到 {count} 个文档", "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)" @@ -194,5 +202,9 @@ "theme.SearchBar.label": { "message": "搜索", "description": "The ARIA label and placeholder for search button" + }, + "theme.tags.tagsPageTitle": { + "message": "标记", + "description": "The title of the tag list page" } } \ No newline at end of file diff --git a/content/zh-CN/website/i18n/docusaurus-plugin-content-docs/current.json b/content/zh-CN/website/i18n/docusaurus-plugin-content-docs/current.json index e5ee4c87b9c39..0cf8ea2dfb869 100644 --- a/content/zh-CN/website/i18n/docusaurus-plugin-content-docs/current.json +++ b/content/zh-CN/website/i18n/docusaurus-plugin-content-docs/current.json @@ -1,24 +1,24 @@ { "version.label": { - "message": "Next", + "message": "下一个", "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": "开发", "description": "The label for category Development in sidebar docs" }, - "sidebar.docs.category.Performance": { - "message": "性能", - "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": "分发", "description": "The label for category Distribution in sidebar docs" @@ -27,16 +27,8 @@ "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": "资源", "description": "The label for category Resources in sidebar docs" }, "sidebar.docs.category.Contributing": { @@ -44,15 +36,15 @@ "description": "The label for category Contributing in sidebar docs" }, "sidebar.api.category.Main Process Modules": { - "message": "Main Process Modules", + "message": "Main Process 模块", "description": "The label for category Main Process Modules in sidebar api" }, "sidebar.api.category.Renderer Process Modules": { - "message": "Renderer Process Modules", + "message": "Renderer Process 模块", "description": "The label for category Renderer Process Modules in sidebar api" }, "sidebar.api.category.Custom DOM Elements": { - "message": "Custom DOM Elements", + "message": "自定义 DOM 元素", "description": "The label for category Custom DOM Elements in sidebar api" }, "sidebar.api.category.Chromium and Node.js": { @@ -64,7 +56,7 @@ "description": "The label for category Classes in sidebar api" }, "sidebar.api.category.API Structures": { - "message": "API Structures", + "message": "API 结构", "description": "The label for category API Structures in sidebar api" } } \ No newline at end of file