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: i18n/en.json
+1-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
"boardInfo": "Board Info",
10
10
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
11
11
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
12
-
"configDialogTitle": "Select Other Board & Port",
13
12
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
14
13
"disconnected": "Disconnected",
15
14
"getBoardInfo": "Get Board Info",
@@ -19,7 +18,7 @@
19
18
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
20
19
"noPortsSelected": "No ports selected for board: '{0}'.",
21
20
"noneSelected": "No boards selected.",
22
-
"openBoardsConfig": "Select other board and port…",
21
+
"openBoardsConfig": "Select other board and port",
23
22
"platformMissing": "The platform for the selected '{0}' board is not installed.",
24
23
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
25
24
"port": "Port{0}",
@@ -107,7 +106,6 @@
107
106
"offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.",
108
107
"oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
0 commit comments