You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/translations/extractedMessages/src/components/modals/QrModal/index.messages.json

81 lines
1.7 KiB

[
{
"id": "TR_SCAN_QR_CODE",
"description": "Title for the Scan QR modal dialog",
"defaultMessage": "Scan QR code",
"file": "src/components/modals/QrModal/index.messages.js",
"start": {
"line": 6,
"column": 21
},
"end": {
"line": 10,
"column": 5
}
},
{
"id": "TR_WAITING_FOR_CAMERA",
"defaultMessage": "Waiting for camera...",
"file": "src/components/modals/QrModal/index.messages.js",
"start": {
"line": 11,
"column": 27
},
"end": {
"line": 14,
"column": 5
}
},
{
"id": "TR_OOPS_SOMETHING_WENT_WRONG",
"defaultMessage": "Oops! Something went wrong!",
"file": "src/components/modals/QrModal/index.messages.js",
"start": {
"line": 15,
"column": 34
},
"end": {
"line": 18,
"column": 5
}
},
{
"id": "TR_CAMERA_PERMISSION_DENIED",
"defaultMessage": "Permission to access the camera was denied.",
"file": "src/components/modals/QrModal/index.messages.js",
"start": {
"line": 19,
"column": 33
},
"end": {
"line": 22,
"column": 5
}
},
{
"id": "TR_CAMERA_NOT_RECOGNIZED",
"defaultMessage": "The camera was not recognized.",
"file": "src/components/modals/QrModal/index.messages.js",
"start": {
"line": 23,
"column": 30
},
"end": {
"line": 26,
"column": 5
}
},
{
"id": "TR_UNKOWN_ERROR_SEE_CONSOLE",
"defaultMessage": "Unknown error. See console logs for details.",
"file": "src/components/modals/QrModal/index.messages.js",
"start": {
"line": 27,
"column": 33
},
"end": {
"line": 30,
"column": 5
}
}
]