Token management, Factory reset, UX/UI Improvements
This commit is contained in:
+46
-4
@@ -29,13 +29,31 @@
|
||||
"deletion": "Deletion",
|
||||
"deviceDeleteConfirm": "Are you sure you want to delete this device forever?",
|
||||
"reconfigureNetwork": "Reconfigure Network",
|
||||
"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",
|
||||
"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": {
|
||||
@@ -54,5 +72,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"activityLogs": "Activity Logs"
|
||||
"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!"
|
||||
}
|
||||
Reference in New Issue
Block a user