8000 Add dialog to insert user fields for board that require them to upload by silvanocerza · Pull Request #550 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content
8000

Add dialog to insert user fields for board that require them to upload #550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Nov 25, 2021
Prev Previous commit
Next Next commit
fix localisation
  • Loading branch information
Alberto Iannaccone committed Nov 24, 2021
commit 8fa5705d9952f0138f10b9d91c1b7988792ff69d
4 changes: 4 additions & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
"dialog": {
"dontAskAgain": "Don't ask again"
},
"userFields": {
"cancel": "Cancel",
"upload": "Upload"
},
"serial": {
"toggleTimestamp": "Toggle Timestamp",
"autoscroll": "Autoscroll",
Expand Down
0