Many minor improvements

This commit is contained in:
2026-02-01 20:09:54 +07:00
parent 99344a82e6
commit 639a8417e6
20 changed files with 540 additions and 157 deletions
+10 -1
View File
@@ -3,6 +3,11 @@
"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",
@@ -24,6 +29,9 @@
"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",
@@ -45,5 +53,6 @@
"example": "ABC_WiFi"
}
}
}
},
"activityLogs": "Activity Logs"
}