Skip to content

Commit 8be5b1e

Browse files
committed
Restrict backup and restore to virtual mode
1 parent 9eb72e1 commit 8be5b1e

File tree

4 files changed

+1000
-0
lines changed

4 files changed

+1000
-0
lines changed

locales/en/messages.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,14 @@
289289
"message": "Device - <span class=\"message-positive\">Ready</span>"
290290
},
291291

292+
"backupFileIncompatible": {
293+
"message": "Backup file provided was generated for previous version of the configurator and is incompatible with this version of configurator. Sorry"
294+
},
295+
296+
"backupFileUnmigratable": {
297+
"message": "Backup file provided was generated by a previous version of the configurator and is not migratable. Sorry."
298+
},
299+
292300
"configMigrationFrom": {
293301
"message": "Migrating configuration file generated by configurator: $1"
294302
},
@@ -797,6 +805,12 @@
797805
"initialSetupResetText": {
798806
"message": "Restore settings to <strong>default</strong>"
799807
},
808+
"initialSetupButtonBackup": {
809+
"message": "Backup"
810+
},
811+
"initialSetupButtonRestore": {
812+
"message": "Restore"
813+
},
800814
"initialSetupButtonRebootBootloader": {
801815
"message": "Activate Boot Loader / DFU"
802816
},
@@ -806,6 +820,12 @@
806820
"initialSetupRebootBootloaderText": {
807821
"message": "Reboot into <strong>boot loader / DFU</strong> mode."
808822
},
823+
"initialSetupBackupSuccess": {
824+
"message": "Backup saved <span class=\"message-positive\">successfully</span>"
825+
},
826+
"initialSetupRestoreSuccess": {
827+
"message": "Configuration restored <span class=\"message-positive\">successfully</span>"
828+
},
809829
"initialSetupButtonResetZaxis": {
810830
"message": "Reset Z axis, offset: 0 deg"
811831
},

0 commit comments

Comments
 (0)