-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DPG-1373-Localization messages (#95)
* Localization messages * changed folder from 2.9 to core_2.9
- Loading branch information
1 parent
4bce734
commit 1ed0add
Showing
4 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"code": "EMAIL_UPDATED", | ||
"message": "प्रिय नागरिक, आपका ई-मेल {oldEmail} से {newEmail} में अपडेट कर दिया गया है।\n\nEGOVS", | ||
"module": "egov-user", | ||
"locale": "hi_IN" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] |