New translations app.json (Dutch)

This commit is contained in:
Amruth Pillai
2020-04-10 16:11:14 +05:30
parent e809051df3
commit f1a1bb17de

View File

@ -1,25 +1,41 @@
{ {
"heading": {
"placeholder": "Heading"
},
"item": { "item": {
"add": "Add {{- heading}}", "add": "Voeg {{- heading}} toe",
"startDate": { "startDate": {
"label": "Start Date", "label": "Startdatum"
"placeholder": "March 2018"
}, },
"endDate": { "endDate": {
"label": "End Date", "label": "Einddatum"
"placeholder": "March 2022"
}, },
"description": { "description": {
"label": "Description" "label": "Beschrijving"
} }
}, },
"buttons": { "buttons": {
"add": { "add": {
"label": "Add" "label": "Toevoegen"
} }
}, },
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text." "printDialog": {
"heading": "Download je curriculum",
"quality": {
"label": "Kwaliteit"
},
"printType": {
"label": "Soort",
"types": {
"unconstrained": "Geen limitaties",
"fitInA4": "Passend maken in A4",
"multiPageA4": "Multi-Pagina A4"
}
},
"buttons": {
"cancel": "Annuleren",
"saveAsPdf": "Opslaan als PDF"
}
},
"panZoomAnimation": {
"helpText": "Je kunt op elk moment op het artboard inzoomen om een beter zicht te krijgen op je curriculum."
},
"markdownHelpText": "U kunt <1>GitHub Flavored Markdown</1> gebruiken om dit gedeelte van de tekst op te maken."
} }