Skip to content

Commit 2cf6de9

Browse files
committed
make Internalization happy
1 parent cae3e74 commit 2cf6de9

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

Diff for: i18n/data/en.po

+33-33
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ msgstr "Bootloader file specified but missing: {0}"
267267
msgid "Build options changed"
268268
msgstr "Build options changed"
269269

270-
#: cli/compile/compile.go:88
270+
#: cli/compile/compile.go:92
271271
msgid "Builds of 'core.a' are saved into this path to be cached and reused."
272272
msgstr "Builds of 'core.a' are saved into this path to be cached and reused."
273273

@@ -406,8 +406,8 @@ msgstr "Command keeps running and prints list of connected boards whenever there
406406
msgid "Compiled sketch not found in %s"
407407
msgstr "Compiled sketch not found in %s"
408408

409-
#: cli/compile/compile.go:74
410409
#: cli/compile/compile.go:75
410+
#: cli/compile/compile.go:76
411411
msgid "Compiles Arduino sketches."
412412
msgstr "Compiles Arduino sketches."
413413

@@ -721,18 +721,18 @@ msgstr "Error during JSON encoding of the output: %v"
721721

722722
#: cli/burnbootloader/burnbootloader.go:70
723723
#: cli/burnbootloader/burnbootloader.go:83
724-
#: cli/compile/compile.go:196
725-
#: cli/compile/compile.go:202
726-
#: cli/compile/compile.go:212
727-
#: cli/compile/compile.go:244
724+
#: cli/compile/compile.go:200
725+
#: cli/compile/compile.go:206
726+
#: cli/compile/compile.go:216
727+
#: cli/compile/compile.go:248
728728
#: cli/upload/upload.go:96
729729
#: cli/upload/upload.go:102
730730
#: cli/upload/upload.go:118
731731
#: cli/upload/upload.go:145
732732
msgid "Error during Upload: %v"
733733
msgstr "Error during Upload: %v"
734734

735-
#: cli/compile/compile.go:256
735+
#: cli/compile/compile.go:260
736736
msgid "Error during build: %v"
737737
msgstr "Error during build: %v"
738738

@@ -832,7 +832,7 @@ msgstr "Error listing boards: %v"
832832
msgid "Error listing platforms: %v"
833833
msgstr "Error listing platforms: %v"
834834

835-
#: cli/compile/compile.go:147
835+
#: cli/compile/compile.go:151
836836
msgid "Error opening source code overrides data file: %v"
837837
msgstr "Error opening source code overrides data file: %v"
838838

@@ -980,7 +980,7 @@ msgstr "Error writing library_index.json.sig"
980980
msgid "Error: command description is not supported by %v"
981981
msgstr "Error: command description is not supported by %v"
982982

983-
#: cli/compile/compile.go:154
983+
#: cli/compile/compile.go:158
984984
msgid "Error: invalid source code overrides data file: %v"
985985
msgstr "Error: invalid source code overrides data file: %v"
986986

@@ -1084,7 +1084,7 @@ msgstr "Force skip of post-install scripts (if the CLI is running interactively)
10841084

10851085
#: cli/board/details.go:50
10861086
#: cli/burnbootloader/burnbootloader.go:53
1087-
#: cli/compile/compile.go:85
1087+
#: cli/compile/compile.go:86
10881088
#: cli/debug/debug.go:62
10891089
#: cli/upload/upload.go:58
10901090
msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno"
@@ -1146,7 +1146,7 @@ msgstr "Id"
11461146
msgid "Identification properties:"
11471147
msgstr "Identification properties:"
11481148

1149-
#: cli/compile/compile.go:115
1149+
#: cli/compile/compile.go:119
11501150
msgid "If set built binaries will be exported to the sketch folder."
11511151
msgstr "If set built binaries will be exported to the sketch folder."
11521152

@@ -1297,7 +1297,7 @@ msgstr "Invalid version"
12971297
msgid "Invalid vid value: '%s'"
12981298
msgstr "Invalid vid value: '%s'"
12991299

1300-
#: cli/compile/compile.go:110
1300+
#: cli/compile/compile.go:114
13011301
msgid "Just produce the compilation database, without actually compiling."
13021302
msgstr "Just produce the compilation database, without actually compiling."
13031303

@@ -1375,15 +1375,15 @@ msgstr "List all known boards and their corresponding FQBN."
13751375
msgid "List connected boards."
13761376
msgstr "List connected boards."
13771377

1378-
#: cli/compile/compile.go:93
1378+
#: cli/compile/compile.go:97
13791379
msgid "List of custom build properties separated by commas. Or can be used multiple times for multiple properties."
13801380
msgstr "List of custom build properties separated by commas. Or can be used multiple times for multiple properties."
13811381

1382-
#: cli/compile/compile.go:107
1382+
#: cli/compile/compile.go:111
13831383
msgid "List of custom libraries dir paths separated by commas. Or can be used multiple times for multiple libraries dir paths."
13841384
msgstr "List of custom libraries dir paths separated by commas. Or can be used multiple times for multiple libraries dir paths."
13851385

1386-
#: cli/compile/compile.go:105
1386+
#: cli/compile/compile.go:109
13871387
msgid "List of paths to libraries root folders. Libraries set this way have top priority in case of conflicts. Can be used multiple times for different libraries."
13881388
msgstr "List of paths to libraries root folders. Libraries set this way have top priority in case of conflicts. Can be used multiple times for different libraries."
13891389

@@ -1558,41 +1558,41 @@ msgstr "Official Arduino board:"
15581558
msgid "Option:"
15591559
msgstr "Option:"
15601560

1561-
#: cli/compile/compile.go:97
1561+
#: cli/compile/compile.go:101
15621562
msgid "Optional, can be \"%[1]s\", \"%[2]s\", \"%[3]s\" and \"%[4]s\". Defaults to \"%[1]s\". Used to tell gcc which warning level to use (-W flag)."
15631563
msgstr "Optional, can be \"%[1]s\", \"%[2]s\", \"%[3]s\" and \"%[4]s\". Defaults to \"%[1]s\". Used to tell gcc which warning level to use (-W flag)."
15641564

1565-
#: cli/compile/compile.go:111
1565+
#: cli/compile/compile.go:115
15661566
msgid "Optional, cleanup the build folder and do not use any cached build."
15671567
msgstr "Optional, cleanup the build folder and do not use any cached build."
15681568

1569-
#: cli/compile/compile.go:108
1569+
#: cli/compile/compile.go:112
15701570
msgid "Optional, optimize compile output for debugging, rather than for release."
15711571
msgstr "Optional, optimize compile output for debugging, rather than for release."
15721572

1573-
#: cli/compile/compile.go:99
1573+
#: cli/compile/compile.go:103
15741574
msgid "Optional, suppresses almost every output."
15751575
msgstr "Optional, suppresses almost every output."
15761576

1577-
#: cli/compile/compile.go:98
1577+
#: cli/compile/compile.go:102
15781578
#: cli/upload/upload.go:63
15791579
msgid "Optional, turns on verbose mode."
15801580
msgstr "Optional, turns on verbose mode."
15811581

1582-
#: cli/compile/compile.go:109
1582+
#: cli/compile/compile.go:113
15831583
#: cli/upload/upload.go:64
15841584
msgid "Optional, use the specified programmer to upload."
15851585
msgstr "Optional, use the specified programmer to upload."
15861586

1587-
#: cli/compile/compile.go:116
1587+
#: cli/compile/compile.go:120
15881588
msgid "Optional. Path to a .json file that contains a set of replacements of the sketch source code."
15891589
msgstr "Optional. Path to a .json file that contains a set of replacements of the sketch source code."
15901590

15911591
#: commands/daemon/monitor.go:72
15921592
msgid "OutputRate in Null monitor must be a float64"
15931593
msgstr "OutputRate in Null monitor must be a float64"
15941594

1595-
#: cli/compile/compile.go:95
1595+
#: cli/compile/compile.go:99
15961596
msgid "Override a build property with a custom value. Can be used multiple times for multiple properties."
15971597
msgstr "Override a build property with a custom value. Can be used multiple times for multiple properties."
15981598

@@ -1635,7 +1635,7 @@ msgstr "Paragraph: %s"
16351635
msgid "Path to the file where logs will be written."
16361636
msgstr "Path to the file where logs will be written."
16371637

1638-
#: cli/compile/compile.go:91
1638+
#: cli/compile/compile.go:95
16391639
msgid "Path where to save compiled files. If omitted, a directory will be created in the default temporary path of your OS."
16401640
msgstr "Path where to save compiled files. If omitted, a directory will be created in the default temporary path of your OS."
16411641

@@ -1713,7 +1713,7 @@ msgstr "Precompiled library in \"{0}\" not found"
17131713
msgid "Print details about a board."
17141714
msgstr "Print details about a board."
17151715

1716-
#: cli/compile/compile.go:87
1716+
#: cli/compile/compile.go:91
17171717
msgid "Print preprocessed code to stdout instead of compiling."
17181718
msgstr "Print preprocessed code to stdout instead of compiling."
17191719

@@ -1791,7 +1791,7 @@ msgstr "Running normal build of the core..."
17911791
msgid "Running recipe: {0}"
17921792
msgstr "Running recipe: {0}"
17931793

1794-
#: cli/compile/compile.go:89
1794+
#: cli/compile/compile.go:93
17951795
msgid "Save build artifacts in this directory."
17961796
msgstr "Save build artifacts in this directory."
17971797

@@ -1850,7 +1850,7 @@ msgstr "Settings key doesn't exist"
18501850
msgid "Show all available core versions."
18511851
msgstr "Show all available core versions."
18521852

1853-
#: cli/compile/compile.go:86
1853+
#: cli/compile/compile.go:90
18541854
msgid "Show all build properties used instead of compiling."
18551855
msgstr "Show all build properties used instead of compiling."
18561856

@@ -1945,7 +1945,7 @@ msgstr "Sketch too big; see %s for tips on reducing it."
19451945
msgid "Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."
19461946
msgstr "Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."
19471947

1948-
#: cli/compile/compile.go:137
1948+
#: cli/compile/compile.go:141
19491949
#: cli/sketch/archive.go:66
19501950
#: cli/upload/upload.go:88
19511951
msgid "Sketches with .pde extension are deprecated, please rename the following files to .ino:"
@@ -2239,7 +2239,7 @@ msgstr "Upload port found on %s"
22392239
msgid "Upload port protocol, e.g: serial"
22402240
msgstr "Upload port protocol, e.g: serial"
22412241

2242-
#: cli/compile/compile.go:100
2242+
#: cli/compile/compile.go:104
22432243
msgid "Upload the binary after the compilation."
22442244
msgstr "Upload the binary after the compilation."
22452245

@@ -2251,7 +2251,7 @@ msgstr "Upload the bootloader on the board using an external programmer."
22512251
msgid "Upload the bootloader."
22522252
msgstr "Upload the bootloader."
22532253

2254-
#: cli/compile/compile.go:218
2254+
#: cli/compile/compile.go:222
22552255
#: cli/upload/upload.go:124
22562256
msgid "Uploading to specified board using %s protocol requires the following info:"
22572257
msgstr "Uploading to specified board using %s protocol requires the following info:"
@@ -2319,7 +2319,7 @@ msgid "VERSION_NUMBER"
23192319
msgstr "VERSION_NUMBER"
23202320

23212321
#: cli/burnbootloader/burnbootloader.go:55
2322-
#: cli/compile/compile.go:102
2322+
#: cli/compile/compile.go:106
23232323
#: cli/upload/upload.go:62
23242324
msgid "Verify uploaded binary after the upload."
23252325
msgstr "Verify uploaded binary after the upload."
@@ -2372,7 +2372,7 @@ msgstr "Warning: tool '%s' is not installed. It might not be available for your
23722372
msgid "Website: %s"
23732373
msgstr "Website: %s"
23742374

2375-
#: cli/compile/compile.go:103
2375+
#: cli/compile/compile.go:107
23762376
msgid "When specified, VID/PID specific build properties are used, if board supports them."
23772377
msgstr "When specified, VID/PID specific build properties are used, if board supports them."
23782378

@@ -3049,7 +3049,7 @@ msgstr "platform %s is not installed"
30493049
msgid "platform not installed"
30503050
msgstr "platform not installed"
30513051

3052-
#: cli/compile/compile.go:121
3052+
#: cli/compile/compile.go:125
30533053
msgid "please use --build-property instead."
30543054
msgstr "please use --build-property instead."
30553055

Diff for: i18n/rice-box.go

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)