You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en/messages.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,9 @@
56
56
"close": {
57
57
"message": "Close"
58
58
},
59
+
"cancel": {
60
+
"message": "Cancel"
61
+
},
59
62
"autoConnectEnabled": {
60
63
"message": "Auto-Connect: Enabled - Configurator automatically tries to connect when new port is detected"
61
64
},
@@ -467,6 +470,12 @@
467
470
"firmwareUpgradeRequired": {
468
471
"message": "The firmware on this device needs upgrading to a newer version. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
469
472
},
473
+
"resetToCustomDefaultsDialog": {
474
+
"message": "There are custom defaults for this board available. Normally, a board will not work properly unless custom defaults are applied.<br />Do you want to apply the custom defaults for this board?"
0 commit comments