Token management, Factory reset, UX/UI Improvements

This commit is contained in:
2026-02-22 19:35:20 +07:00
parent 639a8417e6
commit 36953e35df
30 changed files with 1601 additions and 197 deletions
+46 -4
View File
@@ -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!"
}