-
-
Notifications
You must be signed in to change notification settings - Fork 398
/
Copy pathen.po
3423 lines (2636 loc) · 103 KB
/
en.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
#: legacy/builder/resolve_library.go:36
msgid " -> candidates: %s"
msgstr " -> candidates: %s"
#: legacy/builder/constants/constants.go:107
msgid " Not used: {0}"
msgstr " Not used: {0}"
#: legacy/builder/constants/constants.go:108
msgid " Used: {0}"
msgstr " Used: {0}"
#: version/version.go:54
msgid "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s"
msgstr "%[1]s %[2]s Version: %[3]s Commit: %[4]s Date: %[5]s"
#: legacy/builder/constants/constants.go:92
msgid "%[1]s folder is no longer supported! See %[2]s for more information"
msgstr "%[1]s folder is no longer supported! See %[2]s for more information"
#: arduino/discovery/discovery.go:74
msgid "%[1]s, message: %[2]s"
msgstr "%[1]s, message: %[2]s"
#: arduino/discovery/discovery.go:83
msgid "%[1]s, port: %[2]s"
msgstr "%[1]s, port: %[2]s"
#: arduino/discovery/discovery.go:80
msgid "%[1]s, ports: %[2]s"
msgstr "%[1]s, ports: %[2]s"
#: arduino/discovery/discovery.go:77
msgid "%[1]s, protocol version: %[2]d"
msgstr "%[1]s, protocol version: %[2]d"
#: cli/output/rpc_progress.go:64
msgid "%s already downloaded"
msgstr "%s already downloaded"
#: commands/upload/upload.go:528
msgid "%s and %s cannot be used together"
msgstr "%s and %s cannot be used together"
#: cli/debug/debug.go:149
msgid "%s custom configurations"
msgstr "%s custom configurations"
#: cli/output/rpc_progress.go:76
msgid "%s downloaded"
msgstr "%s downloaded"
#: commands/bundled_tools.go:57
#: commands/core/install.go:181
msgid "%s installed"
msgstr "%s installed"
#: cli/lib/check_deps.go:93
msgid "%s is already installed."
msgstr "%s is already installed."
#: arduino/cores/packagemanager/loader.go:71
msgid "%s is not a directory"
msgstr "%s is not a directory"
#: arduino/cores/packagemanager/install_uninstall.go:113
msgid "%s is not managed by package manager"
msgstr "%s is not managed by package manager"
#: cli/lib/check_deps.go:96
msgid "%s is required but %s is currently installed."
msgstr "%s is required but %s is currently installed."
#: cli/lib/check_deps.go:90
msgid "%s must be installed."
msgstr "%s must be installed."
#: legacy/builder/builder_utils/utils.go:530
#: legacy/builder/ctags_runner.go:41
msgid "%s pattern is missing"
msgstr "%s pattern is missing"
#: commands/core/uninstall.go:90
#: commands/core/uninstall.go:106
#: commands/instances.go:840
msgid "%s uninstalled"
msgstr "%s uninstalled"
#: cli/board/listall.go:88
#: cli/board/search.go:90
msgid "(hidden)"
msgstr "(hidden)"
#: legacy/builder/constants/constants.go:105
msgid "(legacy)"
msgstr "(legacy)"
#: legacy/builder/constants/constants.go:98
msgid ", rebuilding all"
msgstr ", rebuilding all"
#: cli/lib/install.go:71
msgid "--git-url and --zip-path are disabled by default, for more information see: %v"
msgstr "--git-url and --zip-path are disabled by default, for more information see: %v"
#: cli/lib/install.go:74
msgid "--git-url and --zip-path flags allow installing untrusted files, use it at your own risk."
msgstr "--git-url and --zip-path flags allow installing untrusted files, use it at your own risk."
#: cli/core/download.go:36
#: cli/core/install.go:37
#: cli/core/uninstall.go:36
#: cli/core/upgrade.go:36
msgid "ARCH"
msgstr "ARCH"
#: cli/generatedocs/generatedocs.go:79
msgid "ARDUINO COMMAND LINE MANUAL"
msgstr "ARDUINO COMMAND LINE MANUAL"
#: cli/usage.go:31
msgid "Additional help topics:"
msgstr "Additional help topics:"
#: cli/config/add.go:31
#: cli/config/add.go:32
msgid "Adds one or more values to a setting."
msgstr "Adds one or more values to a setting."
#: cli/usage.go:26
msgid "Aliases:"
msgstr "Aliases:"
#: cli/core/upgrade.go:66
msgid "All the cores are already at the latest version"
msgstr "All the cores are already at the latest version"
#: commands/instances.go:712
#: commands/lib/install.go:92
msgid "Already installed %s"
msgstr "Already installed %s"
#: legacy/builder/resolve_library.go:34
msgid "Alternatives for %[1]s: %[2]s"
msgstr "Alternatives for %[1]s: %[2]s"
#: cli/lib/search.go:170
msgid "Architecture: %s"
msgstr "Architecture: %s"
#: legacy/builder/constants/constants.go:93
msgid "Archiving built core (caching) in: {0}"
msgstr "Archiving built core (caching) in: {0}"
#: cli/sketch/sketch.go:31
#: cli/sketch/sketch.go:32
msgid "Arduino CLI sketch commands."
msgstr "Arduino CLI sketch commands."
#: cli/cli.go:67
msgid "Arduino CLI."
msgstr "Arduino CLI."
#: cli/cli.go:68
msgid "Arduino Command Line Interface (arduino-cli)."
msgstr "Arduino Command Line Interface (arduino-cli)."
#: cli/board/board.go:28
#: cli/board/board.go:29
msgid "Arduino board commands."
msgstr "Arduino board commands."
#: cli/cache/cache.go:31
#: cli/cache/cache.go:32
msgid "Arduino cache commands."
msgstr "Arduino cache commands."
#: cli/lib/lib.go:31
#: cli/lib/lib.go:32
msgid "Arduino commands about libraries."
msgstr "Arduino commands about libraries."
#: cli/config/config.go:31
msgid "Arduino configuration commands."
msgstr "Arduino configuration commands."
#: cli/core/core.go:31
#: cli/core/core.go:32
msgid "Arduino core operations."
msgstr "Arduino core operations."
#: cli/lib/check_deps.go:50
#: cli/lib/install.go:117
msgid "Arguments error: %v"
msgstr "Arguments error: %v"
#: cli/board/attach.go:68
msgid "Attach board error: %v"
msgstr "Attach board error: %v"
#: cli/board/attach.go:36
#: cli/board/attach.go:37
#: cli/board/board.go:32
msgid "Attaches a sketch to a board."
msgstr "Attaches a sketch to a board."
#: cli/lib/search.go:161
msgid "Author: %s"
msgstr "Author: %s"
#: cli/lib/list.go:125
msgid "Available"
msgstr "Available"
#: cli/usage.go:28
msgid "Available Commands:"
msgstr "Available Commands:"
#: cli/upload/upload.go:61
msgid "Binary file to upload."
msgstr "Binary file to upload."
#: cli/board/list.go:87
#: cli/board/list.go:125
#: cli/board/listall.go:84
#: cli/board/search.go:86
msgid "Board Name"
msgstr "Board Name"
#: commands/board/attach.go:94
msgid "Board found: %s"
msgstr "Board found: %s"
#: cli/board/details.go:120
msgid "Board name:"
msgstr "Board name:"
#: cli/board/details.go:122
msgid "Board version:"
msgstr "Board version:"
#: legacy/builder/constants/constants.go:96
msgid "Board {0} (platform {1}, package {2}) is unknown"
msgstr "Board {0} (platform {1}, package {2}) is unknown"
#: legacy/builder/constants/constants.go:97
msgid "Bootloader file specified but missing: {0}"
msgstr "Bootloader file specified but missing: {0}"
#: legacy/builder/constants/constants.go:99
msgid "Build options changed"
msgstr "Build options changed"
#: cli/compile/compile.go:88
msgid "Builds of 'core.a' are saved into this path to be cached and reused."
msgstr "Builds of 'core.a' are saved into this path to be cached and reused."
#: cli/config/set.go:54
msgid "Can't set multiple values in key %v"
msgstr "Can't set multiple values in key %v"
#: cli/config/init.go:60
msgid "Can't use both --dest-file and --dest-dir flags at the same time."
msgstr "Can't use both --dest-file and --dest-dir flags at the same time."
#: cli/config/add.go:60
#: cli/config/delete.go:67
#: cli/config/remove.go:69
msgid "Can't write config file: %v"
msgstr "Can't write config file: %v"
#: cli/config/init.go:97
msgid "Cannot create config file directory: %v"
msgstr "Cannot create config file directory: %v"
#: cli/config/init.go:106
msgid "Cannot create config file: %v"
msgstr "Cannot create config file: %v"
#: commands/debug/debug.go:67
msgid "Cannot execute debug tool"
msgstr "Cannot execute debug tool"
#: cli/config/init.go:72
#: cli/config/init.go:83
msgid "Cannot find absolute path: %v"
msgstr "Cannot find absolute path: %v"
#: commands/debug/debug.go:51
msgid "Cannot get command line for tool"
msgstr "Cannot get command line for tool"
#: configuration/configuration.go:147
#: configuration/configuration.go:153
msgid "Cannot get executable path: %v"
msgstr "Cannot get executable path: %v"
#: commands/upload/upload.go:418
msgid "Cannot perform port reset: %s"
msgstr "Cannot perform port reset: %s"
#: cli/lib/search.go:169
msgid "Category: %s"
msgstr "Category: %s"
#: cli/lib/check_deps.go:35
#: cli/lib/check_deps.go:36
msgid "Check dependencies status for the specified library."
msgstr "Check dependencies status for the specified library."
#: legacy/builder/builder_utils/utils.go:280
msgid "Checking previous results for {0} (result = {1}, dep = {2})"
msgstr "Checking previous results for {0} (result = {1}, dep = {2})"
#: arduino/resources/checksums.go:182
msgid "Checksum differs from checksum in package.json"
msgstr "Checksum differs from checksum in package.json"
#: cli/board/details.go:168
msgid "Checksum:"
msgstr "Checksum:"
#: cli/cache/cache.go:33
msgid "Clean caches."
msgstr "Clean caches."
#: cli/cli.go:106
msgid "Comma-separated list of additional URLs for the Boards Manager."
msgstr "Comma-separated list of additional URLs for the Boards Manager."
#: cli/board/list.go:47
msgid "Command keeps running and prints list of connected boards whenever there is a change."
msgstr "Command keeps running and prints list of connected boards whenever there is a change."
#: cli/compile/compile.go:74
#: cli/compile/compile.go:75
msgid "Compiles Arduino sketches."
msgstr "Compiles Arduino sketches."
#: legacy/builder/builder.go:81
msgid "Compiling core..."
msgstr "Compiling core..."
#: legacy/builder/builder.go:75
msgid "Compiling libraries..."
msgstr "Compiling libraries..."
#: legacy/builder/phases/libraries_builder.go:135
msgid "Compiling library \"{0}\""
msgstr "Compiling library \"{0}\""
#: legacy/builder/builder.go:70
msgid "Compiling sketch..."
msgstr "Compiling sketch..."
#: cli/config/init.go:90
msgid "Config file already exists, use --overwrite to discard the existing one."
msgstr "Config file already exists, use --overwrite to discard the existing one."
#: cli/config/init.go:110
msgid "Config file written to: %s"
msgstr "Config file written to: %s"
#: commands/core/install.go:171
#: commands/instances.go:847
msgid "Configuring platform"
msgstr "Configuring platform"
#: cli/board/list.go:183
msgid "Connected"
msgstr "Connected"
#: cli/board/list.go:87
#: cli/board/list.go:125
msgid "Core"
msgstr "Core"
#: cli/update/update.go:99
msgid "Core name"
msgstr "Core name"
#: cli/sketch/new.go:58
msgid "Could not create sketch directory: %v"
msgstr "Could not create sketch directory: %v"
#: legacy/builder/phases/core_builder.go:48
msgid "Couldn't deeply cache core build: {0}"
msgstr "Couldn't deeply cache core build: {0}"
#: legacy/builder/constants/constants.go:127
msgid "Couldn't determine program size"
msgstr "Couldn't determine program size"
#: cli/arguments/sketch.go:36
#: cli/lib/install.go:97
msgid "Couldn't get current working directory: %v"
msgstr "Couldn't get current working directory: %v"
#: cli/sketch/new.go:32
#: cli/sketch/new.go:33
msgid "Create a new Sketch"
msgstr "Create a new Sketch"
#: cli/sketch/archive.go:39
#: cli/sketch/archive.go:40
msgid "Creates a zip file containing all sketch files."
msgstr "Creates a zip file containing all sketch files."
#: cli/config/init.go:43
msgid "Creates or updates the configuration file in the data directory or custom directory with the current configuration settings."
msgstr "Creates or updates the configuration file in the data directory or custom directory with the current configuration settings."
#: cli/debug/debug.go:55
msgid "Debug Arduino sketches."
msgstr "Debug Arduino sketches."
#: cli/debug/debug.go:56
msgid "Debug Arduino sketches. (this command opens an interactive gdb session)"
msgstr "Debug Arduino sketches. (this command opens an interactive gdb session)"
#: cli/debug/debug.go:65
msgid "Debug interpreter e.g.: %s, %s, %s, %s, %s"
msgstr "Debug interpreter e.g.: %s, %s, %s, %s, %s"
#: cli/debug/debug.go:63
msgid "Debug port, e.g.: COM10 or /dev/ttyACM0"
msgstr "Debug port, e.g.: COM10 or /dev/ttyACM0"
#: cli/board/details.go:124
msgid "Debugging supported:"
msgstr "Debugging supported:"
#: cli/cache/clean.go:31
msgid "Delete Boards/Library Manager download cache."
msgstr "Delete Boards/Library Manager download cache."
#: cli/cache/clean.go:32
msgid "Delete contents of the `directories.downloads` folder, where archive files are staged during installation of libraries and boards platforms."
msgstr "Delete contents of the `directories.downloads` folder, where archive files are staged during installation of libraries and boards platforms."
#: cli/config/delete.go:32
#: cli/config/delete.go:33
msgid "Deletes a settings key and all its sub keys."
msgstr "Deletes a settings key and all its sub keys."
#: cli/lib/search.go:177
msgid "Dependencies: %s"
msgstr "Dependencies: %s"
#: legacy/builder/builder_utils/utils.go:358
msgid "Depfile is about different file: {0}"
msgstr "Depfile is about different file: {0}"
#: cli/lib/list.go:125
msgid "Description"
msgstr "Description"
#: legacy/builder/builder.go:62
msgid "Detecting libraries used..."
msgstr "Detecting libraries used..."
#: cli/board/list.go:38
msgid "Detects and displays a list of boards connected to the current computer."
msgstr "Detects and displays a list of boards connected to the current computer."
#: cli/debug/debug.go:66
msgid "Directory containing binaries for debug."
msgstr "Directory containing binaries for debug."
#: cli/upload/upload.go:60
msgid "Directory containing binaries to upload."
msgstr "Directory containing binaries to upload."
#: cli/generatedocs/generatedocs.go:45
msgid "Directory where to save generated files. Default is './docs', the directory must exist."
msgstr "Directory where to save generated files. Default is './docs', the directory must exist."
#: cli/completion/completion.go:44
msgid "Disable completion description for shells that support it"
msgstr "Disable completion description for shells that support it"
#: cli/board/list.go:184
msgid "Disconnected"
msgstr "Disconnected"
#: cli/lib/install.go:49
msgid "Do not install dependencies."
msgstr "Do not install dependencies."
#: cli/burnbootloader/burnbootloader.go:58
#: cli/upload/upload.go:65
msgid "Do not perform the actual upload, just log out actions"
msgstr "Do not perform the actual upload, just log out actions"
#: cli/daemon/daemon.go:58
msgid "Do not terminate daemon process if the parent process dies"
msgstr "Do not terminate daemon process if the parent process dies"
#: commands/instances.go:701
#: commands/instances.go:760
#: commands/lib/download.go:55
msgid "Downloading %s"
msgstr "Downloading %s"
#: commands/instances.go:93
msgid "Downloading missing tool %s"
msgstr "Downloading missing tool %s"
#: commands/core/install.go:88
msgid "Downloading packages"
msgstr "Downloading packages"
#: cli/core/download.go:37
#: cli/core/download.go:38
msgid "Downloads one or more cores and corresponding tool dependencies."
msgstr "Downloads one or more cores and corresponding tool dependencies."
#: cli/lib/download.go:35
#: cli/lib/download.go:36
msgid "Downloads one or more libraries without installing them."
msgstr "Downloads one or more libraries without installing them."
#: cli/lib/install.go:51
msgid "Enter a path to zip file"
msgstr "Enter a path to zip file"
#: cli/lib/install.go:50
msgid "Enter git url for libraries hosted on repositories"
msgstr "Enter git url for libraries hosted on repositories"
#: commands/sketch/archive.go:106
msgid "Error adding file to archive: %v"
msgstr "Error adding file to archive: %v"
#: legacy/builder/constants/constants.go:94
msgid "Error archiving built core (caching) in {0}: {1}"
msgstr "Error archiving built core (caching) in {0}: {1}"
#: cli/sketch/archive.go:85
msgid "Error archiving: %v"
msgstr "Error archiving: %v"
#: commands/sketch/archive.go:93
msgid "Error calculating relative file path: %v"
msgstr "Error calculating relative file path: %v"
#: cli/cache/clean.go:46
msgid "Error cleaning caches: %v"
msgstr "Error cleaning caches: %v"
#: commands/sketch/archive.go:81
msgid "Error creating archive: %v"
msgstr "Error creating archive: %v"
#: cli/core/search.go:66
#: cli/core/update_index.go:52
#: cli/instance/instance.go:43
#: cli/lib/search.go:57
#: cli/lib/update_index.go:45
#: cli/update/update.go:62
msgid "Error creating instance: %v"
msgstr "Error creating instance: %v"
#: cli/sketch/new.go:54
#: cli/sketch/new.go:64
msgid "Error creating sketch: %v"
msgstr "Error creating sketch: %v"
#: cli/board/list.go:71
#: cli/board/list.go:80
msgid "Error detecting boards: %v"
msgstr "Error detecting boards: %v"
#: cli/core/download.go:68
#: cli/lib/download.go:62
msgid "Error downloading %[1]s: %[2]v"
msgstr "Error downloading %[1]s: %[2]v"
#: commands/instances.go:779
msgid "Error downloading tool %s"
msgstr "Error downloading tool %s"
#: cli/debug/debug.go:111
msgid "Error during Debug: %v"
msgstr "Error during Debug: %v"
#: cli/feedback/feedback.go:134
msgid "Error during JSON encoding of the output: %v"
msgstr "Error during JSON encoding of the output: %v"
#: cli/burnbootloader/burnbootloader.go:70
#: cli/burnbootloader/burnbootloader.go:83
#: cli/compile/compile.go:196
#: cli/compile/compile.go:202
#: cli/compile/compile.go:212
#: cli/compile/compile.go:242
#: cli/upload/upload.go:96
#: cli/upload/upload.go:101
#: cli/upload/upload.go:111
#: cli/upload/upload.go:134
msgid "Error during Upload: %v"
msgstr "Error during Upload: %v"
#: cli/compile/compile.go:254
msgid "Error during build: %v"
msgstr "Error during build: %v"
#: cli/core/install.go:106
msgid "Error during install: %v"
msgstr "Error during install: %v"
#: cli/core/uninstall.go:68
msgid "Error during uninstall: %v"
msgstr "Error during uninstall: %v"
#: cli/core/upgrade.go:101
msgid "Error during upgrade: %v"
msgstr "Error during upgrade: %v"
#: cli/debug/debug.go:95
#: cli/debug/debug.go:98
msgid "Error getting Debug info: %v"
msgstr "Error getting Debug info: %v"
#: commands/sketch/archive.go:59
msgid "Error getting absolute archive path %v"
msgstr "Error getting absolute archive path %v"
#: cli/board/details.go:71
msgid "Error getting board details: %v"
msgstr "Error getting board details: %v"
#: arduino/builder/compilation_database.go:78
msgid "Error getting current directory for compilation database: %s"
msgstr "Error getting current directory for compilation database: %s"
#: cli/lib/examples.go:69
msgid "Error getting libraries info: %v"
msgstr "Error getting libraries info: %v"
#: legacy/builder/types/context.go:239
msgid "Error in FQBN: %s"
msgstr "Error in FQBN: %s"
#: cli/core/search.go:81
#: cli/instance/instance.go:47
#: cli/lib/search.go:70
#: cli/update/update.go:87
msgid "Error initializing instance: %v"
msgstr "Error initializing instance: %v"
#: commands/instances.go:806
msgid "Error installing %s"
msgstr "Error installing %s"
#: cli/lib/install.go:130
msgid "Error installing %s: %v"
msgstr "Error installing %s: %v"
#: cli/lib/install.go:108
msgid "Error installing Git Library: %v"
msgstr "Error installing Git Library: %v"
#: cli/lib/install.go:85
msgid "Error installing Zip Library: %v"
msgstr "Error installing Zip Library: %v"
#: commands/instances.go:797
msgid "Error installing tool %s"
msgstr "Error installing tool %s"
#: cli/lib/list.go:77
msgid "Error listing Libraries: %v"
msgstr "Error listing Libraries: %v"
#: cli/board/listall.go:61
msgid "Error listing boards: %v"
msgstr "Error listing boards: %v"
#: cli/core/list.go:61
msgid "Error listing platforms: %v"
msgstr "Error listing platforms: %v"
#: cli/compile/compile.go:147
msgid "Error opening source code overrides data file: %v"
msgstr "Error opening source code overrides data file: %v"
#: configuration/configuration.go:69
msgid "Error reading config file: %v"
msgstr "Error reading config file: %v"
#: legacy/builder/target_board_resolver.go:33
msgid "Error resolving FQBN: {0}"
msgstr "Error resolving FQBN: {0}"
#: cli/lib/check_deps.go:60
msgid "Error resolving dependencies for %[1]s: %[2]s"
msgstr "Error resolving dependencies for %[1]s: %[2]s"
#: commands/lib/install.go:48
msgid "Error resolving dependencies for %[1]s@%[2]s: %[3]s"
msgstr "Error resolving dependencies for %[1]s@%[2]s: %[3]s"
#: cli/core/upgrade.go:61
msgid "Error retrieving core list: %v"
msgstr "Error retrieving core list: %v"
#: cli/outdated/outdated.go:57
#: cli/update/update.go:94
msgid "Error retrieving outdated cores and libraries: %v"
msgstr "Error retrieving outdated cores and libraries: %v"
#: commands/sketch/archive.go:75
msgid "Error retrieving sketch files: %v"
msgstr "Error retrieving sketch files: %v"
#: commands/core/install.go:153
#: commands/instances.go:821
msgid "Error rolling-back changes: %s"
msgstr "Error rolling-back changes: %s"
#: cli/board/search.go:63
msgid "Error searching boards: %v"
msgstr "Error searching boards: %v"
#: cli/lib/search.go:79
msgid "Error searching for Library: %v"
msgstr "Error searching for Library: %v"
#: cli/core/search.go:93
msgid "Error searching for platforms: %v"
msgstr "Error searching for platforms: %v"
#: arduino/builder/compilation_database.go:63
msgid "Error serializing compilation database: %s"
msgstr "Error serializing compilation database: %s"
#: cli/lib/uninstall.go:62
msgid "Error uninstalling %[1]s: %[2]v"
msgstr "Error uninstalling %[1]s: %[2]v"
#: cli/update/update.go:79
msgid "Error updating core and libraries index: %v"
msgstr "Error updating core and libraries index: %v"
#: cli/core/search.go:75
#: cli/core/update_index.go:69
msgid "Error updating index: %v"
msgstr "Error updating index: %v"
#: cli/core/update_index.go:61
#: cli/lib/update_index.go:54
#: cli/update/update.go:71
msgid "Error updating indexes: %v"
msgstr "Error updating indexes: %v"
#: cli/lib/search.go:65
#: cli/lib/update_index.go:62
msgid "Error updating library index: %v"
msgstr "Error updating library index: %v"
#: cli/lib/upgrade.go:50
#: cli/lib/upgrade.go:56
msgid "Error upgrading libraries: %v"
msgstr "Error upgrading libraries: %v"
#: commands/core/install.go:148
#: commands/instances.go:816
msgid "Error upgrading platform: %s"
msgstr "Error upgrading platform: %s"
#: cli/upgrade/upgrade.go:60
msgid "Error upgrading: %v"
msgstr "Error upgrading: %v"
#: legacy/builder/constants/constants.go:104
msgid "Error while detecting libraries included by {0}"
msgstr "Error while detecting libraries included by {0}"
#: legacy/builder/phases/sizer.go:135
#: legacy/builder/phases/sizer.go:141
msgid "Error while determining sketch size: %s"
msgstr "Error while determining sketch size: %s"
#: arduino/builder/compilation_database.go:66
msgid "Error writing compilation database: %s"
msgstr "Error writing compilation database: %s"
#: cli/completion/completion.go:51
msgid "Error: command description is not supported by %v"
msgstr "Error: command description is not supported by %v"
#: cli/compile/compile.go:154
msgid "Error: invalid source code overrides data file: %v"
msgstr "Error: invalid source code overrides data file: %v"
#: cli/board/list.go:87
msgid "Event"
msgstr "Event"
#: cli/lib/examples.go:118
msgid "Examples for library %s"
msgstr "Examples for library %s"
#: cli/usage.go:27
msgid "Examples:"
msgstr "Examples:"
#: cli/debug/debug.go:130
msgid "Executable to debug"
msgstr "Executable to debug"
#: cli/board/attach.go:35
#: cli/board/details.go:41
#: cli/board/list.go:87
#: cli/board/list.go:125
#: cli/board/listall.go:84
#: cli/board/search.go:86
msgid "FQBN"
msgstr "FQBN"
#: cli/board/details.go:121
msgid "FQBN:"
msgstr "FQBN:"
#: cli/daemon/daemon.go:114
msgid "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port."
msgstr "Failed to listen on TCP port: %[1]s. %[2]s is an invalid port."
#: cli/daemon/daemon.go:108
msgid "Failed to listen on TCP port: %[1]s. %[2]s is unknown name."
msgstr "Failed to listen on TCP port: %[1]s. %[2]s is unknown name."
#: cli/daemon/daemon.go:123
msgid "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v"
msgstr "Failed to listen on TCP port: %[1]s. Unexpected error: %[2]v"
#: cli/daemon/daemon.go:120
msgid "Failed to listen on TCP port: %s. Address already in use."
msgstr "Failed to listen on TCP port: %s. Address already in use."
#: legacy/builder/builder_utils/utils.go:380
msgid "Failed to read: {0}"
msgstr "Failed to read: {0}"
#: cli/board/details.go:166
msgid "File:"
msgstr "File:"
#: commands/daemon/debug.go:47
msgid "First message must contain debug request, not data"
msgstr "First message must contain debug request, not data"
#: cli/usage.go:29
msgid "Flags:"
msgstr "Flags:"
#: cli/core/install.go:59
msgid "Force run of post-install scripts (if the CLI is not running interactively)."
msgstr "Force run of post-install scripts (if the CLI is not running interactively)."
#: cli/core/install.go:60
msgid "Force skip of post-install scripts (if the CLI is running interactively)."
msgstr "Force skip of post-install scripts (if the CLI is running interactively)."
#: cli/board/details.go:50
#: cli/burnbootloader/burnbootloader.go:53
#: cli/compile/compile.go:85
#: cli/debug/debug.go:62
#: cli/upload/upload.go:58
msgid "Fully Qualified Board Name, e.g.: arduino:avr:uno"
msgstr "Fully Qualified Board Name, e.g.: arduino:avr:uno"
#: cli/debug/debug.go:144
msgid "GDB Server path"
msgstr "GDB Server path"
#: cli/debug/debug.go:143
msgid "GDB Server type"
msgstr "GDB Server type"
#: cli/generatedocs/generatedocs.go:38
#: cli/generatedocs/generatedocs.go:39
msgid "Generates bash completion and command manpages."
msgstr "Generates bash completion and command manpages."
#: cli/completion/completion.go:38
msgid "Generates completion scripts"
msgstr "Generates completion scripts"
#: cli/completion/completion.go:39
msgid "Generates completion scripts for various shells"
msgstr "Generates completion scripts for various shells"
#: legacy/builder/builder.go:67
msgid "Generating function prototypes..."
msgstr "Generating function prototypes..."
#: cli/usage.go:30
msgid "Global Flags:"
msgstr "Global Flags:"
#: legacy/builder/constants/constants.go:122
msgid "Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes for local variables. Maximum is {1} bytes."
msgstr "Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes for local variables. Maximum is {1} bytes."
#: legacy/builder/constants/constants.go:123
msgid "Global variables use {0} bytes of dynamic memory."
msgstr "Global variables use {0} bytes of dynamic memory."
#: cli/core/list.go:84
#: cli/core/search.go:114
#: cli/outdated/outdated.go:62
msgid "ID"
msgstr "ID"
#: cli/board/details.go:93
#: cli/board/details.go:194
msgid "Id"
msgstr "Id"
#: cli/board/details.go:135
msgid "Identification properties:"
msgstr "Identification properties:"
#: cli/compile/compile.go:115
msgid "If set built binaries will be exported to the sketch folder."
msgstr "If set built binaries will be exported to the sketch folder."
#: cli/core/list.go:42
msgid "If set return all installable and installed cores, including manually installed."
msgstr "If set return all installable and installed cores, including manually installed."
#: cli/lib/list.go:48
msgid "Include built-in libraries (from platforms and IDE) in listing."
msgstr "Include built-in libraries (from platforms and IDE) in listing."
#: cli/sketch/archive.go:51
msgid "Includes %s directory in the archive."
msgstr "Includes %s directory in the archive."
#: cli/core/list.go:84
#: cli/lib/list.go:125
msgid "Installed"
msgstr "Installed"
#: commands/instances.go:726
#: commands/lib/install.go:108
msgid "Installed %s"
msgstr "Installed %s"
#: commands/lib/install.go:118
msgid "Installed Archived Library"
msgstr "Installed Archived Library"
#: commands/lib/install.go:128
msgid "Installed Library from Git URL"
msgstr "Installed Library from Git URL"
#: cli/outdated/outdated.go:62
#: cli/outdated/outdated.go:72
#: cli/update/update.go:99
#: cli/update/update.go:109
msgid "Installed version"
msgstr "Installed version"
#: commands/bundled_tools.go:50
#: commands/core/install.go:113
#: commands/instances.go:709
#: commands/lib/install.go:88
msgid "Installing %s"
msgstr "Installing %s"
#: cli/core/install.go:38
#: cli/core/install.go:39
msgid "Installs one or more cores and corresponding tool dependencies."
msgstr "Installs one or more cores and corresponding tool dependencies."
#: cli/lib/install.go:39
#: cli/lib/install.go:40
msgid "Installs one or more specified libraries into the system."
msgstr "Installs one or more specified libraries into the system."
#: legacy/builder/container_find_includes.go:378
msgid "Internal error in cache"
msgstr "Internal error in cache"
#: cli/cli.go:224
msgid "Invalid Call : should show Help, but it is available only in TEXT mode."
msgstr "Invalid Call : should show Help, but it is available only in TEXT mode."
#: commands/instances.go:194
msgid "Invalid additional URL: %v"
msgstr "Invalid additional URL: %v"
#: cli/core/download.go:55
#: cli/core/install.go:92