From f867fce33929ddddc3e77835324d778d94e69d85 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 20:31:43 +0530 Subject: [PATCH] New translations actions.json (Hindi) --- src/i18n/locales/hi/rightSidebar/actions.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/i18n/locales/hi/rightSidebar/actions.json b/src/i18n/locales/hi/rightSidebar/actions.json index 00f191d4..38511f08 100644 --- a/src/i18n/locales/hi/rightSidebar/actions.json +++ b/src/i18n/locales/hi/rightSidebar/actions.json @@ -1,33 +1,33 @@ { "title": "कार्रवाई", - "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.", + "disclaimer": "आपके बायोडाटा में आपके द्वारा किए गए परिवर्तन स्वचालित रूप से आपके ब्राउज़र के स्थानीय भंडारण में सहेजे जाते हैं। कोई डेटा नहीं निकलता है, इसलिए आपकी जानकारी पूरी तरह से सुरक्षित है।", "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": "आयात / निर्यात", + "body": "आप JSON प्रारूप में अपना डेटा आयात या निर्यात कर सकते हैं। इसके साथ, आप किसी भी डिवाइस से अपना बायोडाटा संपादित और प्रिंट कर सकते हैं। बाद में उपयोग के लिए इस फाइल को सेव करें।", "buttons": { - "import": "Import", - "export": "Export" + "import": "आयात", + "export": "निर्यात" } }, "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.", + "heading": "अपना बायोडाटा प्रिंट करें", + "body": "आप किसी भी समय अपने बायोडाटा को प्रिंट करने के लिए ऐप में किसी भी समय <1>Cmd/Ctrl + P दबा सकते हैं, लेकिन यहां एक ही काम करने के लिए एक फैंसी बटन है।", "buttons": { - "print": "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.", + "heading": "डेमो डेटा लोड करें", + "body": "एक ताजा रिक्त पृष्ठ के साथ क्या करना है, इस पर अस्पष्ट? बायोडाटा कैसे दिखना चाहिए यह देखने के लिए पूर्व निर्धारित मूल्यों के साथ कुछ डेटा लोड करें और आप वहां से संपादन शुरू कर सकते हैं।", "buttons": { - "loadData": "Populate Data" + "loadData": "डेटा लोड करें" } }, "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": "सब कुछ रीसेट करें", + "body": "यह क्रिया आपके सभी डेटा को रीसेट कर देगी और साथ ही आपके ब्राउज़र के स्थानीय संग्रहण में किए गए बैकअप को हटा देगी, इसलिए कृपया सुनिश्चित करें कि आपने सब कुछ रीसेट करने से पहले अपनी जानकारी निर्यात कर दी है।", "buttons": { - "reset": "Reset" + "reset": "रीसेट" } } }