From 1ed0addf72da3773fad51f4bca353483d68914e6 Mon Sep 17 00:00:00 2001 From: shubhang-eGov <70943369+shubhang-eGov@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:51:29 +0530 Subject: [PATCH] DPG-1373-Localization messages (#95) * Localization messages * changed folder from 2.9 to core_2.9 --- localisation/core_2.9/en_IN/egov-user.json | 8 +++++++ localisation/core_2.9/en_IN/user-otp.json | 26 ++++++++++++++++++++++ localisation/core_2.9/hi_IN/egov-user.json | 8 +++++++ localisation/core_2.9/hi_IN/user-otp.json | 26 ++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 localisation/core_2.9/en_IN/egov-user.json create mode 100644 localisation/core_2.9/en_IN/user-otp.json create mode 100644 localisation/core_2.9/hi_IN/egov-user.json create mode 100644 localisation/core_2.9/hi_IN/user-otp.json diff --git a/localisation/core_2.9/en_IN/egov-user.json b/localisation/core_2.9/en_IN/egov-user.json new file mode 100644 index 0000000..36780cf --- /dev/null +++ b/localisation/core_2.9/en_IN/egov-user.json @@ -0,0 +1,8 @@ +[ + { + "code": "EMAIL_UPDATED", + "message": "Dear Citizen, your e-mail has been updated from {oldEmail} to {newEmail}.\n\nEGOVS", + "module": "egov-user", + "locale": "en_IN" + } +] \ No newline at end of file diff --git a/localisation/core_2.9/en_IN/user-otp.json b/localisation/core_2.9/en_IN/user-otp.json new file mode 100644 index 0000000..f796cc7 --- /dev/null +++ b/localisation/core_2.9/en_IN/user-otp.json @@ -0,0 +1,26 @@ +[ + { + "code": "email.login.otp.sub", + "message": "Login OTP", + "module": "egov-user", + "locale": "en_IN" + }, + { + "code": "email.login.otp.body", + "message": "Dear Citizen, Your Login OTP is %s.", + "module": "egov-user", + "locale": "en_IN" + }, + { + "code": "email.pwd.reset.otp.body", + "message": "Your OTP for recovering password is %s.", + "module": "egov-user", + "locale": "en_IN" + }, + { + "code": "email.pwd.reset.otp.sub", + "message": "Password Reset", + "module": "egov-user", + "locale": "en_IN" + } +] \ No newline at end of file diff --git a/localisation/core_2.9/hi_IN/egov-user.json b/localisation/core_2.9/hi_IN/egov-user.json new file mode 100644 index 0000000..d5ae01b --- /dev/null +++ b/localisation/core_2.9/hi_IN/egov-user.json @@ -0,0 +1,8 @@ +[ + { + "code": "EMAIL_UPDATED", + "message": "प्रिय नागरिक, आपका ई-मेल {oldEmail} से {newEmail} में अपडेट कर दिया गया है।\n\nEGOVS", + "module": "egov-user", + "locale": "hi_IN" + } +] \ No newline at end of file diff --git a/localisation/core_2.9/hi_IN/user-otp.json b/localisation/core_2.9/hi_IN/user-otp.json new file mode 100644 index 0000000..8dc13f3 --- /dev/null +++ b/localisation/core_2.9/hi_IN/user-otp.json @@ -0,0 +1,26 @@ +[ + { + "code": "email.login.otp.sub", + "message": "लॉगिन ओटीपी", + "module": "egov-user", + "locale": "hi_IN" + }, + { + "code": "email.login.otp.body", + "message": "प्रिय नागरिक, आपका लॉगिन ओटीपी है - %s.", + "module": "egov-user", + "locale": "hi_IN" + }, + { + "code": "email.pwd.reset.otp.body", + "message": "प्रिय नागरिक, पासवर्ड रिकवर करने के लिए आपका ओटीपी है - %s.", + "module": "egov-user", + "locale": "hi_IN" + }, + { + "code": "email.pwd.reset.otp.sub", + "message": "पासवर्ड रिकवर", + "module": "egov-user", + "locale": "hi_IN" + } +] \ No newline at end of file