Skip to content

Commit a010dc3

Browse files
authored
Merge pull request #3544 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 33dee4a + b9c5fb5 commit a010dc3

16 files changed

+259
-67
lines changed

locale/ID.po

Lines changed: 15 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-06 13:26-0400\n"
8+
"POT-Creation-Date: 2020-10-10 23:49-0700\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"
@@ -250,6 +250,10 @@ msgstr "'label' membutuhkan 1 argumen"
250250
msgid "'return' outside function"
251251
msgstr "'return' diluar fungsi"
252252

253+
#: py/compile.c
254+
msgid "'yield from' inside async function"
255+
msgstr ""
256+
253257
#: py/compile.c
254258
msgid "'yield' outside function"
255259
msgstr "'yield' diluar fungsi"
@@ -293,6 +297,7 @@ msgid "All I2C peripherals are in use"
293297
msgstr "Semua perangkat I2C sedang digunakan"
294298

295299
#: ports/atmel-samd/common-hal/canio/Listener.c
300+
#: ports/stm/common-hal/canio/Listener.c
296301
msgid "All RX FIFOs in use"
297302
msgstr ""
298303

@@ -914,6 +919,7 @@ msgid "File exists"
914919
msgstr "File sudah ada"
915920

916921
#: ports/atmel-samd/common-hal/canio/Listener.c
922+
#: ports/stm/common-hal/canio/Listener.c
917923
msgid "Filters too complex"
918924
msgstr ""
919925

@@ -951,7 +957,8 @@ msgid "Group full"
951957
msgstr "Grup penuh"
952958

953959
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
954-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
960+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
961+
#: ports/stm/common-hal/sdioio/SDCard.c
955962
msgid "Hardware busy, try alternative pins"
956963
msgstr "Perangkat keras sibuk, coba pin alternatif"
957964

@@ -1023,7 +1030,8 @@ msgid "Invalid %q pin"
10231030
msgstr "%q pada tidak valid"
10241031

10251032
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
1026-
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
1033+
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c
1034+
#: ports/stm/common-hal/sdioio/SDCard.c
10271035
msgid "Invalid %q pin selection"
10281036
msgstr ""
10291037

@@ -3475,6 +3483,10 @@ msgstr ""
34753483
msgid "type object '%q' has no attribute '%q'"
34763484
msgstr ""
34773485

3486+
#: py/objgenerator.c
3487+
msgid "type object 'generator' has no attribute '__await__'"
3488+
msgstr ""
3489+
34783490
#: py/objtype.c
34793491
msgid "type takes 1 or 3 arguments"
34803492
msgstr ""

locale/cs.po

Lines changed: 15 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-06 13:26-0400\n"
8+
"POT-Creation-Date: 2020-10-10 23:49-0700\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"
@@ -250,6 +250,10 @@ msgstr ""
250250
msgid "'return' outside function"
251251
msgstr ""
252252

253+
#: py/compile.c
254+
msgid "'yield from' inside async function"
255+
msgstr ""
256+
253257
#: py/compile.c
254258
msgid "'yield' outside function"
255259
msgstr ""
@@ -293,6 +297,7 @@ msgid "All I2C peripherals are in use"
293297
msgstr ""
294298

295299
#: ports/atmel-samd/common-hal/canio/Listener.c
300+
#: ports/stm/common-hal/canio/Listener.c
296301
msgid "All RX FIFOs in use"
297302
msgstr ""
298303

@@ -900,6 +905,7 @@ msgid "File exists"
900905
msgstr ""
901906

902907
#: ports/atmel-samd/common-hal/canio/Listener.c
908+
#: ports/stm/common-hal/canio/Listener.c
903909
msgid "Filters too complex"
904910
msgstr ""
905911

@@ -936,7 +942,8 @@ msgid "Group full"
936942
msgstr ""
937943

938944
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
939-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
945+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
946+
#: ports/stm/common-hal/sdioio/SDCard.c
940947
msgid "Hardware busy, try alternative pins"
941948
msgstr ""
942949

@@ -1006,7 +1013,8 @@ msgid "Invalid %q pin"
10061013
msgstr ""
10071014

10081015
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
1009-
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
1016+
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c
1017+
#: ports/stm/common-hal/sdioio/SDCard.c
10101018
msgid "Invalid %q pin selection"
10111019
msgstr ""
10121020

@@ -3430,6 +3438,10 @@ msgstr ""
34303438
msgid "type object '%q' has no attribute '%q'"
34313439
msgstr ""
34323440

3441+
#: py/objgenerator.c
3442+
msgid "type object 'generator' has no attribute '__await__'"
3443+
msgstr ""
3444+
34333445
#: py/objtype.c
34343446
msgid "type takes 1 or 3 arguments"
34353447
msgstr ""

locale/de_DE.po

Lines changed: 15 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-06 13:26-0400\n"
8+
"POT-Creation-Date: 2020-10-10 23:49-0700\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"
@@ -249,6 +249,10 @@ msgstr "'label' erfordert genau ein Argument"
249249
msgid "'return' outside function"
250250
msgstr "'return' außerhalb einer Funktion"
251251

252+
#: py/compile.c
253+
msgid "'yield from' inside async function"
254+
msgstr ""
255+
252256
#: py/compile.c
253257
msgid "'yield' outside function"
254258
msgstr "'yield' außerhalb einer Funktion"
@@ -292,6 +296,7 @@ msgid "All I2C peripherals are in use"
292296
msgstr "Alle I2C-Peripheriegeräte sind in Benutzung"
293297

294298
#: ports/atmel-samd/common-hal/canio/Listener.c
299+
#: ports/stm/common-hal/canio/Listener.c
295300
msgid "All RX FIFOs in use"
296301
msgstr ""
297302

@@ -911,6 +916,7 @@ msgid "File exists"
911916
msgstr "Datei existiert"
912917

913918
#: ports/atmel-samd/common-hal/canio/Listener.c
919+
#: ports/stm/common-hal/canio/Listener.c
914920
msgid "Filters too complex"
915921
msgstr ""
916922

@@ -951,7 +957,8 @@ msgid "Group full"
951957
msgstr "Gruppe voll"
952958

953959
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
954-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
960+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
961+
#: ports/stm/common-hal/sdioio/SDCard.c
955962
msgid "Hardware busy, try alternative pins"
956963
msgstr "Hardware beschäftigt, versuchen Sie alternative Pins"
957964

@@ -1023,7 +1030,8 @@ msgid "Invalid %q pin"
10231030
msgstr "Ungültiger %q pin"
10241031

10251032
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
1026-
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
1033+
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c
1034+
#: ports/stm/common-hal/sdioio/SDCard.c
10271035
msgid "Invalid %q pin selection"
10281036
msgstr ""
10291037

@@ -3514,6 +3522,10 @@ msgstr "Typ ist kein akzeptierter Basis-Typ"
35143522
msgid "type object '%q' has no attribute '%q'"
35153523
msgstr "Typ vom Objekt '%q' hat kein Attribut '%q'"
35163524

3525+
#: py/objgenerator.c
3526+
msgid "type object 'generator' has no attribute '__await__'"
3527+
msgstr ""
3528+
35173529
#: py/objtype.c
35183530
msgid "type takes 1 or 3 arguments"
35193531
msgstr "Typ akzeptiert 1 oder 3 Argumente"

locale/el.po

Lines changed: 15 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-06 13:26-0400\n"
10+
"POT-Creation-Date: 2020-10-10 23:49-0700\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -245,6 +245,10 @@ msgstr ""
245245
msgid "'return' outside function"
246246
msgstr ""
247247

248+
#: py/compile.c
249+
msgid "'yield from' inside async function"
250+
msgstr ""
251+
248252
#: py/compile.c
249253
msgid "'yield' outside function"
250254
msgstr ""
@@ -288,6 +292,7 @@ msgid "All I2C peripherals are in use"
288292
msgstr ""
289293

290294
#: ports/atmel-samd/common-hal/canio/Listener.c
295+
#: ports/stm/common-hal/canio/Listener.c
291296
msgid "All RX FIFOs in use"
292297
msgstr ""
293298

@@ -895,6 +900,7 @@ msgid "File exists"
895900
msgstr ""
896901

897902
#: ports/atmel-samd/common-hal/canio/Listener.c
903+
#: ports/stm/common-hal/canio/Listener.c
898904
msgid "Filters too complex"
899905
msgstr ""
900906

@@ -931,7 +937,8 @@ msgid "Group full"
931937
msgstr ""
932938

933939
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
934-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
940+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
941+
#: ports/stm/common-hal/sdioio/SDCard.c
935942
msgid "Hardware busy, try alternative pins"
936943
msgstr ""
937944

@@ -1001,7 +1008,8 @@ msgid "Invalid %q pin"
10011008
msgstr ""
10021009

10031010
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
1004-
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
1011+
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c
1012+
#: ports/stm/common-hal/sdioio/SDCard.c
10051013
msgid "Invalid %q pin selection"
10061014
msgstr ""
10071015

@@ -3425,6 +3433,10 @@ msgstr ""
34253433
msgid "type object '%q' has no attribute '%q'"
34263434
msgstr ""
34273435

3436+
#: py/objgenerator.c
3437+
msgid "type object 'generator' has no attribute '__await__'"
3438+
msgstr ""
3439+
34283440
#: py/objtype.c
34293441
msgid "type takes 1 or 3 arguments"
34303442
msgstr ""

locale/es.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-10-06 13:26-0400\n"
10+
"POT-Creation-Date: 2020-10-10 23:49-0700\n"
1111
"PO-Revision-Date: 2020-10-09 17:19+0000\n"
1212
"Last-Translator: dherrada <[email protected]>\n"
1313
"Language-Team: \n"
@@ -253,6 +253,10 @@ msgstr "'label' requiere 1 argumento"
253253
msgid "'return' outside function"
254254
msgstr "'return' fuera de una función"
255255

256+
#: py/compile.c
257+
msgid "'yield from' inside async function"
258+
msgstr ""
259+
256260
#: py/compile.c
257261
msgid "'yield' outside function"
258262
msgstr "'yield' fuera de una función"
@@ -296,6 +300,7 @@ msgid "All I2C peripherals are in use"
296300
msgstr "Todos los periféricos I2C están siendo usados"
297301

298302
#: ports/atmel-samd/common-hal/canio/Listener.c
303+
#: ports/stm/common-hal/canio/Listener.c
299304
msgid "All RX FIFOs in use"
300305
msgstr "Todos los FIFOs de RX en uso"
301306

@@ -915,6 +920,7 @@ msgid "File exists"
915920
msgstr "El archivo ya existe"
916921

917922
#: ports/atmel-samd/common-hal/canio/Listener.c
923+
#: ports/stm/common-hal/canio/Listener.c
918924
msgid "Filters too complex"
919925
msgstr "Filtros muy complejos"
920926

@@ -952,7 +958,8 @@ msgid "Group full"
952958
msgstr "Group lleno"
953959

954960
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
955-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
961+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
962+
#: ports/stm/common-hal/sdioio/SDCard.c
956963
msgid "Hardware busy, try alternative pins"
957964
msgstr "Hardware ocupado, pruebe pines alternativos"
958965

@@ -1024,7 +1031,8 @@ msgid "Invalid %q pin"
10241031
msgstr "Pin %q inválido"
10251032

10261033
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
1027-
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
1034+
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c
1035+
#: ports/stm/common-hal/sdioio/SDCard.c
10281036
msgid "Invalid %q pin selection"
10291037
msgstr "selección inválida de pin %q"
10301038

@@ -3504,6 +3512,10 @@ msgstr "type no es un tipo de base aceptable"
35043512
msgid "type object '%q' has no attribute '%q'"
35053513
msgstr "objeto de tipo '%q' no tiene atributo '%q'"
35063514

3515+
#: py/objgenerator.c
3516+
msgid "type object 'generator' has no attribute '__await__'"
3517+
msgstr ""
3518+
35073519
#: py/objtype.c
35083520
msgid "type takes 1 or 3 arguments"
35093521
msgstr "type acepta 1 ó 3 argumentos"

0 commit comments

Comments
 (0)