Initial commit
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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",
|
||||
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user