Files
inji-wallet/screens/Scan/ScanScreen.strings.json
2023-01-06 17:20:27 +08:00

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"
}
}