Skip to content

Commit a7ec430

Browse files
author
Alberto Iannaccone
committed
fix i18n
1 parent 9a20ec0 commit a7ec430

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

i18n/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"board": {
88
"board": "Board{0}",
99
"boardInfo": "Board Info",
10-
"boardListItem": "{0} at {1}",
1110
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
1211
"configDialog2": "If you only select a Board you will be able to compile, but not to upload your sketch.",
1312
"configDialogTitle": "Select Other Board & Port",
1413
"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+
"disconnected": "Disconnected",
1515
"getBoardInfo": "Get Board Info",
1616
"inSketchbook": " (in Sketchbook)",
1717
"installManually": "Install Manually",
@@ -23,8 +23,10 @@
2323
"platformMissing": "The platform for the selected '{0}' board is not installed.",
2424
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
2525
"port": "Port{0}",
26+
"portLabel": "Port: {0}",
2627
"programmer": "Programmer",
2728
"reselectLater": "Reselect later",
29+
"selectBoard": "Select Board",
2830
"selectBoardForInfo": "Please select a board to obtain board info.",
2931
"selectPortForInfo": "Please select a port to obtain board info.",
3032
"showAllAvailablePorts": "Shows all available ports when enabled",

0 commit comments

Comments
 (0)