Skip to content

Commit 2c4b1f2

Browse files
committed
Merge branch 'origin/main' into Weblate.
2 parents d6ee17c + 1bacfac commit 2c4b1f2

File tree

16 files changed

+324
-139
lines changed

16 files changed

+324
-139
lines changed

locale/ID.po

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
8+
"POT-Creation-Date: 2020-12-08 09:56-0800\n"
99
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -504,8 +504,8 @@ msgstr "Panjang buffer harus kelipatan 512"
504504
msgid "Buffer must be a multiple of 512 bytes"
505505
msgstr ""
506506

507-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
508-
#: shared-bindings/busio/I2C.c
507+
#: shared-bindings/adafruit_bus_device/I2CDevice.c
508+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
509509
msgid "Buffer must be at least length 1"
510510
msgstr "Penyangga harus memiliki panjang setidaknya 1"
511511

@@ -1317,7 +1317,7 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
13171317
msgid "No DMA channel found"
13181318
msgstr "tidak ada channel DMA ditemukan"
13191319

1320-
#: shared-module/busdevice/I2CDevice.c
1320+
#: shared-module/adafruit_bus_device/I2CDevice.c
13211321
#, c-format
13221322
msgid "No I2C device at address: %x"
13231323
msgstr ""
@@ -1532,6 +1532,7 @@ msgstr "Izin ditolak"
15321532
msgid "Pin does not have ADC capabilities"
15331533
msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
15341534

1535+
#: shared-bindings/adafruit_bus_device/SPIDevice.c
15351536
#: shared-bindings/digitalio/DigitalInOut.c
15361537
msgid "Pin is input only"
15371538
msgstr ""
@@ -1587,10 +1588,12 @@ msgid "Prefix buffer must be on the heap"
15871588
msgstr "Buffer awalan harus ada di heap"
15881589

15891590
#: main.c
1590-
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
1591+
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1592+
msgstr ""
1593+
1594+
#: main.c
1595+
msgid "Pretending to deep sleep until alarm, any key or file write.\n"
15911596
msgstr ""
1592-
"Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk reset "
1593-
"(Reload)"
15941597

15951598
#: shared-bindings/digitalio/DigitalInOut.c
15961599
msgid "Pull not used when direction is output."
@@ -2072,6 +2075,10 @@ msgstr ""
20722075
msgid "WiFi password must be between 8 and 63 characters"
20732076
msgstr ""
20742077

2078+
#: main.c
2079+
msgid "Woken up by alarm.\n"
2080+
msgstr ""
2081+
20752082
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
20762083
msgid "Writes not supported on Characteristic"
20772084
msgstr ""
@@ -3846,6 +3853,11 @@ msgstr ""
38463853
msgid "zi must be of shape (n_section, 2)"
38473854
msgstr ""
38483855

3856+
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
3857+
#~ msgstr ""
3858+
#~ "Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk "
3859+
#~ "reset (Reload)"
3860+
38493861
#~ msgid ""
38503862
#~ "\n"
38513863
#~ "To exit, please reset the board without "

locale/cs.po

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
9-
"PO-Revision-Date: 2020-12-02 20:29+0000\n"
8+
"POT-Creation-Date: 2020-12-08 09:56-0800\n"
9+
"PO-Revision-Date: 2020-12-04 18:33+0000\n"
1010
"Last-Translator: vkuthan <vit.kuthan@seznam.cz>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
1212
"Language: cs\n"
@@ -22,7 +22,7 @@ msgid ""
2222
"Code done running. Waiting for reload.\n"
2323
msgstr ""
2424
"\n"
25-
"Kód byl dokončen. Čekám na opětovné načtení.\n"
25+
"Kód byl dokončen. Čekám na opětovné nahrání.\n"
2626

2727
#: supervisor/shared/safe_mode.c
2828
msgid ""
@@ -58,23 +58,23 @@ msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
5858

5959
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
6060
msgid "%q failure: %d"
61-
msgstr ""
61+
msgstr "Selhání %q: %d"
6262

6363
#: shared-bindings/microcontroller/Pin.c
6464
msgid "%q in use"
65-
msgstr "%q se nyní používá"
65+
msgstr "Používá se %q"
6666

6767
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
6868
#: ports/cxd56/common-hal/pulseio/PulseIn.c
6969
#: ports/nrf/common-hal/pulseio/PulseIn.c
7070
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
7171
#: py/objstrunicode.c
7272
msgid "%q index out of range"
73-
msgstr "%q index je mimo rozsah"
73+
msgstr "Index %q je mimo rozsah"
7474

7575
#: py/obj.c
7676
msgid "%q indices must be integers, not %q"
77-
msgstr "%q indexy musí být celá čísla, ne %q"
77+
msgstr "Indexy %q musí být celá čísla, ne %q"
7878

7979
#: shared-bindings/vectorio/Polygon.c
8080
msgid "%q list must be a list"
@@ -90,35 +90,35 @@ msgstr "%q musí být >= 0"
9090
#: shared-bindings/memorymonitor/AllocationAlarm.c
9191
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9292
msgid "%q must be >= 1"
93-
msgstr " %q musí být > = 1"
93+
msgstr "%q musí být > = 1"
9494

9595
#: shared-module/vectorio/Polygon.c
9696
msgid "%q must be a tuple of length 2"
97-
msgstr " %q musí být n-tice délky 2"
97+
msgstr "%q musí být n-tice délky 2"
9898

9999
#: shared-bindings/canio/Match.c
100100
msgid "%q out of range"
101101
msgstr "%q je mimo rozsah"
102102

103103
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
104104
msgid "%q pin invalid"
105-
msgstr ""
105+
msgstr "Pin %q není platný"
106106

107107
#: shared-bindings/fontio/BuiltinFont.c
108108
msgid "%q should be an int"
109-
msgstr " %q by měl být int"
109+
msgstr "%q by měl být int"
110110

111111
#: py/bc.c py/objnamedtuple.c
112112
msgid "%q() takes %d positional arguments but %d were given"
113-
msgstr ""
113+
msgstr "%q() vyžaduje %d pozičních argumentů, ale %d jich bylo zadáno"
114114

115115
#: py/argcheck.c
116116
msgid "'%q' argument required"
117-
msgstr ""
117+
msgstr "Je vyžadován argument '%q'"
118118

119119
#: py/runtime.c
120120
msgid "'%q' object cannot assign attribute '%q'"
121-
msgstr ""
121+
msgstr "'%q' nemůže přiřadit atribut '%q'"
122122

123123
#: py/proto.c
124124
msgid "'%q' object does not support '%q'"
@@ -502,8 +502,8 @@ msgstr ""
502502
msgid "Buffer must be a multiple of 512 bytes"
503503
msgstr ""
504504

505-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
506-
#: shared-bindings/busio/I2C.c
505+
#: shared-bindings/adafruit_bus_device/I2CDevice.c
506+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
507507
msgid "Buffer must be at least length 1"
508508
msgstr ""
509509

@@ -1300,7 +1300,7 @@ msgstr ""
13001300
msgid "No DMA channel found"
13011301
msgstr ""
13021302

1303-
#: shared-module/busdevice/I2CDevice.c
1303+
#: shared-module/adafruit_bus_device/I2CDevice.c
13041304
#, c-format
13051305
msgid "No I2C device at address: %x"
13061306
msgstr ""
@@ -1507,6 +1507,7 @@ msgstr ""
15071507
msgid "Pin does not have ADC capabilities"
15081508
msgstr ""
15091509

1510+
#: shared-bindings/adafruit_bus_device/SPIDevice.c
15101511
#: shared-bindings/digitalio/DigitalInOut.c
15111512
msgid "Pin is input only"
15121513
msgstr ""
@@ -1559,7 +1560,11 @@ msgid "Prefix buffer must be on the heap"
15591560
msgstr ""
15601561

15611562
#: main.c
1562-
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
1563+
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1564+
msgstr ""
1565+
1566+
#: main.c
1567+
msgid "Pretending to deep sleep until alarm, any key or file write.\n"
15631568
msgstr ""
15641569

15651570
#: shared-bindings/digitalio/DigitalInOut.c
@@ -2030,6 +2035,10 @@ msgstr ""
20302035
msgid "WiFi password must be between 8 and 63 characters"
20312036
msgstr ""
20322037

2038+
#: main.c
2039+
msgid "Woken up by alarm.\n"
2040+
msgstr ""
2041+
20332042
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
20342043
msgid "Writes not supported on Characteristic"
20352044
msgstr ""

locale/de_DE.po

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
8+
"POT-Creation-Date: 2020-12-08 09:56-0800\n"
99
"PO-Revision-Date: 2020-11-26 03:11+0000\n"
1010
"Last-Translator: Daniel Bravo Darriba <bravodarriba@gmail.com>\n"
1111
"Language: de_DE\n"
@@ -505,8 +505,8 @@ msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"
505505
msgid "Buffer must be a multiple of 512 bytes"
506506
msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
507507

508-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
509-
#: shared-bindings/busio/I2C.c
508+
#: shared-bindings/adafruit_bus_device/I2CDevice.c
509+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
510510
msgid "Buffer must be at least length 1"
511511
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
512512

@@ -1319,7 +1319,7 @@ msgstr "Kein DAC im Chip vorhanden"
13191319
msgid "No DMA channel found"
13201320
msgstr "Kein DMA Kanal gefunden"
13211321

1322-
#: shared-module/busdevice/I2CDevice.c
1322+
#: shared-module/adafruit_bus_device/I2CDevice.c
13231323
#, c-format
13241324
msgid "No I2C device at address: %x"
13251325
msgstr ""
@@ -1532,6 +1532,7 @@ msgstr "Zugang verweigert"
15321532
msgid "Pin does not have ADC capabilities"
15331533
msgstr "Pin hat keine ADC Funktionalität"
15341534

1535+
#: shared-bindings/adafruit_bus_device/SPIDevice.c
15351536
#: shared-bindings/digitalio/DigitalInOut.c
15361537
msgid "Pin is input only"
15371538
msgstr "Pin kann nur als Eingang verwendet werden"
@@ -1587,10 +1588,12 @@ msgid "Prefix buffer must be on the heap"
15871588
msgstr "Der Präfixbuffer muss sich auf dem Heap befinden"
15881589

15891590
#: main.c
1590-
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
1591+
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1592+
msgstr ""
1593+
1594+
#: main.c
1595+
msgid "Pretending to deep sleep until alarm, any key or file write.\n"
15911596
msgstr ""
1592-
"Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum neu "
1593-
"laden."
15941597

15951598
#: shared-bindings/digitalio/DigitalInOut.c
15961599
msgid "Pull not used when direction is output."
@@ -2087,6 +2090,10 @@ msgstr ""
20872090
msgid "WiFi password must be between 8 and 63 characters"
20882091
msgstr "WiFi Passwort muss zwischen 8 und 63 Zeichen lang sein"
20892092

2093+
#: main.c
2094+
msgid "Woken up by alarm.\n"
2095+
msgstr ""
2096+
20902097
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
20912098
msgid "Writes not supported on Characteristic"
20922099
msgstr "Schreiben nicht unterstüzt für diese Charakteristik"
@@ -3890,6 +3897,11 @@ msgstr ""
38903897
msgid "zi must be of shape (n_section, 2)"
38913898
msgstr ""
38923899

3900+
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
3901+
#~ msgstr ""
3902+
#~ "Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum "
3903+
#~ "neu laden."
3904+
38933905
#~ msgid "arctan2 is implemented for scalars and ndarrays only"
38943906
#~ msgstr "arctan2 ist nur für Skalare und ndarrays implementiert"
38953907

locale/el.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
10+
"POT-Creation-Date: 2020-12-08 09:56-0800\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -497,8 +497,8 @@ msgstr ""
497497
msgid "Buffer must be a multiple of 512 bytes"
498498
msgstr ""
499499

500-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
501-
#: shared-bindings/busio/I2C.c
500+
#: shared-bindings/adafruit_bus_device/I2CDevice.c
501+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
502502
msgid "Buffer must be at least length 1"
503503
msgstr ""
504504

@@ -1295,7 +1295,7 @@ msgstr ""
12951295
msgid "No DMA channel found"
12961296
msgstr ""
12971297

1298-
#: shared-module/busdevice/I2CDevice.c
1298+
#: shared-module/adafruit_bus_device/I2CDevice.c
12991299
#, c-format
13001300
msgid "No I2C device at address: %x"
13011301
msgstr ""
@@ -1502,6 +1502,7 @@ msgstr ""
15021502
msgid "Pin does not have ADC capabilities"
15031503
msgstr ""
15041504

1505+
#: shared-bindings/adafruit_bus_device/SPIDevice.c
15051506
#: shared-bindings/digitalio/DigitalInOut.c
15061507
msgid "Pin is input only"
15071508
msgstr ""
@@ -1554,7 +1555,11 @@ msgid "Prefix buffer must be on the heap"
15541555
msgstr ""
15551556

15561557
#: main.c
1557-
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
1558+
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1559+
msgstr ""
1560+
1561+
#: main.c
1562+
msgid "Pretending to deep sleep until alarm, any key or file write.\n"
15581563
msgstr ""
15591564

15601565
#: shared-bindings/digitalio/DigitalInOut.c
@@ -2025,6 +2030,10 @@ msgstr ""
20252030
msgid "WiFi password must be between 8 and 63 characters"
20262031
msgstr ""
20272032

2033+
#: main.c
2034+
msgid "Woken up by alarm.\n"
2035+
msgstr ""
2036+
20282037
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
20292038
msgid "Writes not supported on Characteristic"
20302039
msgstr ""

0 commit comments

Comments
 (0)