From 9b80e16985a1357bfbc76f44c8289a740a8ec5a2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 00:18:37 +0530 Subject: [PATCH] New translations actions.json (Hebrew) --- src/i18n/locales/he/rightSidebar/actions.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/he/rightSidebar/actions.json b/src/i18n/locales/he/rightSidebar/actions.json index a610e9ab..b6818714 100644 --- a/src/i18n/locales/he/rightSidebar/actions.json +++ b/src/i18n/locales/he/rightSidebar/actions.json @@ -11,16 +11,17 @@ }, "printResume": { "heading": "Print Your Resume", - "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "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.", "buttons": { + "export": "Export", "print": "Print" } }, - "loadDummyData": { - "heading": "Load Dummy Data", - "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "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": "Populate Data" + "loadData": "Load Data" } }, "reset": {