From cfbb6520b61ab731998571c34e7e752708972c56 Mon Sep 17 00:00:00 2001 From: sujithsojan Date: Fri, 23 Aug 2024 13:23:13 +0530 Subject: [PATCH 1/3] Added translations for the cadre changes --- iGOT/client-assets/assets/i18n/en.json | 9 ++++++++- iGOT/client-assets/assets/i18n/hi.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/iGOT/client-assets/assets/i18n/en.json b/iGOT/client-assets/assets/i18n/en.json index f8cca2a2..b750e8a8 100644 --- a/iGOT/client-assets/assets/i18n/en.json +++ b/iGOT/client-assets/assets/i18n/en.json @@ -2245,7 +2245,14 @@ "emailApprovedNote": "1. Email ID update is allowed for approved government email IDs only. If the user is not able to update, please reach out to MDO Admin.", "emailDigilockerNote": "2. If a user wants to access their Certificates on Digilocker, please make sure the mobile number matches on both platforms.", "emailApprovedPopupMsg": "Only approved government email domains are allowed for email ID changes.", - "emailApprovedPopupSubmsg": "Please reach out to the MDO Admin, if you are not able to change the email ID." + "emailApprovedPopupSubmsg": "Please reach out to the MDO Admin, if you are not able to change the email ID.", + "isCadre": "Are you a Cadre Employee?", + "typeOfCivilService": "Type of Civil Service", + "serviceType": "Service", + "cadre": "Cadre", + "batch" : "Batch", + "requestForService": "Request for service", + "cadreControllingAuthority": "Cadre Controlling Authority" }, "mobileApp": {} } \ No newline at end of file diff --git a/iGOT/client-assets/assets/i18n/hi.json b/iGOT/client-assets/assets/i18n/hi.json index 70128e27..bcdb2ad3 100644 --- a/iGOT/client-assets/assets/i18n/hi.json +++ b/iGOT/client-assets/assets/i18n/hi.json @@ -2318,6 +2318,13 @@ "emailApprovedNote": "1. ई-मेल आई.डी. को अपडेट करने की अनुमति केवल अनुमोदित सरकारी ई-मेल आई.डी. के लिए है। यदि उपयोगकर्ता अपडेट नहीं कर पा रहे हैं, तो कृपया एम.डी.ओ. एड्मिन से संपर्क करें।", "emailDigilockerNote": "2. डिजिलॉकर पर अपने प्रमाणपत्रों को देखने के लिए, कृपया सुनिश्चित करें कि दोनों प्लेटफार्मों पर मोबाइल नंबर मेल खाते हों।", "emailApprovedPopupMsg": "ईमेल आईडी को बदलने के लिए केवल अनुमोदित सरकारी ईमेल डोमेन की अनुमति है।", - "emailApprovedPopupSubmsg": "यदि ईमेल आई.डी. बदलने में कोई परेशानी हो रही है, तो कृपया एम.डी.ओ. एड्मिन से संपर्क करें।" + "emailApprovedPopupSubmsg": "यदि ईमेल आई.डी. बदलने में कोई परेशानी हो रही है, तो कृपया एम.डी.ओ. एड्मिन से संपर्क करें।", + "isCadre": "Are you a Cadre Employee?", + "typeOfCivilService": "Type of Civil Service", + "serviceType": "Service", + "cadre": "Cadre", + "batch" : "Batch", + "requestForService": "Request for service", + "cadreControllingAuthority": "Cadre Controlling Authority" } } \ No newline at end of file From 46afc0e32457ea3234d10a9de54d9abe0bb37f87 Mon Sep 17 00:00:00 2001 From: Sujith S <58926802+sujithsojan@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:44:13 +0530 Subject: [PATCH 2/3] Update hi.json --- iGOT/client-assets/assets/i18n/hi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/iGOT/client-assets/assets/i18n/hi.json b/iGOT/client-assets/assets/i18n/hi.json index bcdb2ad3..b214e6aa 100644 --- a/iGOT/client-assets/assets/i18n/hi.json +++ b/iGOT/client-assets/assets/i18n/hi.json @@ -2319,12 +2319,12 @@ "emailDigilockerNote": "2. डिजिलॉकर पर अपने प्रमाणपत्रों को देखने के लिए, कृपया सुनिश्चित करें कि दोनों प्लेटफार्मों पर मोबाइल नंबर मेल खाते हों।", "emailApprovedPopupMsg": "ईमेल आईडी को बदलने के लिए केवल अनुमोदित सरकारी ईमेल डोमेन की अनुमति है।", "emailApprovedPopupSubmsg": "यदि ईमेल आई.डी. बदलने में कोई परेशानी हो रही है, तो कृपया एम.डी.ओ. एड्मिन से संपर्क करें।", - "isCadre": "Are you a Cadre Employee?", - "typeOfCivilService": "Type of Civil Service", - "serviceType": "Service", - "cadre": "Cadre", - "batch" : "Batch", - "requestForService": "Request for service", - "cadreControllingAuthority": "Cadre Controlling Authority" + "isCadre": "क्या आप एक संवर्ग कर्मचारी हैं?", + "typeOfCivilService": "सिविल सेवा का प्रकार", + "serviceType": "सेवा", + "cadre": "संवर्ग", + "batch" : "बैच", + "requestForService": सेवा के लिए अनुरोध", + "cadreControllingAuthority": "संवर्ग नियंत्रण प्राधिकरण } -} \ No newline at end of file +} From d1e85700d51ba792841c49cf9992d7581ff6213b Mon Sep 17 00:00:00 2001 From: Sujith S <58926802+sujithsojan@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:44:50 +0530 Subject: [PATCH 3/3] Update hi.json --- iGOT/client-assets/assets/i18n/hi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iGOT/client-assets/assets/i18n/hi.json b/iGOT/client-assets/assets/i18n/hi.json index b214e6aa..31358ab2 100644 --- a/iGOT/client-assets/assets/i18n/hi.json +++ b/iGOT/client-assets/assets/i18n/hi.json @@ -2324,7 +2324,7 @@ "serviceType": "सेवा", "cadre": "संवर्ग", "batch" : "बैच", - "requestForService": सेवा के लिए अनुरोध", - "cadreControllingAuthority": "संवर्ग नियंत्रण प्राधिकरण + "requestForService": "सेवा के लिए अनुरोध", + "cadreControllingAuthority": "संवर्ग नियंत्रण प्राधिकरण" } }