sake-app/src/locales/en.json
2023-09-25 18:38:38 +02:00

82 lines
2.5 KiB
JSON

{
"locale_name": "English",
"invariants": {
"controls": {
"cancel": "Cancel",
"close": "Close",
"copy": "Copy",
"delete": "Delete",
"reset": "Reset"
}
},
"navbar": {
"addAccount": "New account",
"manageAccounts": "Accounts",
"config": "Preferences",
"about": "About"
},
"about": {
"title": "About",
"name": "Sub-Address KEy (SAKE) app",
"version": "Version: {version}",
"license": "License: {mit} or {apache}",
"license_mit_url": "https://en.wikipedia.org/wiki/MIT_License",
"license_apache_url": "https://en.wikipedia.org/wiki/Apache_License",
"repository": "Repository: {url}",
"close": "@:invariants.controls.close"
},
"addAccount": {
"title": "New account",
"localPart": "Local part",
"separator": "Separator",
"domainName": "Domain name",
"privateKey": "Private key",
"scan": "Scan",
"addAccount": "Add account",
"cancel": "@:invariants.controls.cancel",
"error": {
"invalidBase64": "The key must be a valid base64 string.",
"invalidKeyLength": "The key's length must be either 128 bits (16 bytes) or 256 bits (32 bytes).",
"invalidSeparator": "The separator must be a single character.",
"cameraNotAllowed": "Camera access permission was not granted.",
"cameraNotFound": "No camera detected.",
"cameraInsecureContext": "Unable to access the camera through an insecure channel.",
"cameraNotReadable": "Camera not accessible (potentially already in use).",
"cameraOverconstrained": "Installed cameras are not suitable.",
"cameraStreamApiNotSupported": "Stream API is not supported in this browser.",
"localPartSeparator": "The local part cannot contain the separator.",
"unknown": "Unknown error."
}
},
"config": {
"title": "Preferences",
"language": "Language",
"colorMode": "Theme",
"lightTheme": "Light",
"darkTheme": "Dark",
"close": "@:invariants.controls.close"
},
"deleteAccount": {
"title": "Delete account",
"account": "You are about to delete the following account:",
"confirm": "Are you sure?",
"delete": "@:invariants.controls.delete",
"cancel": "@:invariants.controls.cancel"
},
"main": {
"title": "New address",
"account": "Account",
"name": "Name",
"input": "Dedicated name",
"address": "Address",
"copy": "@:invariants.controls.copy",
"reset": "@:invariants.controls.reset"
},
"manageAccounts": {
"title": "Accounts",
"isDefault": "default",
"setDefault": "Set default",
"delete": "@:invariants.controls.delete",
"close": "@:invariants.controls.close"
}
}