diff options
author | rohan09-raj <[email protected]> | 2022-08-18 11:43:03 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-18 11:43:03 +0530 |
commit | 6b85ebee8986b982e05d49c8f1a326deb3e08bae (patch) | |
tree | 04496bc2b01c1e3b737d4308ab3e9e5107e0b3ff /client/src/components/LanguageSelect | |
parent | 12792757b925347e515ae0a967eeb88e000f5455 (diff) |
Fixed components
Diffstat (limited to 'client/src/components/LanguageSelect')
-rw-r--r-- | client/src/components/LanguageSelect/locales/en/translation.json | 5 | ||||
-rw-r--r-- | client/src/components/LanguageSelect/locales/hi/translation.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/client/src/components/LanguageSelect/locales/en/translation.json b/client/src/components/LanguageSelect/locales/en/translation.json index bedc763..8603116 100644 --- a/client/src/components/LanguageSelect/locales/en/translation.json +++ b/client/src/components/LanguageSelect/locales/en/translation.json @@ -79,5 +79,8 @@ "FINGERPRINT_SCAN": "Fingerprint Scan", "IRIS_SCAN": "Iris Scan", "DEMOGRAPHIC": "Demographic", - "BIOMETRIC": "Biometric" + "BIOMETRIC": "Biometric", + "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_IDENTITY": "Please take the picture of the Proof of Identity", + "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_ADDRESS": "Please take the picture of the Proof of Identity", + "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_DATE_OF_BIRTH": "Please take the picture of the Proof of Date of Birth" } diff --git a/client/src/components/LanguageSelect/locales/hi/translation.json b/client/src/components/LanguageSelect/locales/hi/translation.json index a5b3080..3c9db8a 100644 --- a/client/src/components/LanguageSelect/locales/hi/translation.json +++ b/client/src/components/LanguageSelect/locales/hi/translation.json @@ -73,5 +73,8 @@ "FINGERPRINT_SCAN": "फिंगरप्रिंट स्कैन", "IRIS_SCAN": "आइरिस स्कैन", "DEMOGRAPHIC": "जनसांख्यिकीय", - "BIOMETRIC": "बायोमेट्रिक" + "BIOMETRIC": "बायोमेट्रिक", + "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_IDENTITY": "कृपया पहचान प्रमाण पत्र की तस्वीर लें", + "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_ADDRESS": "कृपया पते के प्रमाण की तस्वीर लें", + "PLEASE_TAKE_THE_PICTURE_OF_THE_PROOF_OF_DATE_OF_BIRTH": "कृपया जन्मतिथि के प्रमाण की तस्वीर लें" } |