mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 05:58:01 -05:00
23 lines
932 B
JSON
23 lines
932 B
JSON
{
|
|
"header": "Scan QR Code",
|
|
"noShareableVcs": "No shareable {{vcLabel}} are available.",
|
|
"sharingVc": "Sharing {{vcLabel}}",
|
|
"errors": {
|
|
"locationDisabled": {
|
|
"message": "Location services must be enabled for the scanning functionality",
|
|
"button": "Enable location services"
|
|
},
|
|
"locationDenied": {
|
|
"message": "Location permission is required for the scanning functionality",
|
|
"button": "Allow access to location"
|
|
}
|
|
},
|
|
"status": {
|
|
"connecting": "Connecting...",
|
|
"connectingTimeout": "It's taking a while to establish the connection. Is the other device open for connections?",
|
|
"exchangingDeviceInfo": "Exchanging device info...",
|
|
"exchangingDeviceInfoTimeout": "It's taking a while to exchange device info. You may have to reconnect.",
|
|
"invalid": "Invalid QR Code",
|
|
"offline": "Please connect to the internet to scan QR codes using Online sharing mode"
|
|
}
|
|
} |