Skip to content

Commit 32f6f64

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent e1be1e4 commit 32f6f64

File tree

16 files changed

+464
-48
lines changed

16 files changed

+464
-48
lines changed

locale/ID.po

Lines changed: 29 additions & 3 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-10-16 19:50-0500\n"
8+
"POT-Creation-Date: 2020-10-21 20:13-0500\n"
99
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -292,11 +292,16 @@ msgstr "Alamat harus sepanjang %d byte"
292292
msgid "Address type out of range"
293293
msgstr "Jenis alamat di luar batas"
294294

295+
#: ports/esp32s2/common-hal/canio/CAN.c
296+
msgid "All CAN peripherals are in use"
297+
msgstr ""
298+
295299
#: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
296300
msgid "All I2C peripherals are in use"
297301
msgstr "Semua perangkat I2C sedang digunakan"
298302

299303
#: ports/atmel-samd/common-hal/canio/Listener.c
304+
#: ports/esp32s2/common-hal/canio/Listener.c
300305
#: ports/stm/common-hal/canio/Listener.c
301306
msgid "All RX FIFOs in use"
302307
msgstr ""
@@ -413,6 +418,10 @@ msgstr ""
413418
"Auto-reload aktif. Silahkan simpan data-data (files) melalui USB untuk "
414419
"menjalankannya atau masuk ke REPL untukmenonaktifkan.\n"
415420

421+
#: ports/esp32s2/common-hal/canio/CAN.c
422+
msgid "Baudrate not supported by peripheral"
423+
msgstr ""
424+
416425
#: shared-module/displayio/Display.c
417426
#: shared-module/framebufferio/FramebufferDisplay.c
418427
msgid "Below minimum frame rate"
@@ -793,7 +802,7 @@ msgstr "Mode kendara tidak digunakan saat arah input."
793802
msgid "ECB only operates on 16 bytes at a time"
794803
msgstr "ECB hanya beroperasi pada 16 byte di satu waktu"
795804

796-
#: ports/esp32s2/common-hal/busio/SPI.c
805+
#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c
797806
msgid "ESP-IDF memory allocation failed"
798807
msgstr ""
799808

@@ -919,6 +928,7 @@ msgid "File exists"
919928
msgstr "File sudah ada"
920929

921930
#: ports/atmel-samd/common-hal/canio/Listener.c
931+
#: ports/esp32s2/common-hal/canio/Listener.c
922932
#: ports/stm/common-hal/canio/Listener.c
923933
msgid "Filters too complex"
924934
msgstr ""
@@ -1140,7 +1150,7 @@ msgstr "Pin untuk channel kanan tidak valid"
11401150
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
11411151
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c
11421152
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
1143-
#: ports/esp32s2/common-hal/busio/UART.c
1153+
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
11441154
#: ports/mimxrt10xx/common-hal/busio/I2C.c
11451155
#: ports/mimxrt10xx/common-hal/busio/SPI.c
11461156
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
@@ -2884,6 +2894,10 @@ msgstr ""
28842894
msgid "long int not supported in this build"
28852895
msgstr ""
28862896

2897+
#: ports/esp32s2/common-hal/canio/CAN.c
2898+
msgid "loopback + silent mode not supported by peripheral"
2899+
msgstr ""
2900+
28872901
#: py/parse.c
28882902
msgid "malformed f-string"
28892903
msgstr ""
@@ -3237,6 +3251,8 @@ msgstr ""
32373251
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
32383252
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
32393253
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
3254+
#: ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.h
3255+
#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h
32403256
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
32413257
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
32423258
msgid "pressing boot button at start up.\n"
@@ -3493,6 +3509,16 @@ msgstr ""
34933509
msgid "tuple/list has wrong length"
34943510
msgstr ""
34953511

3512+
#: ports/esp32s2/common-hal/canio/CAN.c
3513+
#, c-format
3514+
msgid "twai_driver_install returned esp-idf error #%d"
3515+
msgstr ""
3516+
3517+
#: ports/esp32s2/common-hal/canio/CAN.c
3518+
#, c-format
3519+
msgid "twai_start returned esp-idf error #%d"
3520+
msgstr ""
3521+
34963522
#: ports/atmel-samd/common-hal/busio/UART.c
34973523
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
34983524
#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c

locale/cs.po

Lines changed: 29 additions & 3 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-10-16 19:50-0500\n"
8+
"POT-Creation-Date: 2020-10-21 20:13-0500\n"
99
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1010
"Last-Translator: dronecz <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -292,11 +292,16 @@ msgstr ""
292292
msgid "Address type out of range"
293293
msgstr ""
294294

295+
#: ports/esp32s2/common-hal/canio/CAN.c
296+
msgid "All CAN peripherals are in use"
297+
msgstr ""
298+
295299
#: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
296300
msgid "All I2C peripherals are in use"
297301
msgstr ""
298302

299303
#: ports/atmel-samd/common-hal/canio/Listener.c
304+
#: ports/esp32s2/common-hal/canio/Listener.c
300305
#: ports/stm/common-hal/canio/Listener.c
301306
msgid "All RX FIFOs in use"
302307
msgstr ""
@@ -411,6 +416,10 @@ msgid ""
411416
"disable.\n"
412417
msgstr ""
413418

419+
#: ports/esp32s2/common-hal/canio/CAN.c
420+
msgid "Baudrate not supported by peripheral"
421+
msgstr ""
422+
414423
#: shared-module/displayio/Display.c
415424
#: shared-module/framebufferio/FramebufferDisplay.c
416425
msgid "Below minimum frame rate"
@@ -779,7 +788,7 @@ msgstr ""
779788
msgid "ECB only operates on 16 bytes at a time"
780789
msgstr ""
781790

782-
#: ports/esp32s2/common-hal/busio/SPI.c
791+
#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c
783792
msgid "ESP-IDF memory allocation failed"
784793
msgstr ""
785794

@@ -905,6 +914,7 @@ msgid "File exists"
905914
msgstr ""
906915

907916
#: ports/atmel-samd/common-hal/canio/Listener.c
917+
#: ports/esp32s2/common-hal/canio/Listener.c
908918
#: ports/stm/common-hal/canio/Listener.c
909919
msgid "Filters too complex"
910920
msgstr ""
@@ -1123,7 +1133,7 @@ msgstr ""
11231133
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
11241134
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c
11251135
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
1126-
#: ports/esp32s2/common-hal/busio/UART.c
1136+
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
11271137
#: ports/mimxrt10xx/common-hal/busio/I2C.c
11281138
#: ports/mimxrt10xx/common-hal/busio/SPI.c
11291139
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
@@ -2841,6 +2851,10 @@ msgstr ""
28412851
msgid "long int not supported in this build"
28422852
msgstr ""
28432853

2854+
#: ports/esp32s2/common-hal/canio/CAN.c
2855+
msgid "loopback + silent mode not supported by peripheral"
2856+
msgstr ""
2857+
28442858
#: py/parse.c
28452859
msgid "malformed f-string"
28462860
msgstr ""
@@ -3193,6 +3207,8 @@ msgstr ""
31933207
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
31943208
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
31953209
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
3210+
#: ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.h
3211+
#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h
31963212
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
31973213
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
31983214
msgid "pressing boot button at start up.\n"
@@ -3448,6 +3464,16 @@ msgstr ""
34483464
msgid "tuple/list has wrong length"
34493465
msgstr ""
34503466

3467+
#: ports/esp32s2/common-hal/canio/CAN.c
3468+
#, c-format
3469+
msgid "twai_driver_install returned esp-idf error #%d"
3470+
msgstr ""
3471+
3472+
#: ports/esp32s2/common-hal/canio/CAN.c
3473+
#, c-format
3474+
msgid "twai_start returned esp-idf error #%d"
3475+
msgstr ""
3476+
34513477
#: ports/atmel-samd/common-hal/busio/UART.c
34523478
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
34533479
#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c

locale/de_DE.po

Lines changed: 29 additions & 3 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-10-16 19:50-0500\n"
8+
"POT-Creation-Date: 2020-10-21 20:13-0500\n"
99
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1010
"Last-Translator: Andreas Buchen <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -291,11 +291,16 @@ msgstr "Die Adresse muss %d Bytes lang sein"
291291
msgid "Address type out of range"
292292
msgstr "Adresstyp außerhalb des zulässigen Bereichs"
293293

294+
#: ports/esp32s2/common-hal/canio/CAN.c
295+
msgid "All CAN peripherals are in use"
296+
msgstr ""
297+
294298
#: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
295299
msgid "All I2C peripherals are in use"
296300
msgstr "Alle I2C-Peripheriegeräte sind in Benutzung"
297301

298302
#: ports/atmel-samd/common-hal/canio/Listener.c
303+
#: ports/esp32s2/common-hal/canio/Listener.c
299304
#: ports/stm/common-hal/canio/Listener.c
300305
msgid "All RX FIFOs in use"
301306
msgstr ""
@@ -414,6 +419,10 @@ msgstr ""
414419
"Automatisches Neuladen ist aktiv. Speichere Dateien über USB um sie "
415420
"auszuführen oder verbinde dich mit der REPL zum Deaktivieren.\n"
416421

422+
#: ports/esp32s2/common-hal/canio/CAN.c
423+
msgid "Baudrate not supported by peripheral"
424+
msgstr ""
425+
417426
#: shared-module/displayio/Display.c
418427
#: shared-module/framebufferio/FramebufferDisplay.c
419428
msgid "Below minimum frame rate"
@@ -789,7 +798,7 @@ msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
789798
msgid "ECB only operates on 16 bytes at a time"
790799
msgstr "Die EZB arbeitet jeweils nur mit 16 Bytes"
791800

792-
#: ports/esp32s2/common-hal/busio/SPI.c
801+
#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c
793802
msgid "ESP-IDF memory allocation failed"
794803
msgstr ""
795804

@@ -916,6 +925,7 @@ msgid "File exists"
916925
msgstr "Datei existiert"
917926

918927
#: ports/atmel-samd/common-hal/canio/Listener.c
928+
#: ports/esp32s2/common-hal/canio/Listener.c
919929
#: ports/stm/common-hal/canio/Listener.c
920930
msgid "Filters too complex"
921931
msgstr "Filter zu komplex"
@@ -1140,7 +1150,7 @@ msgstr "Ungültiger Pin für rechten Kanal"
11401150
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
11411151
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c
11421152
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
1143-
#: ports/esp32s2/common-hal/busio/UART.c
1153+
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
11441154
#: ports/mimxrt10xx/common-hal/busio/I2C.c
11451155
#: ports/mimxrt10xx/common-hal/busio/SPI.c
11461156
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
@@ -2920,6 +2930,10 @@ msgstr ""
29202930
msgid "long int not supported in this build"
29212931
msgstr "long int wird in diesem Build nicht unterstützt"
29222932

2933+
#: ports/esp32s2/common-hal/canio/CAN.c
2934+
msgid "loopback + silent mode not supported by peripheral"
2935+
msgstr ""
2936+
29232937
#: py/parse.c
29242938
msgid "malformed f-string"
29252939
msgstr "fehlformatierter f-string"
@@ -3276,6 +3290,8 @@ msgstr "pow () mit 3 Argumenten erfordert Integer"
32763290
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
32773291
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
32783292
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
3293+
#: ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.h
3294+
#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h
32793295
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
32803296
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
32813297
msgid "pressing boot button at start up.\n"
@@ -3534,6 +3550,16 @@ msgstr "Tupelindex außerhalb des Bereichs"
35343550
msgid "tuple/list has wrong length"
35353551
msgstr "tupel/list hat falsche Länge"
35363552

3553+
#: ports/esp32s2/common-hal/canio/CAN.c
3554+
#, c-format
3555+
msgid "twai_driver_install returned esp-idf error #%d"
3556+
msgstr ""
3557+
3558+
#: ports/esp32s2/common-hal/canio/CAN.c
3559+
#, c-format
3560+
msgid "twai_start returned esp-idf error #%d"
3561+
msgstr ""
3562+
35373563
#: ports/atmel-samd/common-hal/busio/UART.c
35383564
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
35393565
#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c

locale/el.po

Lines changed: 29 additions & 3 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-10-16 19:50-0500\n"
10+
"POT-Creation-Date: 2020-10-21 20:13-0500\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -287,11 +287,16 @@ msgstr ""
287287
msgid "Address type out of range"
288288
msgstr ""
289289

290+
#: ports/esp32s2/common-hal/canio/CAN.c
291+
msgid "All CAN peripherals are in use"
292+
msgstr ""
293+
290294
#: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
291295
msgid "All I2C peripherals are in use"
292296
msgstr ""
293297

294298
#: ports/atmel-samd/common-hal/canio/Listener.c
299+
#: ports/esp32s2/common-hal/canio/Listener.c
295300
#: ports/stm/common-hal/canio/Listener.c
296301
msgid "All RX FIFOs in use"
297302
msgstr ""
@@ -406,6 +411,10 @@ msgid ""
406411
"disable.\n"
407412
msgstr ""
408413

414+
#: ports/esp32s2/common-hal/canio/CAN.c
415+
msgid "Baudrate not supported by peripheral"
416+
msgstr ""
417+
409418
#: shared-module/displayio/Display.c
410419
#: shared-module/framebufferio/FramebufferDisplay.c
411420
msgid "Below minimum frame rate"
@@ -774,7 +783,7 @@ msgstr ""
774783
msgid "ECB only operates on 16 bytes at a time"
775784
msgstr ""
776785

777-
#: ports/esp32s2/common-hal/busio/SPI.c
786+
#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c
778787
msgid "ESP-IDF memory allocation failed"
779788
msgstr ""
780789

@@ -900,6 +909,7 @@ msgid "File exists"
900909
msgstr ""
901910

902911
#: ports/atmel-samd/common-hal/canio/Listener.c
912+
#: ports/esp32s2/common-hal/canio/Listener.c
903913
#: ports/stm/common-hal/canio/Listener.c
904914
msgid "Filters too complex"
905915
msgstr ""
@@ -1118,7 +1128,7 @@ msgstr ""
11181128
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
11191129
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c
11201130
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
1121-
#: ports/esp32s2/common-hal/busio/UART.c
1131+
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
11221132
#: ports/mimxrt10xx/common-hal/busio/I2C.c
11231133
#: ports/mimxrt10xx/common-hal/busio/SPI.c
11241134
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
@@ -2836,6 +2846,10 @@ msgstr ""
28362846
msgid "long int not supported in this build"
28372847
msgstr ""
28382848

2849+
#: ports/esp32s2/common-hal/canio/CAN.c
2850+
msgid "loopback + silent mode not supported by peripheral"
2851+
msgstr ""
2852+
28392853
#: py/parse.c
28402854
msgid "malformed f-string"
28412855
msgstr ""
@@ -3188,6 +3202,8 @@ msgstr ""
31883202
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
31893203
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
31903204
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
3205+
#: ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.h
3206+
#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h
31913207
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
31923208
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
31933209
msgid "pressing boot button at start up.\n"
@@ -3443,6 +3459,16 @@ msgstr ""
34433459
msgid "tuple/list has wrong length"
34443460
msgstr ""
34453461

3462+
#: ports/esp32s2/common-hal/canio/CAN.c
3463+
#, c-format
3464+
msgid "twai_driver_install returned esp-idf error #%d"
3465+
msgstr ""
3466+
3467+
#: ports/esp32s2/common-hal/canio/CAN.c
3468+
#, c-format
3469+
msgid "twai_start returned esp-idf error #%d"
3470+
msgstr ""
3471+
34463472
#: ports/atmel-samd/common-hal/busio/UART.c
34473473
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
34483474
#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c

0 commit comments

Comments
 (0)