From 5741c55fc930c6798fa867201c5f4f872fa26a97 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 20 Apr 2021 08:08:57 -0800 Subject: [PATCH] New Crowdin updates (#323) * New translations en-US.json (French) * New translations en-US.json (French) * New translations en-US.json (Danish) * New translations en-US.json (Danish) * New translations en-US.json (German) * New translations en-US.json (German) * New translations en-US.json (Polish) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Portuguese) * New translations en-US.json (Swedish) * New translations en-US.json (Swedish) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Romanian) * New translations en-US.json (Korean) * New translations en-US.json (Vietnamese) * New translations en-US.json (English) * New translations en-US.json (Ukrainian) * New translations en-US.json (Turkish) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Russian) * New translations en-US.json (Norwegian) * New translations en-US.json (Dutch) * New translations en-US.json (Japanese) * New translations en-US.json (Italian) * New translations en-US.json (Hungarian) * New translations en-US.json (Hebrew) * New translations en-US.json (Finnish) * New translations en-US.json (Greek) * New translations en-US.json (German) * New translations en-US.json (Czech) * New translations en-US.json (Catalan) * New translations en-US.json (Arabic) * New translations en-US.json (Afrikaans) * New translations en-US.json (Spanish) * New translations en-US.json (Portuguese, Brazilian) --- .../src/locales/dateTimeFormats/af-ZA.json | 7 ++++ .../src/locales/dateTimeFormats/ar-SA.json | 7 ++++ .../src/locales/dateTimeFormats/ca-ES.json | 7 ++++ .../src/locales/dateTimeFormats/cs-CZ.json | 7 ++++ .../src/locales/dateTimeFormats/el-GR.json | 7 ++++ .../src/locales/dateTimeFormats/en-US.json | 6 ++-- .../src/locales/dateTimeFormats/es-ES.json | 7 ++++ .../src/locales/dateTimeFormats/fi-FI.json | 7 ++++ .../src/locales/dateTimeFormats/he-IL.json | 7 ++++ .../src/locales/dateTimeFormats/hu-HU.json | 7 ++++ .../src/locales/dateTimeFormats/it-IT.json | 7 ++++ .../src/locales/dateTimeFormats/ja-JP.json | 7 ++++ .../src/locales/dateTimeFormats/ko-KR.json | 7 ++++ .../src/locales/dateTimeFormats/nl-NL.json | 7 ++++ .../src/locales/dateTimeFormats/no-NO.json | 7 ++++ .../src/locales/dateTimeFormats/pt-BR.json | 7 ++++ .../src/locales/dateTimeFormats/ro-RO.json | 7 ++++ .../src/locales/dateTimeFormats/ru-RU.json | 7 ++++ .../src/locales/dateTimeFormats/sr-SP.json | 7 ++++ .../src/locales/dateTimeFormats/tr-TR.json | 7 ++++ .../src/locales/dateTimeFormats/uk-UA.json | 7 ++++ .../src/locales/dateTimeFormats/vi-VN.json | 7 ++++ frontend/src/locales/messages/de-DE.json | 36 +++++++++---------- 23 files changed, 168 insertions(+), 21 deletions(-) create mode 100644 frontend/src/locales/dateTimeFormats/af-ZA.json create mode 100644 frontend/src/locales/dateTimeFormats/ar-SA.json create mode 100644 frontend/src/locales/dateTimeFormats/ca-ES.json create mode 100644 frontend/src/locales/dateTimeFormats/cs-CZ.json create mode 100644 frontend/src/locales/dateTimeFormats/el-GR.json create mode 100644 frontend/src/locales/dateTimeFormats/es-ES.json create mode 100644 frontend/src/locales/dateTimeFormats/fi-FI.json create mode 100644 frontend/src/locales/dateTimeFormats/he-IL.json create mode 100644 frontend/src/locales/dateTimeFormats/hu-HU.json create mode 100644 frontend/src/locales/dateTimeFormats/it-IT.json create mode 100644 frontend/src/locales/dateTimeFormats/ja-JP.json create mode 100644 frontend/src/locales/dateTimeFormats/ko-KR.json create mode 100644 frontend/src/locales/dateTimeFormats/nl-NL.json create mode 100644 frontend/src/locales/dateTimeFormats/no-NO.json create mode 100644 frontend/src/locales/dateTimeFormats/pt-BR.json create mode 100644 frontend/src/locales/dateTimeFormats/ro-RO.json create mode 100644 frontend/src/locales/dateTimeFormats/ru-RU.json create mode 100644 frontend/src/locales/dateTimeFormats/sr-SP.json create mode 100644 frontend/src/locales/dateTimeFormats/tr-TR.json create mode 100644 frontend/src/locales/dateTimeFormats/uk-UA.json create mode 100644 frontend/src/locales/dateTimeFormats/vi-VN.json diff --git a/frontend/src/locales/dateTimeFormats/af-ZA.json b/frontend/src/locales/dateTimeFormats/af-ZA.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/af-ZA.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/ar-SA.json b/frontend/src/locales/dateTimeFormats/ar-SA.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/ar-SA.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/ca-ES.json b/frontend/src/locales/dateTimeFormats/ca-ES.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/ca-ES.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/cs-CZ.json b/frontend/src/locales/dateTimeFormats/cs-CZ.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/cs-CZ.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/el-GR.json b/frontend/src/locales/dateTimeFormats/el-GR.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/el-GR.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/en-US.json b/frontend/src/locales/dateTimeFormats/en-US.json index a0af56a4e08f..65941802f69b 100644 --- a/frontend/src/locales/dateTimeFormats/en-US.json +++ b/frontend/src/locales/dateTimeFormats/en-US.json @@ -1,7 +1,7 @@ { "short": { - "month": "short", - "day": "numeric", - "weekday": "long" + "month": "short", + "day": "numeric", + "weekday": "long" } } \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/es-ES.json b/frontend/src/locales/dateTimeFormats/es-ES.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/es-ES.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/fi-FI.json b/frontend/src/locales/dateTimeFormats/fi-FI.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/fi-FI.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/he-IL.json b/frontend/src/locales/dateTimeFormats/he-IL.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/he-IL.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/hu-HU.json b/frontend/src/locales/dateTimeFormats/hu-HU.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/hu-HU.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/it-IT.json b/frontend/src/locales/dateTimeFormats/it-IT.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/it-IT.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/ja-JP.json b/frontend/src/locales/dateTimeFormats/ja-JP.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/ja-JP.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/ko-KR.json b/frontend/src/locales/dateTimeFormats/ko-KR.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/ko-KR.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/nl-NL.json b/frontend/src/locales/dateTimeFormats/nl-NL.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/nl-NL.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/no-NO.json b/frontend/src/locales/dateTimeFormats/no-NO.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/no-NO.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/pt-BR.json b/frontend/src/locales/dateTimeFormats/pt-BR.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/pt-BR.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/ro-RO.json b/frontend/src/locales/dateTimeFormats/ro-RO.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/ro-RO.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/ru-RU.json b/frontend/src/locales/dateTimeFormats/ru-RU.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/ru-RU.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/sr-SP.json b/frontend/src/locales/dateTimeFormats/sr-SP.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/sr-SP.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/tr-TR.json b/frontend/src/locales/dateTimeFormats/tr-TR.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/tr-TR.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/uk-UA.json b/frontend/src/locales/dateTimeFormats/uk-UA.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/uk-UA.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/dateTimeFormats/vi-VN.json b/frontend/src/locales/dateTimeFormats/vi-VN.json new file mode 100644 index 000000000000..65941802f69b --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/vi-VN.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/messages/de-DE.json b/frontend/src/locales/messages/de-DE.json index c3559916defe..6a1207763add 100644 --- a/frontend/src/locales/messages/de-DE.json +++ b/frontend/src/locales/messages/de-DE.json @@ -27,7 +27,7 @@ "new": "Neu", "create": "Erstellen", "cancel": "Abbrechen", - "ok": "OK", + "ok": "Okay", "enabled": "Aktiviert", "download": "Herunterladen", "import": "Importieren", @@ -49,7 +49,7 @@ "current-parenthesis": "(Neueste)", "users": "Benutzer", "groups": "Gruppen", - "about": "About" + "about": "Über" }, "page": { "home-page": "Startseite", @@ -129,7 +129,7 @@ "ingredient": "Zutat", "notes": "Notizen", "note": "Notiz", - "original-url": "Original URL", + "original-url": "Ursprüngliche URL", "view-recipe": "Rezept anschauen", "title": "Titel", "total-time": "Gesamtzeit", @@ -147,15 +147,15 @@ }, "search": { "search-mealie": "Mealie durchsuchen", - "search-placeholder": "Search...", - "max-results": "Max Results", - "category-filter": "Category Filter", - "tag-filter": "Tag Filter", - "include": "Include", - "exclude": "Exclude", - "and": "And", - "or": "Or", - "search": "Search" + "search-placeholder": "Suchen...", + "max-results": "Max. Ergebnisse", + "category-filter": "Kategoriefilter", + "tag-filter": "Markierungs-Filter", + "include": "Einbeziehen", + "exclude": "Ausschließen", + "and": "Und", + "or": "Oder", + "search": "Suchen" }, "settings": { "general-settings": "Einstellungen", @@ -199,7 +199,7 @@ "meal-planner-webhooks": "Essensplaner Webhooks", "the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Die unten stehenden URL's erhalten Webhooks welche die Rezeptdaten für den Menüplan am geplanten Tag enthalten. Derzeit werden die Webhooks ausgeführt um", "test-webhooks": "Teste Webhooks", - "webhook-url": "Webhook URL" + "webhook-url": "Webhook-URL" }, "new-version-available": "Eine neue Version von Mealie steht zur Verfügung, Besuche das Repository ", "backup": { @@ -225,11 +225,11 @@ "site-settings": "Seiteneinstellungen", "manage-users": "Benutzer verwalten", "migrations": "Migrationen", - "profile": "Profile", - "custom-pages": "Custom Pages", - "new-page": "New Page", - "edit-page": "Edit Page", - "page-name": "Page Name" + "profile": "Profil", + "custom-pages": "Benutzerdefinierte Seiten", + "new-page": "Neue Seite", + "edit-page": "Seite bearbeiten", + "page-name": "Seitenname" }, "migration": { "recipe-migration": "Rezepte übertragen",