Skip to content

Updated translation files #1559

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 2 commits into from
Nov 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions i18n/data/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ msgstr "Available"
msgid "Available Commands:"
msgstr "Available Commands:"

#: cli/upload/upload.go:62
#: cli/upload/upload.go:63
msgid "Binary file to upload."
msgstr "Binary file to upload."

Expand Down Expand Up @@ -545,7 +545,7 @@ msgstr "Detects and displays a list of boards connected to the current computer.
msgid "Directory containing binaries for debug."
msgstr "Directory containing binaries for debug."

#: cli/upload/upload.go:61
#: cli/upload/upload.go:62
msgid "Directory containing binaries to upload."
msgstr "Directory containing binaries to upload."

Expand All @@ -570,7 +570,7 @@ msgid "Do not install dependencies."
msgstr "Do not install dependencies."

#: cli/burnbootloader/burnbootloader.go:59
#: cli/upload/upload.go:66
#: cli/upload/upload.go:67
msgid "Do not perform the actual upload, just log out actions"
msgstr "Do not perform the actual upload, just log out actions"

Expand Down Expand Up @@ -725,8 +725,10 @@ msgstr "Error during JSON encoding of the output: %v"
#: cli/burnbootloader/burnbootloader.go:86
#: cli/compile/compile.go:195
#: cli/compile/compile.go:227
#: cli/upload/upload.go:96
#: cli/upload/upload.go:123
#: cli/upload/upload.go:88
#: cli/upload/upload.go:94
#: cli/upload/upload.go:110
#: cli/upload/upload.go:137
msgid "Error during Upload: %v"
msgstr "Error during Upload: %v"

Expand Down Expand Up @@ -1602,7 +1604,7 @@ msgid "Optional, suppresses almost every output."
msgstr "Optional, suppresses almost every output."

#: cli/compile/compile.go:96
#: cli/upload/upload.go:64
#: cli/upload/upload.go:65
msgid "Optional, turns on verbose mode."
msgstr "Optional, turns on verbose mode."

Expand Down Expand Up @@ -2216,11 +2218,11 @@ msgstr "Upgrades one or all installed platforms to the latest version."
msgid "Upgrading platform %[1]s with %[2]s"
msgstr "Upgrading platform %[1]s with %[2]s"

#: cli/upload/upload.go:49
#: cli/upload/upload.go:50
msgid "Upload Arduino sketches."
msgstr "Upload Arduino sketches."

#: cli/upload/upload.go:50
#: cli/upload/upload.go:51
msgid "Upload Arduino sketches. This does NOT compile the sketch prior to upload."
msgstr "Upload Arduino sketches. This does NOT compile the sketch prior to upload."

Expand Down Expand Up @@ -2249,7 +2251,7 @@ msgid "Upload the bootloader."
msgstr "Upload the bootloader."

#: cli/compile/compile.go:201
#: cli/upload/upload.go:102
#: cli/upload/upload.go:116
msgid "Uploading to specified board using %s protocol requires the following info:"
msgstr "Uploading to specified board using %s protocol requires the following info:"

Expand Down Expand Up @@ -2322,7 +2324,7 @@ msgstr "Values"

#: cli/burnbootloader/burnbootloader.go:57
#: cli/compile/compile.go:100
#: cli/upload/upload.go:63
#: cli/upload/upload.go:64
msgid "Verify uploaded binary after the upload."
msgstr "Verify uploaded binary after the upload."

Expand Down
Loading