Skip to content

Commit f62b07c

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 ba2db85 commit f62b07c

File tree

15 files changed

+225
-48
lines changed

15 files changed

+225
-48
lines changed

locale/ID.po

Lines changed: 15 additions & 2 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-08-14 09:36-0400\n"
8+
"POT-Creation-Date: 2020-08-18 11:19-0400\n"
99
"PO-Revision-Date: 2020-07-06 18:10+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -764,7 +764,7 @@ msgstr "Error pada regex"
764764

765765
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
766766
#: shared-bindings/microcontroller/Pin.c
767-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
767+
#: shared-bindings/neopixel_write/__init__.c
768768
#: shared-bindings/terminalio/Terminal.c
769769
msgid "Expected a %q"
770770
msgstr "Diharapkan %q"
@@ -1352,6 +1352,15 @@ msgstr "Tambahkan module apapun pada filesystem\n"
13521352
msgid "Polygon needs at least 3 points"
13531353
msgstr ""
13541354

1355+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1356+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1357+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1358+
#: ports/stm/common-hal/pulseio/PulseOut.c
1359+
msgid ""
1360+
"Port does not accept pins or frequency. "
1361+
"Construct and pass a PWMOut Carrier instead"
1362+
msgstr ""
1363+
13551364
#: shared-bindings/_bleio/Adapter.c
13561365
msgid "Prefix buffer must be on the heap"
13571366
msgstr ""
@@ -1366,6 +1375,10 @@ msgstr ""
13661375
msgid "Pull not used when direction is output."
13671376
msgstr ""
13681377

1378+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1379+
msgid "PulseOut not supported on this chip"
1380+
msgstr ""
1381+
13691382
#: ports/stm/common-hal/os/__init__.c
13701383
msgid "RNG DeInit Error"
13711384
msgstr ""

locale/cs.po

Lines changed: 15 additions & 2 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-08-14 09:36-0400\n"
8+
"POT-Creation-Date: 2020-08-18 11:19-0400\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"
@@ -750,7 +750,7 @@ msgstr ""
750750

751751
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
752752
#: shared-bindings/microcontroller/Pin.c
753-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
753+
#: shared-bindings/neopixel_write/__init__.c
754754
#: shared-bindings/terminalio/Terminal.c
755755
msgid "Expected a %q"
756756
msgstr ""
@@ -1334,6 +1334,15 @@ msgstr ""
13341334
msgid "Polygon needs at least 3 points"
13351335
msgstr ""
13361336

1337+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1338+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1339+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1340+
#: ports/stm/common-hal/pulseio/PulseOut.c
1341+
msgid ""
1342+
"Port does not accept pins or frequency. "
1343+
"Construct and pass a PWMOut Carrier instead"
1344+
msgstr ""
1345+
13371346
#: shared-bindings/_bleio/Adapter.c
13381347
msgid "Prefix buffer must be on the heap"
13391348
msgstr ""
@@ -1346,6 +1355,10 @@ msgstr ""
13461355
msgid "Pull not used when direction is output."
13471356
msgstr ""
13481357

1358+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1359+
msgid "PulseOut not supported on this chip"
1360+
msgstr ""
1361+
13491362
#: ports/stm/common-hal/os/__init__.c
13501363
msgid "RNG DeInit Error"
13511364
msgstr ""

locale/de_DE.po

Lines changed: 15 additions & 5 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-08-14 09:36-0400\n"
8+
"POT-Creation-Date: 2020-08-18 11:19-0400\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"
@@ -760,7 +760,7 @@ msgstr "Fehler in regex"
760760

761761
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
762762
#: shared-bindings/microcontroller/Pin.c
763-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
763+
#: shared-bindings/neopixel_write/__init__.c
764764
#: shared-bindings/terminalio/Terminal.c
765765
msgid "Expected a %q"
766766
msgstr "Erwartet ein(e) %q"
@@ -1362,6 +1362,15 @@ msgstr "und alle Module im Dateisystem \n"
13621362
msgid "Polygon needs at least 3 points"
13631363
msgstr "Polygone brauchen mindestens 3 Punkte"
13641364

1365+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1366+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1367+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1368+
#: ports/stm/common-hal/pulseio/PulseOut.c
1369+
msgid ""
1370+
"Port does not accept pins or frequency. "
1371+
"Construct and pass a PWMOut Carrier instead"
1372+
msgstr ""
1373+
13651374
#: shared-bindings/_bleio/Adapter.c
13661375
msgid "Prefix buffer must be on the heap"
13671376
msgstr "Der Präfixbuffer muss sich auf dem Heap befinden"
@@ -1376,6 +1385,10 @@ msgstr ""
13761385
msgid "Pull not used when direction is output."
13771386
msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
13781387

1388+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1389+
msgid "PulseOut not supported on this chip"
1390+
msgstr "PulseOut wird auf diesem Chip nicht unterstützt"
1391+
13791392
#: ports/stm/common-hal/os/__init__.c
13801393
msgid "RNG DeInit Error"
13811394
msgstr "RNG DeInit-Fehler"
@@ -3553,9 +3566,6 @@ msgstr ""
35533566
#~ msgid "'async for' or 'async with' outside async function"
35543567
#~ msgstr "'async for' oder 'async with' außerhalb der asynchronen Funktion"
35553568

3556-
#~ msgid "PulseOut not supported on this chip"
3557-
#~ msgstr "PulseOut wird auf diesem Chip nicht unterstützt"
3558-
35593569
#~ msgid "PulseIn not supported on this chip"
35603570
#~ msgstr "PulseIn wird auf diesem Chip nicht unterstützt"
35613571

locale/es.po

Lines changed: 15 additions & 5 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-08-14 09:36-0400\n"
10+
"POT-Creation-Date: 2020-08-18 11:19-0400\n"
1111
"PO-Revision-Date: 2020-08-17 21:11+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
@@ -765,7 +765,7 @@ msgstr "Error en regex"
765765

766766
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
767767
#: shared-bindings/microcontroller/Pin.c
768-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
768+
#: shared-bindings/neopixel_write/__init__.c
769769
#: shared-bindings/terminalio/Terminal.c
770770
msgid "Expected a %q"
771771
msgstr "Se espera un %q"
@@ -1362,6 +1362,15 @@ msgstr "Además de cualquier módulo en el sistema de archivos\n"
13621362
msgid "Polygon needs at least 3 points"
13631363
msgstr "El polígono necesita al menos 3 puntos"
13641364

1365+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1366+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1367+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1368+
#: ports/stm/common-hal/pulseio/PulseOut.c
1369+
msgid ""
1370+
"Port does not accept pins or frequency. "
1371+
"Construct and pass a PWMOut Carrier instead"
1372+
msgstr ""
1373+
13651374
#: shared-bindings/_bleio/Adapter.c
13661375
msgid "Prefix buffer must be on the heap"
13671376
msgstr "El búfer de prefijo debe estar en el montículo"
@@ -1375,6 +1384,10 @@ msgstr ""
13751384
msgid "Pull not used when direction is output."
13761385
msgstr "Pull no se usa cuando la dirección es output."
13771386

1387+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1388+
msgid "PulseOut not supported on this chip"
1389+
msgstr "PulseOut no es compatible con este chip"
1390+
13781391
#: ports/stm/common-hal/os/__init__.c
13791392
msgid "RNG DeInit Error"
13801393
msgstr "Error de desinicializado del RNG"
@@ -3539,9 +3552,6 @@ msgstr "zi debe ser una forma (n_section,2)"
35393552
#~ msgid "'async for' or 'async with' outside async function"
35403553
#~ msgstr "'async for' o 'async with' fuera de la función async"
35413554

3542-
#~ msgid "PulseOut not supported on this chip"
3543-
#~ msgstr "PulseOut no es compatible con este chip"
3544-
35453555
#~ msgid "PulseIn not supported on this chip"
35463556
#~ msgstr "PulseIn no es compatible con este chip"
35473557

locale/fil.po

Lines changed: 15 additions & 2 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-08-14 09:36-0400\n"
8+
"POT-Creation-Date: 2020-08-18 11:19-0400\n"
99
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1010
"Last-Translator: Timothy <[email protected]>\n"
1111
"Language-Team: fil\n"
@@ -754,7 +754,7 @@ msgstr "May pagkakamali sa REGEX"
754754

755755
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
756756
#: shared-bindings/microcontroller/Pin.c
757-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
757+
#: shared-bindings/neopixel_write/__init__.c
758758
#: shared-bindings/terminalio/Terminal.c
759759
msgid "Expected a %q"
760760
msgstr "Umasa ng %q"
@@ -1346,6 +1346,15 @@ msgstr "Kasama ang kung ano pang modules na sa filesystem\n"
13461346
msgid "Polygon needs at least 3 points"
13471347
msgstr ""
13481348

1349+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1350+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1351+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1352+
#: ports/stm/common-hal/pulseio/PulseOut.c
1353+
msgid ""
1354+
"Port does not accept pins or frequency. "
1355+
"Construct and pass a PWMOut Carrier instead"
1356+
msgstr ""
1357+
13491358
#: shared-bindings/_bleio/Adapter.c
13501359
msgid "Prefix buffer must be on the heap"
13511360
msgstr ""
@@ -1360,6 +1369,10 @@ msgstr ""
13601369
msgid "Pull not used when direction is output."
13611370
msgstr "Pull hindi ginagamit kapag ang direksyon ay output."
13621371

1372+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1373+
msgid "PulseOut not supported on this chip"
1374+
msgstr ""
1375+
13631376
#: ports/stm/common-hal/os/__init__.c
13641377
msgid "RNG DeInit Error"
13651378
msgstr ""

locale/fr.po

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-08-14 09:36-0400\n"
10+
"POT-Creation-Date: 2020-08-18 11:19-0400\n"
1111
"PO-Revision-Date: 2020-07-27 21:27+0000\n"
1212
"Last-Translator: Nathan <[email protected]>\n"
1313
"Language: fr\n"
@@ -768,7 +768,7 @@ msgstr "Erreur dans l'expression régulière"
768768

769769
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
770770
#: shared-bindings/microcontroller/Pin.c
771-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
771+
#: shared-bindings/neopixel_write/__init__.c
772772
#: shared-bindings/terminalio/Terminal.c
773773
msgid "Expected a %q"
774774
msgstr "Attendu un %q"
@@ -1369,6 +1369,15 @@ msgstr "Ainsi que tout autre module présent sur le système de fichiers\n"
13691369
msgid "Polygon needs at least 3 points"
13701370
msgstr "Polygone a besoin d’au moins 3 points"
13711371

1372+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1373+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1374+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1375+
#: ports/stm/common-hal/pulseio/PulseOut.c
1376+
msgid ""
1377+
"Port does not accept pins or frequency. "
1378+
"Construct and pass a PWMOut Carrier instead"
1379+
msgstr ""
1380+
13721381
#: shared-bindings/_bleio/Adapter.c
13731382
msgid "Prefix buffer must be on the heap"
13741383
msgstr "Le tampon de préfixe doit être sur le tas"
@@ -1381,6 +1390,10 @@ msgstr "Appuyez sur une touche pour entrer sur REPL ou CTRL-D pour recharger."
13811390
msgid "Pull not used when direction is output."
13821391
msgstr "Le tirage 'pull' n'est pas utilisé quand la direction est 'output'."
13831392

1393+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1394+
msgid "PulseOut not supported on this chip"
1395+
msgstr "PulseOut non pris en charge sur cette puce"
1396+
13841397
#: ports/stm/common-hal/os/__init__.c
13851398
msgid "RNG DeInit Error"
13861399
msgstr "Erreur RNG DeInit"
@@ -3557,9 +3570,6 @@ msgstr ""
35573570
#~ msgid "'async for' or 'async with' outside async function"
35583571
#~ msgstr "'async for' ou 'async with' sans fonction asynchrone extérieure"
35593572

3560-
#~ msgid "PulseOut not supported on this chip"
3561-
#~ msgstr "PulseOut non pris en charge sur cette puce"
3562-
35633573
#~ msgid "PulseIn not supported on this chip"
35643574
#~ msgstr "PulseIn non pris en charge sur cette puce"
35653575

locale/hi.po

Lines changed: 15 additions & 2 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-08-14 09:36-0400\n"
10+
"POT-Creation-Date: 2020-08-18 11:19-0400\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -743,7 +743,7 @@ msgstr ""
743743

744744
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
745745
#: shared-bindings/microcontroller/Pin.c
746-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
746+
#: shared-bindings/neopixel_write/__init__.c
747747
#: shared-bindings/terminalio/Terminal.c
748748
msgid "Expected a %q"
749749
msgstr ""
@@ -1327,6 +1327,15 @@ msgstr ""
13271327
msgid "Polygon needs at least 3 points"
13281328
msgstr ""
13291329

1330+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1331+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1332+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1333+
#: ports/stm/common-hal/pulseio/PulseOut.c
1334+
msgid ""
1335+
"Port does not accept pins or frequency. "
1336+
"Construct and pass a PWMOut Carrier instead"
1337+
msgstr ""
1338+
13301339
#: shared-bindings/_bleio/Adapter.c
13311340
msgid "Prefix buffer must be on the heap"
13321341
msgstr ""
@@ -1339,6 +1348,10 @@ msgstr ""
13391348
msgid "Pull not used when direction is output."
13401349
msgstr ""
13411350

1351+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1352+
msgid "PulseOut not supported on this chip"
1353+
msgstr ""
1354+
13421355
#: ports/stm/common-hal/os/__init__.c
13431356
msgid "RNG DeInit Error"
13441357
msgstr ""

locale/it_IT.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: PACKAGE VERSION\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2020-08-14 09:36-0400\n"
9+
"POT-Creation-Date: 2020-08-18 11:19-0400\n"
1010
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1111
"Last-Translator: Enrico Paganin <[email protected]>\n"
1212
"Language-Team: \n"
@@ -754,7 +754,7 @@ msgstr "Errore nella regex"
754754

755755
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
756756
#: shared-bindings/microcontroller/Pin.c
757-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
757+
#: shared-bindings/neopixel_write/__init__.c
758758
#: shared-bindings/terminalio/Terminal.c
759759
msgid "Expected a %q"
760760
msgstr "Atteso un %q"
@@ -1356,6 +1356,15 @@ msgstr "Imposssibile rimontare il filesystem"
13561356
msgid "Polygon needs at least 3 points"
13571357
msgstr ""
13581358

1359+
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1360+
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1361+
#: ports/nrf/common-hal/pulseio/PulseOut.c
1362+
#: ports/stm/common-hal/pulseio/PulseOut.c
1363+
msgid ""
1364+
"Port does not accept pins or frequency. "
1365+
"Construct and pass a PWMOut Carrier instead"
1366+
msgstr ""
1367+
13591368
#: shared-bindings/_bleio/Adapter.c
13601369
msgid "Prefix buffer must be on the heap"
13611370
msgstr ""
@@ -1369,6 +1378,10 @@ msgstr ""
13691378
msgid "Pull not used when direction is output."
13701379
msgstr ""
13711380

1381+
#: ports/stm/ref/pulseout-pre-timeralloc.c
1382+
msgid "PulseOut not supported on this chip"
1383+
msgstr ""
1384+
13721385
#: ports/stm/common-hal/os/__init__.c
13731386
msgid "RNG DeInit Error"
13741387
msgstr ""

0 commit comments

Comments
 (0)