@@ -267,7 +267,7 @@ msgstr "Bootloader file specified but missing: {0}"
267
267
msgid "Build options changed"
268
268
msgstr "Build options changed"
269
269
270
- #: cli/compile/compile.go:88
270
+ #: cli/compile/compile.go:92
271
271
msgid "Builds of 'core.a' are saved into this path to be cached and reused."
272
272
msgstr "Builds of 'core.a' are saved into this path to be cached and reused."
273
273
@@ -406,8 +406,8 @@ msgstr "Command keeps running and prints list of connected boards whenever there
406
406
msgid "Compiled sketch not found in %s"
407
407
msgstr "Compiled sketch not found in %s"
408
408
409
- #: cli/compile/compile.go:74
410
409
#: cli/compile/compile.go:75
410
+ #: cli/compile/compile.go:76
411
411
msgid "Compiles Arduino sketches."
412
412
msgstr "Compiles Arduino sketches."
413
413
@@ -721,18 +721,18 @@ msgstr "Error during JSON encoding of the output: %v"
721
721
722
722
#: cli/burnbootloader/burnbootloader.go:70
723
723
#: 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
728
728
#: cli/upload/upload.go:96
729
729
#: cli/upload/upload.go:102
730
730
#: cli/upload/upload.go:118
731
731
#: cli/upload/upload.go:145
732
732
msgid "Error during Upload: %v"
733
733
msgstr "Error during Upload: %v"
734
734
735
- #: cli/compile/compile.go:256
735
+ #: cli/compile/compile.go:260
736
736
msgid "Error during build: %v"
737
737
msgstr "Error during build: %v"
738
738
@@ -832,7 +832,7 @@ msgstr "Error listing boards: %v"
832
832
msgid "Error listing platforms: %v"
833
833
msgstr "Error listing platforms: %v"
834
834
835
- #: cli/compile/compile.go:147
835
+ #: cli/compile/compile.go:151
836
836
msgid "Error opening source code overrides data file: %v"
837
837
msgstr "Error opening source code overrides data file: %v"
838
838
@@ -980,7 +980,7 @@ msgstr "Error writing library_index.json.sig"
980
980
msgid "Error: command description is not supported by %v"
981
981
msgstr "Error: command description is not supported by %v"
982
982
983
- #: cli/compile/compile.go:154
983
+ #: cli/compile/compile.go:158
984
984
msgid "Error: invalid source code overrides data file: %v"
985
985
msgstr "Error: invalid source code overrides data file: %v"
986
986
@@ -1084,7 +1084,7 @@ msgstr "Force skip of post-install scripts (if the CLI is running interactively)
1084
1084
1085
1085
#: cli/board/details.go:50
1086
1086
#: cli/burnbootloader/burnbootloader.go:53
1087
- #: cli/compile/compile.go:85
1087
+ #: cli/compile/compile.go:86
1088
1088
#: cli/debug/debug.go:62
1089
1089
#: cli/upload/upload.go:58
1090
1090
msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno"
@@ -1146,7 +1146,7 @@ msgstr "Id"
1146
1146
msgid "Identification properties:"
1147
1147
msgstr "Identification properties:"
1148
1148
1149
- #: cli/compile/compile.go:115
1149
+ #: cli/compile/compile.go:119
1150
1150
msgid "If set built binaries will be exported to the sketch folder."
1151
1151
msgstr "If set built binaries will be exported to the sketch folder."
1152
1152
@@ -1297,7 +1297,7 @@ msgstr "Invalid version"
1297
1297
msgid "Invalid vid value: '%s'"
1298
1298
msgstr "Invalid vid value: '%s'"
1299
1299
1300
- #: cli/compile/compile.go:110
1300
+ #: cli/compile/compile.go:114
1301
1301
msgid "Just produce the compilation database, without actually compiling."
1302
1302
msgstr "Just produce the compilation database, without actually compiling."
1303
1303
@@ -1375,15 +1375,15 @@ msgstr "List all known boards and their corresponding FQBN."
1375
1375
msgid "List connected boards."
1376
1376
msgstr "List connected boards."
1377
1377
1378
- #: cli/compile/compile.go:93
1378
+ #: cli/compile/compile.go:97
1379
1379
msgid "List of custom build properties separated by commas. Or can be used multiple times for multiple properties."
1380
1380
msgstr "List of custom build properties separated by commas. Or can be used multiple times for multiple properties."
1381
1381
1382
- #: cli/compile/compile.go:107
1382
+ #: cli/compile/compile.go:111
1383
1383
msgid "List of custom libraries dir paths separated by commas. Or can be used multiple times for multiple libraries dir paths."
1384
1384
msgstr "List of custom libraries dir paths separated by commas. Or can be used multiple times for multiple libraries dir paths."
1385
1385
1386
- #: cli/compile/compile.go:105
1386
+ #: cli/compile/compile.go:109
1387
1387
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."
1388
1388
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."
1389
1389
@@ -1558,41 +1558,41 @@ msgstr "Official Arduino board:"
1558
1558
msgid "Option:"
1559
1559
msgstr "Option:"
1560
1560
1561
- #: cli/compile/compile.go:97
1561
+ #: cli/compile/compile.go:101
1562
1562
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)."
1563
1563
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)."
1564
1564
1565
- #: cli/compile/compile.go:111
1565
+ #: cli/compile/compile.go:115
1566
1566
msgid "Optional, cleanup the build folder and do not use any cached build."
1567
1567
msgstr "Optional, cleanup the build folder and do not use any cached build."
1568
1568
1569
- #: cli/compile/compile.go:108
1569
+ #: cli/compile/compile.go:112
1570
1570
msgid "Optional, optimize compile output for debugging, rather than for release."
1571
1571
msgstr "Optional, optimize compile output for debugging, rather than for release."
1572
1572
1573
- #: cli/compile/compile.go:99
1573
+ #: cli/compile/compile.go:103
1574
1574
msgid "Optional, suppresses almost every output."
1575
1575
msgstr "Optional, suppresses almost every output."
1576
1576
1577
- #: cli/compile/compile.go:98
1577
+ #: cli/compile/compile.go:102
1578
1578
#: cli/upload/upload.go:63
1579
1579
msgid "Optional, turns on verbose mode."
1580
1580
msgstr "Optional, turns on verbose mode."
1581
1581
1582
- #: cli/compile/compile.go:109
1582
+ #: cli/compile/compile.go:113
1583
1583
#: cli/upload/upload.go:64
1584
1584
msgid "Optional, use the specified programmer to upload."
1585
1585
msgstr "Optional, use the specified programmer to upload."
1586
1586
1587
- #: cli/compile/compile.go:116
1587
+ #: cli/compile/compile.go:120
1588
1588
msgid "Optional. Path to a .json file that contains a set of replacements of the sketch source code."
1589
1589
msgstr "Optional. Path to a .json file that contains a set of replacements of the sketch source code."
1590
1590
1591
1591
#: commands/daemon/monitor.go:72
1592
1592
msgid "OutputRate in Null monitor must be a float64"
1593
1593
msgstr "OutputRate in Null monitor must be a float64"
1594
1594
1595
- #: cli/compile/compile.go:95
1595
+ #: cli/compile/compile.go:99
1596
1596
msgid "Override a build property with a custom value. Can be used multiple times for multiple properties."
1597
1597
msgstr "Override a build property with a custom value. Can be used multiple times for multiple properties."
1598
1598
@@ -1635,7 +1635,7 @@ msgstr "Paragraph: %s"
1635
1635
msgid "Path to the file where logs will be written."
1636
1636
msgstr "Path to the file where logs will be written."
1637
1637
1638
- #: cli/compile/compile.go:91
1638
+ #: cli/compile/compile.go:95
1639
1639
msgid "Path where to save compiled files. If omitted, a directory will be created in the default temporary path of your OS."
1640
1640
msgstr "Path where to save compiled files. If omitted, a directory will be created in the default temporary path of your OS."
1641
1641
@@ -1713,7 +1713,7 @@ msgstr "Precompiled library in \"{0}\" not found"
1713
1713
msgid "Print details about a board."
1714
1714
msgstr "Print details about a board."
1715
1715
1716
- #: cli/compile/compile.go:87
1716
+ #: cli/compile/compile.go:91
1717
1717
msgid "Print preprocessed code to stdout instead of compiling."
1718
1718
msgstr "Print preprocessed code to stdout instead of compiling."
1719
1719
@@ -1791,7 +1791,7 @@ msgstr "Running normal build of the core..."
1791
1791
msgid "Running recipe: {0}"
1792
1792
msgstr "Running recipe: {0}"
1793
1793
1794
- #: cli/compile/compile.go:89
1794
+ #: cli/compile/compile.go:93
1795
1795
msgid "Save build artifacts in this directory."
1796
1796
msgstr "Save build artifacts in this directory."
1797
1797
@@ -1850,7 +1850,7 @@ msgstr "Settings key doesn't exist"
1850
1850
msgid "Show all available core versions."
1851
1851
msgstr "Show all available core versions."
1852
1852
1853
- #: cli/compile/compile.go:86
1853
+ #: cli/compile/compile.go:90
1854
1854
msgid "Show all build properties used instead of compiling."
1855
1855
msgstr "Show all build properties used instead of compiling."
1856
1856
@@ -1945,7 +1945,7 @@ msgstr "Sketch too big; see %s for tips on reducing it."
1945
1945
msgid "Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."
1946
1946
msgstr "Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."
1947
1947
1948
- #: cli/compile/compile.go:137
1948
+ #: cli/compile/compile.go:141
1949
1949
#: cli/sketch/archive.go:66
1950
1950
#: cli/upload/upload.go:88
1951
1951
msgid "Sketches with .pde extension are deprecated, please rename the following files to .ino:"
@@ -2239,7 +2239,7 @@ msgstr "Upload port found on %s"
2239
2239
msgid "Upload port protocol, e.g: serial"
2240
2240
msgstr "Upload port protocol, e.g: serial"
2241
2241
2242
- #: cli/compile/compile.go:100
2242
+ #: cli/compile/compile.go:104
2243
2243
msgid "Upload the binary after the compilation."
2244
2244
msgstr "Upload the binary after the compilation."
2245
2245
@@ -2251,7 +2251,7 @@ msgstr "Upload the bootloader on the board using an external programmer."
2251
2251
msgid "Upload the bootloader."
2252
2252
msgstr "Upload the bootloader."
2253
2253
2254
- #: cli/compile/compile.go:218
2254
+ #: cli/compile/compile.go:222
2255
2255
#: cli/upload/upload.go:124
2256
2256
msgid "Uploading to specified board using %s protocol requires the following info:"
2257
2257
msgstr "Uploading to specified board using %s protocol requires the following info:"
@@ -2319,7 +2319,7 @@ msgid "VERSION_NUMBER"
2319
2319
msgstr "VERSION_NUMBER"
2320
2320
2321
2321
#: cli/burnbootloader/burnbootloader.go:55
2322
- #: cli/compile/compile.go:102
2322
+ #: cli/compile/compile.go:106
2323
2323
#: cli/upload/upload.go:62
2324
2324
msgid "Verify uploaded binary after the upload."
2325
2325
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
2372
2372
msgid "Website: %s"
2373
2373
msgstr "Website: %s"
2374
2374
2375
- #: cli/compile/compile.go:103
2375
+ #: cli/compile/compile.go:107
2376
2376
msgid "When specified, VID/PID specific build properties are used, if board supports them."
2377
2377
msgstr "When specified, VID/PID specific build properties are used, if board supports them."
2378
2378
@@ -3049,7 +3049,7 @@ msgstr "platform %s is not installed"
3049
3049
msgid "platform not installed"
3050
3050
msgstr "platform not installed"
3051
3051
3052
- #: cli/compile/compile.go:121
3052
+ #: cli/compile/compile.go:125
3053
3053
msgid "please use --build-property instead."
3054
3054
msgstr "please use --build-property instead."
3055
3055
0 commit comments