Skip to content

Commit 7991ac5

Browse files
authored
Merge pull request #4275 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 1b3bca1 + cc15f9d commit 7991ac5

File tree

16 files changed

+279
-211
lines changed

16 files changed

+279
-211
lines changed

locale/ID.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ msgid "All SPI peripherals are in use"
338338
msgstr "Semua perangkat SPI sedang digunakan"
339339

340340
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
341+
#: ports/raspberrypi/common-hal/busio/UART.c
341342
msgid "All UART peripherals are in use"
342343
msgstr "Semua perangkat UART sedang digunakan"
343344

@@ -971,6 +972,7 @@ msgid "Failed to acquire mutex, err 0x%04x"
971972
msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
972973

973974
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
975+
#: ports/raspberrypi/common-hal/busio/UART.c
974976
msgid "Failed to allocate RX buffer"
975977
msgstr "Gagal untuk mengalokasikan buffer RX"
976978

@@ -1123,7 +1125,7 @@ msgid "Init program size invalid"
11231125
msgstr ""
11241126

11251127
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1126-
msgid "Initial set pin direcion conflicts with initial out pin direction"
1128+
msgid "Initial set pin direction conflicts with initial out pin direction"
11271129
msgstr ""
11281130

11291131
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
@@ -1240,7 +1242,8 @@ msgstr "Argumen tidak valid"
12401242
msgid "Invalid bits per value"
12411243
msgstr "Bit per nilai tidak valid"
12421244

1243-
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1245+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
1246+
#: ports/stm/common-hal/busio/UART.c
12441247
msgid "Invalid buffer size"
12451248
msgstr "Ukuran buffer tidak valid"
12461249

@@ -1315,10 +1318,10 @@ msgstr "Pin untuk channel kanan tidak valid"
13151318
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
13161319
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
13171320
#: ports/mimxrt10xx/common-hal/busio/I2C.c
1318-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1319-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
1321+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/I2C.c
13201322
#: ports/raspberrypi/common-hal/busio/I2C.c
13211323
#: ports/raspberrypi/common-hal/busio/SPI.c
1324+
#: ports/raspberrypi/common-hal/busio/UART.c
13221325
msgid "Invalid pins"
13231326
msgstr "Pin-pin tidak valid"
13241327

@@ -1367,7 +1370,8 @@ msgstr "Hitungan suara tidak valid"
13671370
msgid "Invalid wave file"
13681371
msgstr "File wave tidak valid"
13691372

1370-
#: ports/stm/common-hal/busio/UART.c
1373+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1374+
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
13711375
msgid "Invalid word/bit length"
13721376
msgstr "Panjang kata/bit tidak valid"
13731377

@@ -1878,7 +1882,7 @@ msgstr "Kesalahan DeInit RNG"
18781882
msgid "RNG Init Error"
18791883
msgstr "Kesalahan Init RNG"
18801884

1881-
#: ports/nrf/common-hal/busio/UART.c
1885+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
18821886
msgid "RS485 Not yet supported on this device"
18831887
msgstr ""
18841888

@@ -2197,10 +2201,6 @@ msgstr "Kesalahan Init UART"
21972201
msgid "UART Re-init error"
21982202
msgstr "Kesalahan Re-init UART"
21992203

2200-
#: ports/raspberrypi/common-hal/busio/UART.c
2201-
msgid "UART not yet supported"
2202-
msgstr ""
2203-
22042204
#: ports/stm/common-hal/busio/UART.c
22052205
msgid "UART write error"
22062206
msgstr "Kesalahan penulisan UART"
@@ -2538,7 +2538,7 @@ msgid "binary op %q not implemented"
25382538
msgstr ""
25392539

25402540
#: shared-bindings/busio/UART.c
2541-
msgid "bits must be 7, 8 or 9"
2541+
msgid "bits must be in range 5 to 9"
25422542
msgstr ""
25432543

25442544
#: shared-bindings/audiomixer/Mixer.c

locale/cs.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ msgid "All SPI peripherals are in use"
336336
msgstr ""
337337

338338
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
339+
#: ports/raspberrypi/common-hal/busio/UART.c
339340
msgid "All UART peripherals are in use"
340341
msgstr ""
341342

@@ -955,6 +956,7 @@ msgid "Failed to acquire mutex, err 0x%04x"
955956
msgstr ""
956957

957958
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
959+
#: ports/raspberrypi/common-hal/busio/UART.c
958960
msgid "Failed to allocate RX buffer"
959961
msgstr ""
960962

@@ -1105,7 +1107,7 @@ msgid "Init program size invalid"
11051107
msgstr ""
11061108

11071109
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1108-
msgid "Initial set pin direcion conflicts with initial out pin direction"
1110+
msgid "Initial set pin direction conflicts with initial out pin direction"
11091111
msgstr ""
11101112

11111113
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
@@ -1222,7 +1224,8 @@ msgstr ""
12221224
msgid "Invalid bits per value"
12231225
msgstr ""
12241226

1225-
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1227+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
1228+
#: ports/stm/common-hal/busio/UART.c
12261229
msgid "Invalid buffer size"
12271230
msgstr ""
12281231

@@ -1297,10 +1300,10 @@ msgstr ""
12971300
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
12981301
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
12991302
#: ports/mimxrt10xx/common-hal/busio/I2C.c
1300-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1301-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
1303+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/I2C.c
13021304
#: ports/raspberrypi/common-hal/busio/I2C.c
13031305
#: ports/raspberrypi/common-hal/busio/SPI.c
1306+
#: ports/raspberrypi/common-hal/busio/UART.c
13041307
msgid "Invalid pins"
13051308
msgstr ""
13061309

@@ -1349,7 +1352,8 @@ msgstr ""
13491352
msgid "Invalid wave file"
13501353
msgstr ""
13511354

1352-
#: ports/stm/common-hal/busio/UART.c
1355+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1356+
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
13531357
msgid "Invalid word/bit length"
13541358
msgstr ""
13551359

@@ -1849,7 +1853,7 @@ msgstr ""
18491853
msgid "RNG Init Error"
18501854
msgstr ""
18511855

1852-
#: ports/nrf/common-hal/busio/UART.c
1856+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
18531857
msgid "RS485 Not yet supported on this device"
18541858
msgstr ""
18551859

@@ -2159,10 +2163,6 @@ msgstr ""
21592163
msgid "UART Re-init error"
21602164
msgstr ""
21612165

2162-
#: ports/raspberrypi/common-hal/busio/UART.c
2163-
msgid "UART not yet supported"
2164-
msgstr ""
2165-
21662166
#: ports/stm/common-hal/busio/UART.c
21672167
msgid "UART write error"
21682168
msgstr ""
@@ -2491,7 +2491,7 @@ msgid "binary op %q not implemented"
24912491
msgstr ""
24922492

24932493
#: shared-bindings/busio/UART.c
2494-
msgid "bits must be 7, 8 or 9"
2494+
msgid "bits must be in range 5 to 9"
24952495
msgstr ""
24962496

24972497
#: shared-bindings/audiomixer/Mixer.c

locale/de_DE.po

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ msgid "All SPI peripherals are in use"
342342
msgstr "Alle SPI-Peripheriegeräte sind in Benutzung"
343343

344344
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
345+
#: ports/raspberrypi/common-hal/busio/UART.c
345346
msgid "All UART peripherals are in use"
346347
msgstr "Alle UART-Peripheriegeräte sind in Benutzung"
347348

@@ -973,6 +974,7 @@ msgid "Failed to acquire mutex, err 0x%04x"
973974
msgstr "Mutex konnte nicht akquiriert werden. Status: 0x%04x"
974975

975976
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
977+
#: ports/raspberrypi/common-hal/busio/UART.c
976978
msgid "Failed to allocate RX buffer"
977979
msgstr "Konnte keinen RX Buffer allozieren"
978980

@@ -1127,7 +1129,7 @@ msgid "Init program size invalid"
11271129
msgstr "Init Programm Größe ungültig"
11281130

11291131
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1130-
msgid "Initial set pin direcion conflicts with initial out pin direction"
1132+
msgid "Initial set pin direction conflicts with initial out pin direction"
11311133
msgstr ""
11321134

11331135
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
@@ -1244,7 +1246,8 @@ msgstr "Ungültiges Argument"
12441246
msgid "Invalid bits per value"
12451247
msgstr "Ungültige Bits pro Wert"
12461248

1247-
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1249+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
1250+
#: ports/stm/common-hal/busio/UART.c
12481251
msgid "Invalid buffer size"
12491252
msgstr "Ungültige Puffergröße"
12501253

@@ -1319,10 +1322,10 @@ msgstr "Ungültiger Pin für rechten Kanal"
13191322
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
13201323
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
13211324
#: ports/mimxrt10xx/common-hal/busio/I2C.c
1322-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1323-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
1325+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/I2C.c
13241326
#: ports/raspberrypi/common-hal/busio/I2C.c
13251327
#: ports/raspberrypi/common-hal/busio/SPI.c
1328+
#: ports/raspberrypi/common-hal/busio/UART.c
13261329
msgid "Invalid pins"
13271330
msgstr "Ungültige Pins"
13281331

@@ -1371,7 +1374,8 @@ msgstr "Ungültige Anzahl von Stimmen"
13711374
msgid "Invalid wave file"
13721375
msgstr "Ungültige wave Datei"
13731376

1374-
#: ports/stm/common-hal/busio/UART.c
1377+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1378+
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
13751379
msgid "Invalid word/bit length"
13761380
msgstr "Ungültige Wort- / Bitlänge"
13771381

@@ -1882,7 +1886,7 @@ msgstr "RNG DeInit-Fehler"
18821886
msgid "RNG Init Error"
18831887
msgstr "RNG Init Fehler"
18841888

1885-
#: ports/nrf/common-hal/busio/UART.c
1889+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
18861890
msgid "RS485 Not yet supported on this device"
18871891
msgstr ""
18881892

@@ -2206,10 +2210,6 @@ msgstr "UART Init Fehler"
22062210
msgid "UART Re-init error"
22072211
msgstr "UART Re-Init-Fehler"
22082212

2209-
#: ports/raspberrypi/common-hal/busio/UART.c
2210-
msgid "UART not yet supported"
2211-
msgstr ""
2212-
22132213
#: ports/stm/common-hal/busio/UART.c
22142214
msgid "UART write error"
22152215
msgstr "UART-Schreibfehler"
@@ -2553,8 +2553,8 @@ msgid "binary op %q not implemented"
25532553
msgstr "Der binäre Operator %q ist nicht implementiert"
25542554

25552555
#: shared-bindings/busio/UART.c
2556-
msgid "bits must be 7, 8 or 9"
2557-
msgstr "bits muss 7, 8 oder 9 sein"
2556+
msgid "bits must be in range 5 to 9"
2557+
msgstr ""
25582558

25592559
#: shared-bindings/audiomixer/Mixer.c
25602560
msgid "bits_per_sample must be 8 or 16"
@@ -4323,6 +4323,9 @@ msgstr ""
43234323
msgid "zi must be of shape (n_section, 2)"
43244324
msgstr ""
43254325

4326+
#~ msgid "bits must be 7, 8 or 9"
4327+
#~ msgstr "bits muss 7, 8 oder 9 sein"
4328+
43264329
#~ msgid "SDA or SCL needs a pull up"
43274330
#~ msgstr "SDA oder SCL brauchen pull up"
43284331

locale/el.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ msgid "All SPI peripherals are in use"
333333
msgstr ""
334334

335335
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
336+
#: ports/raspberrypi/common-hal/busio/UART.c
336337
msgid "All UART peripherals are in use"
337338
msgstr ""
338339

@@ -952,6 +953,7 @@ msgid "Failed to acquire mutex, err 0x%04x"
952953
msgstr ""
953954

954955
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
956+
#: ports/raspberrypi/common-hal/busio/UART.c
955957
msgid "Failed to allocate RX buffer"
956958
msgstr ""
957959

@@ -1102,7 +1104,7 @@ msgid "Init program size invalid"
11021104
msgstr ""
11031105

11041106
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1105-
msgid "Initial set pin direcion conflicts with initial out pin direction"
1107+
msgid "Initial set pin direction conflicts with initial out pin direction"
11061108
msgstr ""
11071109

11081110
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
@@ -1219,7 +1221,8 @@ msgstr ""
12191221
msgid "Invalid bits per value"
12201222
msgstr ""
12211223

1222-
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1224+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
1225+
#: ports/stm/common-hal/busio/UART.c
12231226
msgid "Invalid buffer size"
12241227
msgstr ""
12251228

@@ -1294,10 +1297,10 @@ msgstr ""
12941297
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
12951298
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
12961299
#: ports/mimxrt10xx/common-hal/busio/I2C.c
1297-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1298-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
1300+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/I2C.c
12991301
#: ports/raspberrypi/common-hal/busio/I2C.c
13001302
#: ports/raspberrypi/common-hal/busio/SPI.c
1303+
#: ports/raspberrypi/common-hal/busio/UART.c
13011304
msgid "Invalid pins"
13021305
msgstr ""
13031306

@@ -1346,7 +1349,8 @@ msgstr ""
13461349
msgid "Invalid wave file"
13471350
msgstr ""
13481351

1349-
#: ports/stm/common-hal/busio/UART.c
1352+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1353+
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
13501354
msgid "Invalid word/bit length"
13511355
msgstr ""
13521356

@@ -1846,7 +1850,7 @@ msgstr ""
18461850
msgid "RNG Init Error"
18471851
msgstr ""
18481852

1849-
#: ports/nrf/common-hal/busio/UART.c
1853+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
18501854
msgid "RS485 Not yet supported on this device"
18511855
msgstr ""
18521856

@@ -2156,10 +2160,6 @@ msgstr ""
21562160
msgid "UART Re-init error"
21572161
msgstr ""
21582162

2159-
#: ports/raspberrypi/common-hal/busio/UART.c
2160-
msgid "UART not yet supported"
2161-
msgstr ""
2162-
21632163
#: ports/stm/common-hal/busio/UART.c
21642164
msgid "UART write error"
21652165
msgstr ""
@@ -2488,7 +2488,7 @@ msgid "binary op %q not implemented"
24882488
msgstr ""
24892489

24902490
#: shared-bindings/busio/UART.c
2491-
msgid "bits must be 7, 8 or 9"
2491+
msgid "bits must be in range 5 to 9"
24922492
msgstr ""
24932493

24942494
#: shared-bindings/audiomixer/Mixer.c

0 commit comments

Comments
 (0)