@@ -407,6 +407,10 @@ msgstr "Config file already exists, use --overwrite to discard the existing one.
407
407
msgid "Config file written to: %s"
408
408
msgstr "Config file written to: %s"
409
409
410
+ #: cli/monitor/monitor.go:60
411
+ msgid "Configuration of the port."
412
+ msgstr "Configuration of the port."
413
+
410
414
#: cli/debug/debug.go:153
411
415
msgid "Configuration options for %s"
412
416
msgstr "Configuration options for %s"
@@ -423,7 +427,7 @@ msgstr "Configuring platform."
423
427
msgid "Connected"
424
428
msgstr "Connected"
425
429
426
- #: cli/monitor/monitor.go:117
430
+ #: cli/monitor/monitor.go:181
427
431
msgid "Connected to %s! Press CTRL-C to exit."
428
432
msgstr "Connected to %s! Press CTRL-C to exit."
429
433
@@ -500,7 +504,7 @@ msgstr "Debugging not supported for board %s"
500
504
msgid "Debugging supported:"
501
505
msgstr "Debugging supported:"
502
506
503
- #: cli/monitor/monitor.go:134
507
+ #: cli/monitor/monitor.go:199
504
508
msgid "Default"
505
509
msgstr "Default"
506
510
@@ -786,7 +790,7 @@ msgstr "Error getting information for library %s"
786
790
msgid "Error getting libraries info: %v"
787
791
msgstr "Error getting libraries info: %v"
788
792
789
- #: cli/monitor/monitor.go:76
793
+ #: cli/monitor/monitor.go:86
790
794
msgid "Error getting port settings details: %s"
791
795
msgstr "Error getting port settings details: %s"
792
796
@@ -1134,7 +1138,7 @@ msgstr "Global variables use {0} bytes of dynamic memory."
1134
1138
1135
1139
#: cli/core/list.go:84
1136
1140
#: cli/core/search.go:114
1137
- #: cli/monitor/monitor.go:134
1141
+ #: cli/monitor/monitor.go:199
1138
1142
#: cli/outdated/outdated.go:62
1139
1143
msgid "ID"
1140
1144
msgstr "ID"
@@ -1471,6 +1475,10 @@ msgstr "Missing sketch path"
1471
1475
msgid "Monitor '%s' not found"
1472
1476
msgstr "Monitor '%s' not found"
1473
1477
1478
+ #: cli/monitor/monitor.go:147
1479
+ msgid "Monitor port settings:"
1480
+ msgstr "Monitor port settings:"
1481
+
1474
1482
#: legacy/builder/print_used_and_not_used_libraries.go:50
1475
1483
msgid "Multiple libraries were found for \" {0}\" "
1476
1484
msgstr "Multiple libraries were found for \" {0}\" "
@@ -1572,8 +1580,8 @@ msgstr "OS:"
1572
1580
msgid "Official Arduino board:"
1573
1581
msgstr "Official Arduino board:"
1574
1582
1575
- #: cli/monitor/monitor.go:47
1576
- #: cli/monitor/monitor.go:48
1583
+ #: cli/monitor/monitor.go:51
1584
+ #: cli/monitor/monitor.go:52
1577
1585
msgid "Open a communication port with a board."
1578
1586
msgstr "Open a communication port with a board."
1579
1587
@@ -1723,8 +1731,8 @@ msgstr "Platform size (bytes):"
1723
1731
msgid "Port"
1724
1732
msgstr "Port"
1725
1733
1726
- #: cli/monitor/monitor.go:105
1727
- #: cli/monitor/monitor.go:112
1734
+ #: cli/monitor/monitor.go:168
1735
+ #: cli/monitor/monitor.go:175
1728
1736
msgid "Port closed:"
1729
1737
msgstr "Port closed:"
1730
1738
@@ -1807,6 +1815,10 @@ msgstr "Required tool:"
1807
1815
msgid "Run as a daemon on port: %s"
1808
1816
msgstr "Run as a daemon on port: %s"
1809
1817
1818
+ #: cli/monitor/monitor.go:61
1819
+ msgid "Run in silent mode, show only monitor input and output."
1820
+ msgstr "Run in silent mode, show only monitor input and output."
1821
+
1810
1822
#: cli/daemon/daemon.go:51
1811
1823
msgid "Running as a daemon the initialization of cores and libraries is done only once."
1812
1824
msgstr "Running as a daemon the initialization of cores and libraries is done only once."
@@ -1861,7 +1873,7 @@ msgstr "Sets a setting value."
1861
1873
msgid "Sets where to save the configuration file."
1862
1874
msgstr "Sets where to save the configuration file."
1863
1875
1864
- #: cli/monitor/monitor.go:134
1876
+ #: cli/monitor/monitor.go:199
1865
1877
msgid "Setting"
1866
1878
msgstr "Setting"
1867
1879
@@ -1878,7 +1890,7 @@ msgstr "Show all available core versions."
1878
1890
msgid "Show all build properties used instead of compiling."
1879
1891
msgstr "Show all build properties used instead of compiling."
1880
1892
1881
- #: cli/monitor/monitor.go:55
1893
+ #: cli/monitor/monitor.go:59
1882
1894
msgid "Show all the settings of the communication port."
1883
1895
msgstr "Show all the settings of the communication port."
1884
1896
@@ -2336,7 +2348,7 @@ msgstr "VERSION"
2336
2348
msgid "VERSION_NUMBER"
2337
2349
msgstr "VERSION_NUMBER"
2338
2350
2339
- #: cli/monitor/monitor.go:134
2351
+ #: cli/monitor/monitor.go:199
2340
2352
msgid "Values"
2341
2353
msgstr "Values"
2342
2354
@@ -2843,6 +2855,14 @@ msgstr "invalid platform archive size: %s"
2843
2855
msgid "invalid pluggable monitor reference: %s"
2844
2856
msgstr "invalid pluggable monitor reference: %s"
2845
2857
2858
+ #: cli/monitor/monitor.go:130
2859
+ msgid "invalid port configuration value for %s: %s"
2860
+ msgstr "invalid port configuration value for %s: %s"
2861
+
2862
+ #: cli/monitor/monitor.go:139
2863
+ msgid "invalid port configuration: %s"
2864
+ msgstr "invalid port configuration: %s"
2865
+
2846
2866
#: commands/upload/upload.go:483
2847
2867
msgid "invalid recipe '%[1]s': %[2]s"
2848
2868
msgstr "invalid recipe '%[1]s': %[2]s"
0 commit comments