From af68f248bb0f6877af1d54ea932f581884434755 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 12:26:10 +0530 Subject: [PATCH] New translations app.json (German) --- src/i18n/locales/de/app/app.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/de/app/app.json b/src/i18n/locales/de/app/app.json index 861e3ad5..78607388 100644 --- a/src/i18n/locales/de/app/app.json +++ b/src/i18n/locales/de/app/app.json @@ -1,25 +1,25 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "Überschrift" }, "item": { - "add": "Add {{- heading}}", + "add": "{{- heading}} hinzufügen", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Startdatum", + "placeholder": "März 2018" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Enddatum", + "placeholder": "März 2022" }, "description": { - "label": "Description" + "label": "Beschreibung" } }, "buttons": { "add": { - "label": "Add" + "label": "Hinzufügen" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "Du kannst <1>GitHub Flavored Markdown verwenden, um diesen Abschnitt des Textes zu gestalten." }