-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #510 from YaswanthNagarjuna/ES-122
- Loading branch information
Showing
8 changed files
with
146 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
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
23 changes: 23 additions & 0 deletions
23
artifacts/src/i18n/secure-biometric-interface-integrator-bundle/ar.json
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,23 @@ | ||
{ | ||
"scan_and_verify": "المسح والتحقق", | ||
"scan": "مسح", | ||
"cancel": "يلغي", | ||
"capture": "يأسر", | ||
"capture_and_verify": "التقط وتحقق", | ||
"capture_timeout": "مهلة الالتقاط", | ||
"scanning_devices_msg": "أجهزة المسح. انتظر من فضلك...", | ||
"device_disc_failed": "فشل اكتشاف الجهاز", | ||
"device_not_found_msg": "لم يتم العثور علي الجهازيرجى التحقق من الاتصال وإعادة المحاولة", | ||
"capture_initiated_msg": "تم بدء الالتقاط {{modality}} في {{deviceModel}}", | ||
"Face": "وجه", | ||
"Finger": "اصبع اليد", | ||
"Iris": "قزحية", | ||
"biometric_capture_failed_msg": "فشل التقاط المقاييس الحيوية", | ||
"invalid_state_msg": "الجهاز {{deviceName}} هو {{deviceState}}", | ||
"READY": "مستعد", | ||
"NOTREADY": "غير جاهز", | ||
"BUSY": "مشغول", | ||
"NOTREGISTERED": "غير مسجل", | ||
"select_a_device": "اختر جهازا", | ||
"no_options": "لا يوجد خيارات" | ||
} |
23 changes: 23 additions & 0 deletions
23
artifacts/src/i18n/secure-biometric-interface-integrator-bundle/default.json
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,23 @@ | ||
{ | ||
"languages_2Letters": { | ||
"en": "English", | ||
"ar": "عربى", | ||
"hi": "हिंदी", | ||
"kn": "ಕನ್ನಡ", | ||
"ta": "தமிழ்" | ||
}, | ||
"rtlLanguages": ["ar", "ara"], | ||
"langCodeMapping": { | ||
"en": "en", | ||
"ar": "ar", | ||
"hi": "hi", | ||
"kn": "kn", | ||
"ta": "ta", | ||
"eng": "en", | ||
"ara": "ar", | ||
"hin": "hi", | ||
"kan": "kn", | ||
"tam": "ta" | ||
} | ||
} | ||
|
24 changes: 24 additions & 0 deletions
24
artifacts/src/i18n/secure-biometric-interface-integrator-bundle/en.json
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,24 @@ | ||
{ | ||
"scan_and_verify": "Scan and Verify", | ||
"scan": "Scan", | ||
"cancel": "Cancel", | ||
"capture": "Capture", | ||
"capture_and_verify": "Capture and Verify", | ||
"capture_timeout": "Capture Timeout", | ||
"scanning_devices_msg": "Scanning Devices. Please Wait...", | ||
"device_disc_failed": "Device discovery failed", | ||
"device_not_found_msg": "Device Not Found. Please Check the Connectivity and Retry.", | ||
"capture_initiated_msg": "{{modality}} capture initiated on {{deviceModel}}", | ||
"Face": "Face", | ||
"Finger": "Finger", | ||
"Iris": "Iris", | ||
"biometric_capture_failed_msg": "Biometric Capture Failed", | ||
"invalid_state_msg": "{{deviceName}} device is {{deviceState}}", | ||
"READY": "READY", | ||
"NOTREADY": "NOT READY", | ||
"BUSY": "BUSY", | ||
"NOTREGISTERED": "NOT REGISTERED", | ||
"select_a_device": "Select a device", | ||
"no_options": "No Options" | ||
} | ||
|
24 changes: 24 additions & 0 deletions
24
artifacts/src/i18n/secure-biometric-interface-integrator-bundle/hi.json
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,24 @@ | ||
{ | ||
"scan_and_verify": "स्कैन और सत्यापित करें", | ||
"scan": "स्कैन", | ||
"cancel": "रद्द करो", | ||
"capture": "कब्ज़ा करना", | ||
"capture_and_verify": "कब्जा करना और सत्यापित करना", | ||
"capture_timeout": "कब्ज़ा का समय समाप्त", | ||
"scanning_devices_msg": "स्कैनिंग डिवाइस। कृपया प्रतीक्षा करें...", | ||
"device_disc_failed": "डिवाइस डिस्कवरी विफल", | ||
"device_not_found_msg": "युक्ति नहीं मिला। कृपया कनेक्टिविटी जांचें और पुनः प्रयास करें।", | ||
"capture_initiated_msg": "{{modality}} कैप्चर शुरू किया गया {{deviceModel}}", | ||
"Face": "चेहरा", | ||
"Finger": "उँगलिया", | ||
"Iris": "आँख की पुतली", | ||
"biometric_capture_failed_msg": "बायोमेट्रिक कैप्चर विफल", | ||
"invalid_state_msg": "{{deviceName}} डिवाइस {{deviceState}} है", | ||
"READY": "तैयार", | ||
"NOTREADY": "तैयार नहीं है", | ||
"BUSY": "व्यस्त", | ||
"NOTREGISTERED": "पंजीकृत नहीं है", | ||
"select_a_device": "एक उपकरण का चयन करें", | ||
"no_options": "कोई विकल्प नहीं" | ||
} | ||
|
24 changes: 24 additions & 0 deletions
24
artifacts/src/i18n/secure-biometric-interface-integrator-bundle/kn.json
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,24 @@ | ||
{ | ||
"scan_and_verify": "ಸ್ಕ್ಯಾನ್ ಮಾಡಿ ಮತ್ತು ಪರಿಶೀಲಿಸಿ", | ||
"scan": "ಸ್ಕ್ಯಾನ್", | ||
"cancel": "ರದ್ದುಮಾಡು", | ||
"capture": "ಸೆರೆಹಿಡಿಯು", | ||
"capture_and_verify": "ಸೆರೆಹಿಡಿಯಿರಿ ಮತ್ತು ಪರಿಶೀಲಿಸಿ", | ||
"capture_timeout": "ಕ್ಯಾಪ್ಚರ್ ಸಮಯ ಮೀರಿದೆ", | ||
"scanning_devices_msg": "ಸ್ಕ್ಯಾನಿಂಗ್ ಸಾಧನಗಳು. ದಯಮಾಡಿ ನಿರೀಕ್ಷಿಸಿ...", | ||
"device_disc_failed": "ಸಾಧನ ಅನ್ವೇಷಣೆ ವಿಫಲವಾಗಿದೆ", | ||
"device_not_found_msg": "ಸಾಧನ ಕಂಡುಬಂದಿಲ್ಲ ದಯವಿಟ್ಟು ಸಂಪರ್ಕವನ್ನು ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಮರುಪ್ರಯತ್ನಿಸಿ", | ||
"capture_initiated_msg": "{{modality}} ಕ್ಯಾಪ್ಚರ್ ಅನ್ನು {{deviceModel}} ನಲ್ಲಿ ಪ್ರಾರಂಭಿಸಲಾಗಿದೆ", | ||
"Face": "ಮುಖ", | ||
"Finger": "ಬೆರಳು", | ||
"Iris": "ಐರಿಸ್", | ||
"biometric_capture_failed_msg": "ಬಯೋಮೆಟ್ರಿಕ್ ಕ್ಯಾಪ್ಚರ್ ವಿಫಲವಾಗಿದೆ", | ||
"invalid_state_msg": "{{deviceName}} ಸಾಧನ {{deviceState}}", | ||
"READY": "ಸಿದ್ಧವಾದ", | ||
"NOTREADY": "ಸಿದ್ಧವಾಗಿಲ್ಲ", | ||
"BUSY": "ನಿರತ", | ||
"NOTREGISTERED": "ನೋಂದಣಿಯಾಗಿಲ್ಲ", | ||
"select_a_device": "ಸಾಧನವನ್ನು ಆಯ್ಕೆಮಾಡಿ", | ||
"no_options": "ಆಯ್ಕೆಗಳಿಲ್ಲ" | ||
} | ||
|
24 changes: 24 additions & 0 deletions
24
artifacts/src/i18n/secure-biometric-interface-integrator-bundle/ta.json
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,24 @@ | ||
{ | ||
"scan_and_verify": "ஸ்கேன் செய்து சரிபார்க்கவும்", | ||
"scan": "ஊடுகதிர்", | ||
"cancel": "ரத்து செய்", | ||
"capture": "பிடிப்பு", | ||
"capture_and_verify": "பிடித்து சரிபார்க்கவும்", | ||
"capture_timeout": "பிடிப்பு நேரம் முடிந்தது", | ||
"scanning_devices_msg": "சாதனங்களை ஸ்கேன் செய்தல். தயவுசெய்து காத்திருங்கள் ...", | ||
"device_disc_failed": "சாதன கண்டுபிடிப்பு தோல்வியடைந்தது", | ||
"device_not_found_msg": "சாதனம் கிடைக்கவில்லை இணைப்பைச் சரிபார்த்து மீண்டும் முயற்சிக்கவும்", | ||
"capture_initiated_msg": "{{modality}} பிடிப்பு {{deviceModel}} இல் தொடங்கப்பட்டது", | ||
"Face": "முகம்", | ||
"Finger": "விரல்", | ||
"Iris": "ஐரிஸ்", | ||
"biometric_capture_failed_msg": "பயோமெட்ரிக் பிடிப்பு தோல்வியடைந்தது", | ||
"invalid_state_msg": "{{deviceName}} சாதனம் {{deviceState}}", | ||
"READY": "தயார்", | ||
"NOTREADY": "தயாராக இல்லை", | ||
"BUSY": "பரபரப்பு", | ||
"NOTREGISTERED": "பதிவு செய்யப்படவில்லை", | ||
"select_a_device": "சாதனத்தைத் தேர்ந்தெடுக்கவும்", | ||
"no_options": "விருப்பங்கள் இல்லை" | ||
} | ||
|