From 601f61c59ad379feed5759d3f40f1bfa7759c38d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 11 Mar 2022 19:26:47 +0100 Subject: [PATCH] New translations dashboard.json (Hindi) --- client/public/locales/hi/dashboard.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 client/public/locales/hi/dashboard.json diff --git a/client/public/locales/hi/dashboard.json b/client/public/locales/hi/dashboard.json new file mode 100644 index 00000000..4cca2b24 --- /dev/null +++ b/client/public/locales/hi/dashboard.json @@ -0,0 +1,25 @@ +{ + "create-resume": { + "subtitle": "शून्य से शुरू करें", + "title": "नया रिज्यूमे बनाएं" + }, + "import-external": { + "subtitle": "लिंक्डइन, JSON रिज्यूमे, रिएक्टिव रिज्यूमे", + "title": "बाहरी स्रोतों से आयात" + }, + "resume": { + "menu": { + "delete": "हटाएं", + "duplicate": "डुप्लिकेट", + "open": "खुला हुआ", + "rename": "नाम बदलें", + "share-link": "लिंक शेयर करें", + "tooltips": { + "delete": "क्या आप वाकई इस रेज़्यूमे को हटाना चाहते हैं? यह एक अपरिवर्तनीय क्रिया है।", + "share-link": "आपको अपने रेज़्यूमे की दृश्यता को सार्वजनिक करने की आवश्यकता है ताकि इसे दूसरों को दिखाई दे।" + } + }, + "timestamp": "पिछली बार अपडेट किया गया {{timestamp}} पहले" + }, + "title": "डैशबोर्ड" +}