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
// Deep-merging the Theia application configuration. We enable the electron window reload in dev mode but not for the final product. (arduino/arduino-pro-ide#187)
Copy file name to clipboardExpand all lines: i18n/en.json
+26-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
"board": "Board{0}",
9
9
"boardConfigDialogTitle": "Select Other Board and Port",
10
10
"boardInfo": "Board Info",
11
+
"boards": "boards",
11
12
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
12
13
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
13
14
"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?",
@@ -25,15 +26,18 @@
25
26
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
26
27
"port": "Port{0}",
27
28
"portLabel": "Port: {0}",
29
+
"ports": "ports",
28
30
"programmer": "Programmer",
29
31
"reselectLater": "Reselect later",
30
32
"searchBoard": "Search board",
31
33
"selectBoard": "Select Board",
32
34
"selectBoardForInfo": "Please select a board to obtain board info.",
33
35
"selectPortForInfo": "Please select a port to obtain board info.",
34
36
"showAllAvailablePorts": "Shows all available ports when enabled",
0 commit comments