add description for export/import

This commit is contained in:
LouisLam
2021-09-08 00:46:48 +08:00
parent 62712f5cc4
commit 1a5ffd4755
2 changed files with 11 additions and 1 deletions

View File

@@ -119,5 +119,8 @@ export default {
"Clear Data": "Clear Data",
Events: "Events",
Heartbeats: "Heartbeats",
"Auto Get": "Auto Get"
"Auto Get": "Auto Get",
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
backupDescription2: "PS: History and event data is not included.",
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
}