diff --git a/src/i18n/locales/da/app/app.json b/src/i18n/locales/da/app/app.json index 861e3ad5..559e89ed 100644 --- a/src/i18n/locales/da/app/app.json +++ b/src/i18n/locales/da/app/app.json @@ -1,25 +1,41 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { - "add": "Add {{- heading}}", + "add": "Tilføj {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Startdato" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Slutdato" }, "description": { - "label": "Description" + "label": "Beskrivelse" } }, "buttons": { "add": { - "label": "Add" + "label": "Tilføj" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "printDialog": { + "heading": "Download dit CV.", + "quality": { + "label": "Kvalitet" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Ingen begrænsninger", + "fitInA4": "Tilpas til A4", + "multiPageA4": "Flersidet A4" + } + }, + "buttons": { + "cancel": "Annullér", + "saveAsPdf": "Gem som PDF" + } + }, + "panZoomAnimation": { + "helpText": "Du kan panorere rundt, og zoome ind på læredet når som helst og kigge nærmere på dit CV." + }, + "markdownHelpText": "Du kan benytte <1>GitHub Flavored Markdown for at tilpasse den del af teksten." }