Skip to content

Commit 21f55b9

Browse files
committed
fix i18n
1 parent ab400f7 commit 21f55b9

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

Diff for: i18n/data/en.po

+27-11
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@ msgstr "Config file already exists, use --overwrite to discard the existing one.
407407
msgid "Config file written to: %s"
408408
msgstr "Config file written to: %s"
409409

410+
#: cli/monitor/monitor.go:60
411+
msgid "Configuration of the port."
412+
msgstr "Configuration of the port."
413+
410414
#: cli/debug/debug.go:153
411415
msgid "Configuration options for %s"
412416
msgstr "Configuration options for %s"
@@ -423,7 +427,7 @@ msgstr "Configuring platform."
423427
msgid "Connected"
424428
msgstr "Connected"
425429

426-
#: cli/monitor/monitor.go:117
430+
#: cli/monitor/monitor.go:181
427431
msgid "Connected to %s! Press CTRL-C to exit."
428432
msgstr "Connected to %s! Press CTRL-C to exit."
429433

@@ -500,7 +504,7 @@ msgstr "Debugging not supported for board %s"
500504
msgid "Debugging supported:"
501505
msgstr "Debugging supported:"
502506

503-
#: cli/monitor/monitor.go:134
507+
#: cli/monitor/monitor.go:199
504508
msgid "Default"
505509
msgstr "Default"
506510

@@ -786,7 +790,7 @@ msgstr "Error getting information for library %s"
786790
msgid "Error getting libraries info: %v"
787791
msgstr "Error getting libraries info: %v"
788792

789-
#: cli/monitor/monitor.go:76
793+
#: cli/monitor/monitor.go:86
790794
msgid "Error getting port settings details: %s"
791795
msgstr "Error getting port settings details: %s"
792796

@@ -1134,7 +1138,7 @@ msgstr "Global variables use {0} bytes of dynamic memory."
11341138

11351139
#: cli/core/list.go:84
11361140
#: cli/core/search.go:114
1137-
#: cli/monitor/monitor.go:134
1141+
#: cli/monitor/monitor.go:199
11381142
#: cli/outdated/outdated.go:62
11391143
msgid "ID"
11401144
msgstr "ID"
@@ -1572,8 +1576,8 @@ msgstr "OS:"
15721576
msgid "Official Arduino board:"
15731577
msgstr "Official Arduino board:"
15741578

1575-
#: cli/monitor/monitor.go:47
1576-
#: cli/monitor/monitor.go:48
1579+
#: cli/monitor/monitor.go:51
1580+
#: cli/monitor/monitor.go:52
15771581
msgid "Open a communication port with a board."
15781582
msgstr "Open a communication port with a board."
15791583

@@ -1723,8 +1727,8 @@ msgstr "Platform size (bytes):"
17231727
msgid "Port"
17241728
msgstr "Port"
17251729

1726-
#: cli/monitor/monitor.go:105
1727-
#: cli/monitor/monitor.go:112
1730+
#: cli/monitor/monitor.go:168
1731+
#: cli/monitor/monitor.go:175
17281732
msgid "Port closed:"
17291733
msgstr "Port closed:"
17301734

@@ -1807,6 +1811,10 @@ msgstr "Required tool:"
18071811
msgid "Run as a daemon on port: %s"
18081812
msgstr "Run as a daemon on port: %s"
18091813

1814+
#: cli/monitor/monitor.go:61
1815+
msgid "Run in silent mode, show only monitor input and output."
1816+
msgstr "Run in silent mode, show only monitor input and output."
1817+
18101818
#: cli/daemon/daemon.go:51
18111819
msgid "Running as a daemon the initialization of cores and libraries is done only once."
18121820
msgstr "Running as a daemon the initialization of cores and libraries is done only once."
@@ -1861,7 +1869,7 @@ msgstr "Sets a setting value."
18611869
msgid "Sets where to save the configuration file."
18621870
msgstr "Sets where to save the configuration file."
18631871

1864-
#: cli/monitor/monitor.go:134
1872+
#: cli/monitor/monitor.go:199
18651873
msgid "Setting"
18661874
msgstr "Setting"
18671875

@@ -1878,7 +1886,7 @@ msgstr "Show all available core versions."
18781886
msgid "Show all build properties used instead of compiling."
18791887
msgstr "Show all build properties used instead of compiling."
18801888

1881-
#: cli/monitor/monitor.go:55
1889+
#: cli/monitor/monitor.go:59
18821890
msgid "Show all the settings of the communication port."
18831891
msgstr "Show all the settings of the communication port."
18841892

@@ -2336,7 +2344,7 @@ msgstr "VERSION"
23362344
msgid "VERSION_NUMBER"
23372345
msgstr "VERSION_NUMBER"
23382346

2339-
#: cli/monitor/monitor.go:134
2347+
#: cli/monitor/monitor.go:199
23402348
msgid "Values"
23412349
msgstr "Values"
23422350

@@ -2843,6 +2851,14 @@ msgstr "invalid platform archive size: %s"
28432851
msgid "invalid pluggable monitor reference: %s"
28442852
msgstr "invalid pluggable monitor reference: %s"
28452853

2854+
#: cli/monitor/monitor.go:131
2855+
msgid "invalid port configuration value for %s: %s"
2856+
msgstr "invalid port configuration value for %s: %s"
2857+
2858+
#: cli/monitor/monitor.go:140
2859+
msgid "invalid port configuration: %s"
2860+
msgstr "invalid port configuration: %s"
2861+
28462862
#: commands/upload/upload.go:483
28472863
msgid "invalid recipe '%[1]s': %[2]s"
28482864
msgstr "invalid recipe '%[1]s': %[2]s"

Diff for: i18n/rice-box.go

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

0 commit comments

Comments
 (0)