From ef5f124dc174010571f94751927e171bd04cdf67 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 5 Apr 2020 00:59:41 +0530 Subject: [PATCH] New translations app.json (Hindi) --- src/i18n/locales/hi/app/app.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/i18n/locales/hi/app/app.json b/src/i18n/locales/hi/app/app.json index 44c430b8..702995b6 100644 --- a/src/i18n/locales/hi/app/app.json +++ b/src/i18n/locales/hi/app/app.json @@ -16,5 +16,23 @@ "label": "जोड़ना" } }, + "printDialog": { + "heading": "अपना रिज्यूमे डाउनलोड करें", + "quality": { + "label": "गुणवत्ता मूल्य" + }, + "printType": { + "label": "प्रकार", + "types": { + "unconstrained": "स्वेच्छापूर्ण", + "fitInA4": "A4 में फिट", + "multiPageA4": "बहु पृष्ठ A4" + } + }, + "buttons": { + "cancel": "रद्द करें", + "saveAsPdf": "डाउनलोड पीडीऍफ़" + } + }, "markdownHelpText": "आप पाठ के इस खंड को स्टाइल करने के लिए <1>GitHub Flavoured Markdown का उपयोग कर सकते हैं।" }