New translations app.json (German)

This commit is contained in:
Amruth Pillai
2020-03-31 12:26:10 +05:30
parent ad46aa6c50
commit af68f248bb

View File

@ -1,25 +1,25 @@
{ {
"heading": { "heading": {
"placeholder": "Heading" "placeholder": "Überschrift"
}, },
"item": { "item": {
"add": "Add {{- heading}}", "add": "{{- heading}} hinzufügen",
"startDate": { "startDate": {
"label": "Start Date", "label": "Startdatum",
"placeholder": "March 2018" "placeholder": "März 2018"
}, },
"endDate": { "endDate": {
"label": "End Date", "label": "Enddatum",
"placeholder": "March 2022" "placeholder": "März 2022"
}, },
"description": { "description": {
"label": "Description" "label": "Beschreibung"
} }
}, },
"buttons": { "buttons": {
"add": { "add": {
"label": "Add" "label": "Hinzufügen"
} }
}, },
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text." "markdownHelpText": "Du kannst <1>GitHub Flavored Markdown</1> verwenden, um diesen Abschnitt des Textes zu gestalten."
} }