From 148194276f19f230cba4a34b89928cc8b324efb1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 10 Apr 2020 16:11:36 +0530 Subject: [PATCH] New translations actions.json (Dutch) --- src/i18n/locales/nl/rightSidebar/actions.json | 33 +++++++++---------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/i18n/locales/nl/rightSidebar/actions.json b/src/i18n/locales/nl/rightSidebar/actions.json index b6818714..44d8917f 100644 --- a/src/i18n/locales/nl/rightSidebar/actions.json +++ b/src/i18n/locales/nl/rightSidebar/actions.json @@ -1,34 +1,33 @@ { - "title": "Actions", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "title": "Acties", + "disclaimer": "Veranderingen die u aanbrengt in uw curriculum worden automatisch bewaard in je browsers lokale opslag. Geen data wordt verstuurd, dus je informatie is helemaal veilig.", "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "heading": "Importeren/Exporteren", + "body": "U kunt uw gegevens importeren of exporteren in JSON formaat. Hiermee kunt u uw CV op elk apparaat bewerken en afdrukken. Sla dit bestand op voor later gebruik.", "buttons": { - "import": "Import", - "export": "Export" + "import": "Importeren", + "export": "Exporteren" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download je curriculum", + "body": "U kunt op de knop hieronder klikken om direct een PDF-versie van uw CV te downloaden. Gebruik de nieuwste versie van Google Chrome voor de beste resultaten.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Opslaan als PDF" } }, "loadDemoData": { - "heading": "Load Demo Data", - "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "Laad Demo gegevens", + "body": "Onduidelijk wat te doen met een nieuwe lege pagina? Laad wat demogegevens om te zien hoe een curriculum eruit zou moeten zien en u kan meteen beginnen te bewerken.", "buttons": { - "loadData": "Load Data" + "loadData": "Gegevens laden" } }, "reset": { - "heading": "Reset Everything!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "heading": "Reset alles!", + "body": "Deze actie zal al uw gegevens resetten en back-ups naar de lokale opslag van uw browser verwijderen dus zorg ervoor dat je je informatie hebt geƫxporteerd voordat je alles opnieuw instelt.", "buttons": { - "reset": "Reset" + "reset": "Resetten" } } }