Skip to content

Commit 61dba74

Browse files
committed
forgot to update translations and prettier
1 parent 541caac commit 61dba74

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

docs/UPGRADING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The previously deprecated `board details <FQBN>` syntax is no longer supported.
1212

1313
### `board attach` arguments change
1414

15-
The `board attach` command now uses `--port` and `-p` flags to set board port and `--board` and `-b` flags to select its FQBN.
15+
The `board attach` command now uses `--port` and `-p` flags to set board port and `--board` and `-b` flags to select its
16+
FQBN.
1617

1718
The previous syntax `board attach <port>|<FQBN> [sketchPath]` is no longer supported.
1819

i18n/data/en.po

+21-21
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ msgstr "Config file written to: %s"
415415
msgid "Configuration of the port."
416416
msgstr "Configuration of the port."
417417

418-
#: cli/debug/debug.go:142
418+
#: cli/debug/debug.go:146
419419
msgid "Configuration options for %s"
420420
msgstr "Configuration options for %s"
421421

@@ -460,7 +460,7 @@ msgstr "Couldn't deeply cache core build: {0}"
460460
msgid "Couldn't determine program size"
461461
msgstr "Couldn't determine program size"
462462

463-
#: cli/arguments/sketch.go:39
463+
#: cli/arguments/sketch.go:37
464464
#: cli/lib/install.go:105
465465
msgid "Couldn't get current working directory: %v"
466466
msgstr "Couldn't get current working directory: %v"
@@ -653,7 +653,7 @@ msgstr "Error creating output dir"
653653
msgid "Error creating sketch archive"
654654
msgstr "Error creating sketch archive"
655655

656-
#: cli/arguments/sketch.go:69
656+
#: cli/arguments/sketch.go:55
657657
#: cli/sketch/new.go:52
658658
#: cli/sketch/new.go:61
659659
msgid "Error creating sketch: %v"
@@ -664,7 +664,7 @@ msgstr "Error creating sketch: %v"
664664
msgid "Error detecting boards: %v"
665665
msgstr "Error detecting boards: %v"
666666

667-
#: cli/arguments/sketch.go:90
667+
#: cli/arguments/port.go:159
668668
msgid "Error discovering port: %v"
669669
msgstr "Error discovering port: %v"
670670

@@ -713,7 +713,7 @@ msgstr "Error downloading platform %s"
713713
msgid "Error downloading tool %s"
714714
msgstr "Error downloading tool %s"
715715

716-
#: cli/debug/debug.go:104
716+
#: cli/debug/debug.go:108
717717
msgid "Error during Debug: %v"
718718
msgstr "Error during Debug: %v"
719719

@@ -725,8 +725,8 @@ msgstr "Error during JSON encoding of the output: %v"
725725
#: cli/burnbootloader/burnbootloader.go:86
726726
#: cli/compile/compile.go:195
727727
#: cli/compile/compile.go:227
728-
#: cli/upload/upload.go:93
729-
#: cli/upload/upload.go:120
728+
#: cli/upload/upload.go:96
729+
#: cli/upload/upload.go:123
730730
msgid "Error during Upload: %v"
731731
msgstr "Error during Upload: %v"
732732

@@ -754,7 +754,7 @@ msgstr "Error extracting library_index.json.gz"
754754
msgid "Error finding build artifacts"
755755
msgstr "Error finding build artifacts"
756756

757-
#: cli/debug/debug.go:91
757+
#: cli/debug/debug.go:95
758758
msgid "Error getting Debug info: %v"
759759
msgstr "Error getting Debug info: %v"
760760

@@ -996,7 +996,7 @@ msgstr "Examples for library %s"
996996
msgid "Examples:"
997997
msgstr "Examples:"
998998

999-
#: cli/debug/debug.go:123
999+
#: cli/debug/debug.go:127
10001000
msgid "Executable to debug"
10011001
msgstr "Executable to debug"
10021002

@@ -1086,11 +1086,11 @@ msgstr "Force skip of post-install scripts (if the CLI is running interactively)
10861086
msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno"
10871087
msgstr "Fully Qualified Board Name, e.g.: arduino:avr:uno"
10881088

1089-
#: cli/debug/debug.go:137
1089+
#: cli/debug/debug.go:141
10901090
msgid "GDB Server path"
10911091
msgstr "GDB Server path"
10921092

1093-
#: cli/debug/debug.go:136
1093+
#: cli/debug/debug.go:140
10941094
msgid "GDB Server type"
10951095
msgstr "GDB Server type"
10961096

@@ -1430,7 +1430,7 @@ msgstr "Low memory available, stability problems may occur."
14301430
msgid "Maintainer: %s"
14311431
msgstr "Maintainer: %s"
14321432

1433-
#: cli/arguments/port.go:52
1433+
#: cli/arguments/port.go:54
14341434
#: cli/board/list.go:50
14351435
msgid "Max time to wait for port discovery, e.g.: 30s, 1m"
14361436
msgstr "Max time to wait for port discovery, e.g.: 30s, 1m"
@@ -1971,7 +1971,7 @@ msgstr "Sketch too big; see %s for tips on reducing it."
19711971
msgid "Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."
19721972
msgstr "Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."
19731973

1974-
#: cli/arguments/sketch.go:79
1974+
#: cli/arguments/sketch.go:65
19751975
msgid "Sketches with .pde extension are deprecated, please rename the following files to .ino:"
19761976
msgstr "Sketches with .pde extension are deprecated, please rename the following files to .ino:"
19771977

@@ -2064,19 +2064,19 @@ msgstr "Tool %s uninstalled"
20642064
msgid "Toolchain '%s' is not supported"
20652065
msgstr "Toolchain '%s' is not supported"
20662066

2067-
#: cli/debug/debug.go:131
2067+
#: cli/debug/debug.go:135
20682068
msgid "Toolchain custom configurations"
20692069
msgstr "Toolchain custom configurations"
20702070

2071-
#: cli/debug/debug.go:125
2071+
#: cli/debug/debug.go:129
20722072
msgid "Toolchain path"
20732073
msgstr "Toolchain path"
20742074

2075-
#: cli/debug/debug.go:126
2075+
#: cli/debug/debug.go:130
20762076
msgid "Toolchain prefix"
20772077
msgstr "Toolchain prefix"
20782078

2079-
#: cli/debug/debug.go:124
2079+
#: cli/debug/debug.go:128
20802080
msgid "Toolchain type"
20812081
msgstr "Toolchain type"
20822082

@@ -2224,15 +2224,15 @@ msgstr "Upload Arduino sketches."
22242224
msgid "Upload Arduino sketches. This does NOT compile the sketch prior to upload."
22252225
msgstr "Upload Arduino sketches. This does NOT compile the sketch prior to upload."
22262226

2227-
#: cli/arguments/port.go:44
2227+
#: cli/arguments/port.go:46
22282228
msgid "Upload port address, e.g.: COM3 or /dev/ttyACM2"
22292229
msgstr "Upload port address, e.g.: COM3 or /dev/ttyACM2"
22302230

22312231
#: commands/upload/upload.go:409
22322232
msgid "Upload port found on %s"
22332233
msgstr "Upload port found on %s"
22342234

2235-
#: cli/arguments/port.go:48
2235+
#: cli/arguments/port.go:50
22362236
msgid "Upload port protocol, e.g: serial"
22372237
msgstr "Upload port protocol, e.g: serial"
22382238

@@ -2249,7 +2249,7 @@ msgid "Upload the bootloader."
22492249
msgstr "Upload the bootloader."
22502250

22512251
#: cli/compile/compile.go:201
2252-
#: cli/upload/upload.go:99
2252+
#: cli/upload/upload.go:102
22532253
msgid "Uploading to specified board using %s protocol requires the following info:"
22542254
msgstr "Uploading to specified board using %s protocol requires the following info:"
22552255

@@ -3078,7 +3078,7 @@ msgstr "pluggable discovery already added: %s"
30783078
msgid "port"
30793079
msgstr "port"
30803080

3081-
#: cli/arguments/port.go:143
3081+
#: cli/arguments/port.go:145
30823082
msgid "port not found: %[1]s %[2]s"
30833083
msgstr "port not found: %[1]s %[2]s"
30843084

0 commit comments

Comments
 (0)