mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Fix(INJI-431): Resolved that UI would support all screen sizes(folded-devices) & fixed language translation issues. (#920)
* fix(MOSIP-29275): make usesCleartextTraffic to false for more secure communication (#886) * fix(MOSIP-29275): make usesCleartextTraffic to false for more secure communications * fix(MOSIP-29275): override usesCleartextTraffic to false in main manifest --------- Signed-off-by: Swati Goel <meet2swati@gmail.com> Co-authored-by: Swati Goel <meet2swati@gmail.com> Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * MOSIP-29698 (#891) Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * Inji-409: debugging setup fix (#893) * feat(inji-400): update package-lock.json * feat(inji-400): move flipper config to separate file from app.ts Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * feat(inji-398): enable cleartextTrafficPermitted in debug mode (#895) Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * fix(INJI-397)error message for deleted vcfile (#875) * fix(INJI-397)error message for deleted vcfile * fix(INJI-397)refactor:log activity event * fix(INJI-397)refactor:log activity event * fix(INJI-397)refactor:comparing VCMetadata Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * fix(MOSIP-29272): remove paste option for pin inputs (#894) Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * Test runner support to run jar MOSIP-29698 (#898) * MOSIP-29698 * Test runner support to run jar MOSIP-29698 * Update TestData.json Signed-off-by: neeharikatech <76684248+neeharikatech@users.noreply.github.com> --------- Signed-off-by: neeharikatech <76684248+neeharikatech@users.noreply.github.com> Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * feat(inji-406): add logs for debugging tampered vc issues (#900) Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * Adjusted bottom tab for different screen sizes Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * Added responsive bottom line for ID input Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * Updated the missing texts with case sensitive Signed-off-by: anil_majji <majjianilkumar050@gmail.com> * Removed unused button text in Welcome screen Signed-off-by: anil_majji <majjianilkumar050@gmail.com> --------- Signed-off-by: Swati Goel <meet2swati@gmail.com> Signed-off-by: anil_majji <majjianilkumar050@gmail.com> Signed-off-by: neeharikatech <76684248+neeharikatech@users.noreply.github.com> Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com> Co-authored-by: Swati Goel <meet2swati@gmail.com> Co-authored-by: neeharikatech <76684248+neeharikatech@users.noreply.github.com> Co-authored-by: Tilak Puli <34330361+tilak-puli@users.noreply.github.com> Co-authored-by: srikanth716 <97477121+srikanth716@users.noreply.github.com>
This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
"version": "Version",
|
||||
"useBle": "Powered by BLE"
|
||||
},
|
||||
"QrScreen": {
|
||||
"QrLogin": {
|
||||
"title": "QR Login",
|
||||
"alignQr": "Align the QR code within the frame to scan",
|
||||
"confirmation": "Confirmation",
|
||||
@@ -382,8 +382,8 @@
|
||||
"domainWarning": "Please confirm the domain of the website you are scanning the QR code from below",
|
||||
"access": " is requesting access to",
|
||||
"status": "Status",
|
||||
"successMessage": "You are successfully logged in ",
|
||||
"okay": "All right",
|
||||
"successMessage": "You are successfully logged in to ",
|
||||
"ok": "OK",
|
||||
"allow": "Allow",
|
||||
"cancel": "Cancel",
|
||||
"essentialClaims": "Important Claims",
|
||||
@@ -464,7 +464,7 @@
|
||||
},
|
||||
"ScanScreen": {
|
||||
"header": "Scan QR Code",
|
||||
"noShareableVcs": "No shareable card are available.",
|
||||
"noShareableVcs": "No shareable cards are available.",
|
||||
"sharingVc": "Sharing card",
|
||||
"bluetoothStateIos": "Bluetooth is turned OFF, please turn it ON from Control center",
|
||||
"bluetoothStateAndroid": "Bluetooth is turned OFF, please turn it ON from Quick settings menu",
|
||||
@@ -567,18 +567,17 @@
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"title": "Open Source Identity Solution",
|
||||
"getStarted": "Get started",
|
||||
"unlockApp": "Unlock application",
|
||||
"unlockApplication": "Unlock Application",
|
||||
"failedToReadKeys": "Failed to read keys",
|
||||
"retryRead": "Want to retry?",
|
||||
"ignore": "Ignore",
|
||||
"errors": {
|
||||
"decryptionFailed": "Failed to decrypt data",
|
||||
"invalidateKeyError": {
|
||||
"title": "App was Reset",
|
||||
"message": "Due to the fingerprint / facial recognition update, app security was impacted, and downloaded cards were removed. Please download again."
|
||||
}
|
||||
}
|
||||
},
|
||||
"ignore": "Ignore"
|
||||
},
|
||||
"SetupLanguage": {
|
||||
"header": "Choose Language",
|
||||
|
||||
Reference in New Issue
Block a user