From 24ddd60d9ab6a30e7de1cabe25bd682627d8ca28 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:30 +0530 Subject: [PATCH] New translations actions.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/sr/rightSidebar/actions.json diff --git a/src/i18n/locales/sr/rightSidebar/actions.json b/src/i18n/locales/sr/rightSidebar/actions.json new file mode 100644 index 00000000..ae75bbd1 --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/actions.json @@ -0,0 +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.", + "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.", + "buttons": { + "import": "Import", + "export": "Export" + } + }, + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", + "buttons": { + "saveAsPdf": "Save as 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.", + "buttons": { + "loadData": "Load Data" + } + }, + "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.", + "buttons": { + "reset": "Reset" + } + } +}