From 93dab24bec578e3fabf75cffa065cc991efe6624 Mon Sep 17 00:00:00 2001 From: miku86 Date: Thu, 18 Mar 2021 11:46:23 +0100 Subject: [PATCH] polish(v2): Add german translations (#4448) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add german translations Hey folks, I updated some missing translations. Greetings Michael * Update packages/docusaurus-theme-classic/codeTranslations/de.json Co-authored-by: Sébastien Lorber --- .../codeTranslations/de.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/de.json b/packages/docusaurus-theme-classic/codeTranslations/de.json index 9582b386a4..f643e77e60 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/de.json +++ b/packages/docusaurus-theme-classic/codeTranslations/de.json @@ -13,7 +13,7 @@ "theme.PwaReloadPopup.refreshButtonText": "Aktualisieren", "theme.SearchBar.label": "Suche", "theme.SearchPage.algoliaLabel": "Suche von Algolia", - "theme.SearchPage.documentsFound.plurals": "One document found|{count} documents found", + "theme.SearchPage.documentsFound.plurals": "Ein Dokument gefunden|{count} Dokumente gefunden", "theme.SearchPage.emptyResultsTitle": "Suche in der Dokumentation", "theme.SearchPage.existingResultsTitle": "Suchergebnisse für \"{query}\"", "theme.SearchPage.fetchingNewResults": "Neue Ergebnisse abrufen...", @@ -26,10 +26,10 @@ "theme.blog.post.paginator.navAriaLabel": "Blog Post Seiten Navigation", "theme.blog.post.paginator.newerPost": "Neuer Post", "theme.blog.post.paginator.olderPost": "Älterer Post", - "theme.blog.post.plurals": "One post|{count} posts", + "theme.blog.post.plurals": "Ein Post|{count} Posts", "theme.blog.post.readMore": "Mehr lesen", - "theme.blog.post.readingTime.plurals": "One min read|{readingTime} min read", - "theme.blog.tagTitle": "{nPosts} tagged with \"{tagName}\"", + "theme.blog.post.readingTime.plurals": "Eine Minute Lesezeit|{readingTime} Minuten Lesezeit", + "theme.blog.tagTitle": "{nPosts} getaggt mit \"{tagName}\"", "theme.common.editThisPage": "Diese Seite bearbeiten", "theme.common.headingLinkTitle": "Direkter Link zur Überschrift", "theme.common.skipToMainContent": "Zum Hauptinhalt springen", @@ -42,13 +42,13 @@ "theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen", "theme.docs.sidebar.responsiveCloseButtonLabel": "Menü schließen", "theme.docs.sidebar.responsiveOpenButtonLabel": "Menü öffenen", - "theme.docs.versions.latestVersionLinkLabel": "latest version", - "theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).", - "theme.docs.versions.unmaintainedVersionLabel": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.", - "theme.docs.versions.unreleasedVersionLabel": "This is unreleased documentation for {siteTitle} {versionLabel} version.", - "theme.lastUpdated.atDate": " on {date}", - "theme.lastUpdated.byUser": " by {user}", - "theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}", + "theme.docs.versions.latestVersionLinkLabel": "letzte Version", + "theme.docs.versions.latestVersionSuggestionLabel": "Für die aktuellste Dokumentation bitte auf {latestVersionLink} ({versionLabel}) gehen.", + "theme.docs.versions.unmaintainedVersionLabel": "Das ist die Dokumentation für {siteTitle} {versionLabel} und wird nicht weiter gewartet.", + "theme.docs.versions.unreleasedVersionLabel": "Das ist die unveröffentlichte Dokumentation für {siteTitle} {versionLabel}.", + "theme.lastUpdated.atDate": " am {date}", + "theme.lastUpdated.byUser": " von {user}", + "theme.lastUpdated.lastUpdatedAtBy": "Letztes Update{atDate}{byUser}", "theme.tags.tagsListLabel": "Tags:", "theme.tags.tagsPageLink": "Alle Tags anzeigen", "theme.tags.tagsPageTitle": "Tags"