100 lines
3.4 KiB
Plaintext
100 lines
3.4 KiB
Plaintext
{
|
|
"deviceList": "Device List",
|
|
"noDevices": "It seems that you have no devices! You can register one with the big plus button.",
|
|
"setupNewDevice": "Setup new device",
|
|
"addExistingDevice": "Add existing device",
|
|
"nfcDisabled": "NFC is disabled on your device!",
|
|
"nfcRequired": "This app requires NFC as part of the core functionality.",
|
|
"nfcUnsupported": "Your device does not support NFC",
|
|
"nfcReady": "NFC is ready!",
|
|
"nfcReadyDescription": "You can tap the device with the NFC scanner now.",
|
|
|
|
"registerDevice": "Register Device",
|
|
"deviceName": "Name",
|
|
"networkName": "Network Name (SSID)",
|
|
"routerMacAddress": "Router MAC Address (BSSID)",
|
|
"networkPassword": "Network Password",
|
|
"networkLimitation": "Only 2.4 GHz networks allowed!",
|
|
"networkLimitationDesc": "We suspect that your network may be 5 GHz based on the name. Please note that liteauth can only connect to 2.4 GHz networks.",
|
|
"networkInitHeadline": "Network Initialization",
|
|
"networkInitDetails": "Broadcasting network information to your liteauth device, This will be done in a minute or two. Please also make sure your device is powered on.",
|
|
|
|
"networkInfoHeadline": "Network Information",
|
|
"networkInfoPrompt": "Do you wish to automatically fill in the current network information? The app will ask to access your fine location if you continue.",
|
|
"continueText": "Continue",
|
|
"cancel": "Cancel",
|
|
|
|
"deviceInfo": "Device Information",
|
|
"delete": "Delete",
|
|
"deletion": "Deletion",
|
|
"deviceDeleteConfirm": "Are you sure you want to delete this device forever?",
|
|
"reconfigureNetwork": "Reconfigure Network",
|
|
"status": "Status: ",
|
|
"online": "Online",
|
|
"offline": "Offline",
|
|
"refresh": "Refresh",
|
|
"cannotBeEmpty": "{field} cannot be empty!",
|
|
"@cannotBeEmpty": {
|
|
"placeholders": {
|
|
"field": {
|
|
"type": "String",
|
|
"example": "SSID"
|
|
}
|
|
}
|
|
},
|
|
"tokenForbidden": "Token cannot be requested. Please manually enter the token or physically factory reset the device.",
|
|
"requestFailedWithCode": "Request failed with code {code}",
|
|
"@requestFailedWithCode": {
|
|
"placeholders": {
|
|
"code": {
|
|
"type": "int",
|
|
"example": "400"
|
|
}
|
|
}
|
|
},
|
|
"additionalActions": "Additional Actions",
|
|
"dangerousActions": "Dangerous Actions",
|
|
"lastKnownIP": "Last Known IP: {ip}",
|
|
"@lastKnownIP": {
|
|
"placeholders": {
|
|
"ip": {
|
|
"type": "String",
|
|
"example": "192.168.1.10"
|
|
}
|
|
}
|
|
},
|
|
"routerSsid": "Router SSID: {ssid}",
|
|
"@routerSsid": {
|
|
"placeholders": {
|
|
"ssid": {
|
|
"type": "String",
|
|
"example": "ABC_WiFi"
|
|
}
|
|
}
|
|
},
|
|
"activityLogs": "Activity Logs",
|
|
|
|
"factoryReset": "Factory Reset",
|
|
"resetConfirm": "Are you sure you want to proceed with the factory reset? Your data will be lost and unrecoverable, and you must setup the device again.",
|
|
"reset": "Reset",
|
|
"resetSuccessful": "Reset Successful",
|
|
"resetFailedCode": "Reset failed with code {code}",
|
|
"@resetFailedCode": {
|
|
"placeholders": {
|
|
"code": {
|
|
"type": "int",
|
|
"example": "400"
|
|
}
|
|
}
|
|
},
|
|
|
|
"token": "Token",
|
|
"manageToken": "Manage Token",
|
|
"tokenNotFound": "Token not found. Please enter one or do a manual factory reset.",
|
|
"viewTokenWarn": "Tokens are sensitive. Please do not share this token publicly.",
|
|
"showToken": "Show Token",
|
|
"copyToken": "Copy Token",
|
|
"copied": "Copied",
|
|
"saveToken": "Save Token",
|
|
"saved": "Saved!"
|
|
} |