From 2eecd707005a7e6cab3222e89fdc49716c17437d Mon Sep 17 00:00:00 2001 From: franzd1 <49062855+franzd1@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:40:37 +0200 Subject: [PATCH] fix(theme-translation): add missing German (de) theme.admonition translations (#10235) --- .../locales/de/theme-common.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/docusaurus-theme-translations/locales/de/theme-common.json b/packages/docusaurus-theme-translations/locales/de/theme-common.json index d40a928e07..918db9dd14 100644 --- a/packages/docusaurus-theme-translations/locales/de/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/de/theme-common.json @@ -14,12 +14,12 @@ "theme.NotFound.p2": "Bitte kontaktieren Sie den Besitzer der Seite, die Sie mit der ursprünglichen URL verlinkt hat, und teilen Sie ihm mit, dass der Link nicht mehr funktioniert.", "theme.NotFound.title": "Seite nicht gefunden", "theme.TOCCollapsible.toggleButtonLabel": "Auf dieser Seite", - "theme.admonition.caution": "caution", - "theme.admonition.danger": "danger", + "theme.admonition.caution": "vorsicht", + "theme.admonition.danger": "gefahr", "theme.admonition.info": "info", - "theme.admonition.note": "note", - "theme.admonition.tip": "tip", - "theme.admonition.warning": "warning", + "theme.admonition.note": "hinweis", + "theme.admonition.tip": "tipp", + "theme.admonition.warning": "warnung", "theme.blog.archive.description": "Archiv", "theme.blog.archive.title": "Archiv", "theme.blog.paginator.navAriaLabel": "Navigation der Blog-Listenseite",