mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
feat(inji-238): translations added for biometric text
This commit is contained in:
11
App.tsx
11
App.tsx
@@ -17,6 +17,7 @@ import { useApp } from './screens/AppController';
|
||||
import { Alert } from 'react-native';
|
||||
import { ErrorMessageOverlay } from './components/MessageOverlay';
|
||||
import SecureKeystore from 'react-native-secure-keystore';
|
||||
import { isCustomSecureKeystore } from './shared/cryptoutil/cryptoUtil';
|
||||
|
||||
// kludge: this is a bad practice but has been done temporarily to surface
|
||||
// an occurance of a bug with minimal residual code changes, this should
|
||||
@@ -85,10 +86,12 @@ const AppInitialization: React.FC = () => {
|
||||
const { t } = useTranslation('common');
|
||||
|
||||
useEffect(() => {
|
||||
SecureKeystore.updatePopup(
|
||||
t('biometricPopup.title'),
|
||||
t('biometricPopup.description')
|
||||
);
|
||||
if (isCustomSecureKeystore()) {
|
||||
SecureKeystore.updatePopup(
|
||||
t('biometricPopup.title'),
|
||||
t('biometricPopup.description')
|
||||
);
|
||||
}
|
||||
}, []);
|
||||
|
||||
return isReady && hasFontsLoaded ? (
|
||||
|
||||
@@ -555,6 +555,10 @@
|
||||
"clipboard": {
|
||||
"copy": "ينسخ",
|
||||
"copied": "نسخ"
|
||||
},
|
||||
"biometricPopup": {
|
||||
"title": "فتح التطبيق",
|
||||
"description": "يرجى استخدام بصمة الإصبع لفتح التطبيق"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -559,6 +559,10 @@
|
||||
"clipboard": {
|
||||
"copy": "Kopya",
|
||||
"copied": "Kinopya"
|
||||
},
|
||||
"biometricPopup": {
|
||||
"title": "I-unlock ang App",
|
||||
"description": "Mangyaring gumamit ng fingerprint upang i-unlock ang app"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -552,6 +552,10 @@
|
||||
"clipboard": {
|
||||
"copy": "प्रतिलिपि",
|
||||
"copied": "कॉपी किया गया"
|
||||
},
|
||||
"biometricPopup": {
|
||||
"title": "ऐप अनलॉक करें",
|
||||
"description": "कृपया ऐप को अनलॉक करने के लिए फिंगरप्रिंट का उपयोग करें"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -552,6 +552,10 @@
|
||||
"clipboard": {
|
||||
"copy": "ನಕಲು ಮಾಡಿ",
|
||||
"copied": "ನಕಲು ಮಾಡಲಾಗಿದೆ"
|
||||
},
|
||||
"biometricPopup": {
|
||||
"title": "ಅಪ್ಲಿಕೇಶನ್ ಅನ್ಲಾಕ್ ಮಾಡಿ",
|
||||
"description": "ಅಪ್ಲಿಕೇಶನ್ ಅನ್ಲಾಕ್ ಮಾಡಲು ಫಿಂಗರ್ಪ್ರಿಂಟ್ ಬಳಸಿ"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -456,6 +456,10 @@
|
||||
},
|
||||
"errors": {
|
||||
"genericError": "Algo salió mal. ¡Por favor, inténtalo de nuevo después de un tiempo!"
|
||||
},
|
||||
"biometricPopup": {
|
||||
"title": "Desbloquear aplicación",
|
||||
"description": "Utilice la huella digital para desbloquear la aplicación."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -552,6 +552,10 @@
|
||||
"clipboard": {
|
||||
"copy": "நகலெடுக்கவும்",
|
||||
"copied": "நகலெடுக்கப்பட்டது"
|
||||
},
|
||||
"biometricPopup": {
|
||||
"title": "பயன்பாட்டைத் திறக்கவும்",
|
||||
"description": "பயன்பாட்டைத் திறக்க கைரேகையைப் பயன்படுத்தவும்"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user