8000 Update translation files · dastels/circuitpython@00eb0b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00eb0b5

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 23fc7a5 commit 00eb0b5

File tree

14 files changed

+396
-98
lines changed

14 files changed

+396
-98
lines changed

locale/ID.po

Lines changed: 27 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-08-27 11:21-0400\n"
8+
"POT-Creation-Date: 2020-08-30 14:38-0400\n"
99
"PO-Revision-Date: 2020-07-06 18:10+0000\n"
1010
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -498,6 +498,10 @@ msgstr "Panggil super().__init__() sebelum mengakses objek asli."
498498
msgid "Can't set CCCD on local Characteristic"
499499
msgstr "Tidak dapat mengatur CCCD pada Karakteristik lokal"
500500

501+
#: shared-bindings/_bleio/Adapter.c
502+
msgid "Cannot create a new Adapter; use _bleio.adapter;"
503+
msgstr ""
504+
501505
#: shared-bindings/displayio/Bitmap.c
502506
#: shared-bindings/memorymonitor/AllocationSize.c
503507
#: shared-bindings/pulseio/PulseIn.c
@@ -762,8 +766,8 @@ msgstr "Channel EXTINT sedang digunakan"
762766
msgid "Error in regex"
763767
msgstr "Error pada regex"
764768

765-
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
766-
#: shared-bindings/microcontroller/Pin.c
769+
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
770+
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
767771
#: shared-bindings/neopixel_write/__init__.c
768772
#: shared-bindings/terminalio/Terminal.c
769773
msgid "Expected a %q"
@@ -774,10 +778,18 @@ msgstr "Diharapkan %q"
774778
msgid "Expected a Characteristic"
775779
msgstr "Diharapkan sebuah Karakteristik"
776780

781+
#: shared-bindings/_bleio/Adapter.c
782+
msgid "Expected a DigitalInOut"
783+
msgstr ""
784+
777785
#: shared-bindings/_bleio/Characteristic.c
778786
msgid "Expected a Service"
779787
msgstr "D 6D40 iharapkan sebuah Layanan"
780788

789+
#: shared-bindings/_bleio/Adapter.c
790+
msgid "Expected a UART"
791+
msgstr ""
792+
781793
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
782794
#: shared-bindings/_bleio/Service.c
783795
msgid "Expected a UUID"
@@ -1267,6 +1279,10 @@ msgstr ""
12671279
msgid "Not running saved code.\n"
12681280
msgstr ""
12691281

1282+
#: shared-bindings/_bleio/__init__.c
1283+
msgid "Not settable"
1284+
msgstr ""
1285+
12701286
#: shared-bindings/util.c
12711287
msgid ""
12721288
"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1375,10 +1391,6 @@ msgstr ""
13751391
msgid "Pull not used when direction is output."
13761392
msgstr ""
13771393

1378-
#: ports/stm/ref/pulseout-pre-timeralloc.c
1379-
msgid "PulseOut not supported on this chip"
1380-
msgstr ""
1381-
13821394
#: ports/stm/common-hal/os/__init__.c
13831395
msgid "RNG DeInit Error"
13841396
msgstr ""
@@ -2488,6 +2500,10 @@ msgstr ""
24882500
msgid "initial values must be iterable"
24892501
msgstr ""
24902502

2503+
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2504+
msgid "initial_value length is wrong"
2505+
msgstr ""
2506+
24912507
#: py/compile.c
24922508
msgid "inline assembler must be a function"
24932509
msgstr "inline assembler harus sebuah fungsi"
@@ -2680,6 +2696,10 @@ msgstr ""
26802696
msgid "max_length must be 0-%d when fixed_length is %s"
26812697
msgstr ""
26822698

2699+
#: shared-bindi F438 ngs/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2700+
msgid "max_length must be > 0"
2701+
msgstr ""
2702+
26832703
#: py/runtime.c
26842704
msgid "maximum recursion depth exceeded"
26852705
msgstr ""

locale/cs.po

Lines changed: 27 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-08-27 11:21-0400\n"
8+
"POT-Creation-Date: 2020-08-30 14:38-0400\n"
99
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1010
"Last-Translator: dronecz <mzuzelka@gmail.com>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -496,6 +496,10 @@ msgstr ""
496496
msgid "Can't set CCCD on local Characteristic"
497497
msgstr ""
498498

499+
#: shared-bindings/_bleio/Adapter.c
500+
msgid "Cannot create a new Adapter; use _bleio.adapter;"
501+
msgstr ""
502+
499503
#: shared-bindings/displayio/Bitmap.c
500504
#: shared-bindings/memorymonitor/AllocationSize.c
501505
#: shared-bindings/pulseio/PulseIn.c
@@ -748,8 +752,8 @@ msgstr ""
748752
msgid "Error in regex"
749753
msgstr ""
750754

751-
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
752-
#: shared-bindings/microcontroller/Pin.c
755+
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
756+
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
753757
#: shared-bindings/neopixel_write/__init__.c
754758
#: shared-bindings/terminalio/Terminal.c
755759
msgid "Expected a %q"
@@ -760,10 +764,18 @@ msgstr ""
760764
msgid "Expected a Characteristic"
761765
msgstr ""
762766

767+
#: shared-bindings/_bleio/Adapter.c
768+
msgid "Expected a DigitalInOut"
769+
msgstr ""
770+
763771
#: shared-bindings/_bleio/Characteristic.c
764772
msgid "Expected a Service"
765773
msgstr ""
766774

775+
#: shared-bindings/_bleio/Adapter.c
776+
msgid "Expected a UART"
777+
msgstr ""
778+
767779
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
768780
#: shared-bindings/_bleio/Service.c
769781
msgid "Expected a UUID"
@@ -1249,6 +1261,10 @@ msgstr ""
12491261
msgid "Not running saved code.\n"
12501262
msgstr ""
12511263

1264+
#: shared-bindings/_bleio/__init__.c
1265+
msgid "Not settable"
1266+
msgstr ""
1267+
12521268
#: shared-bindings/util.c
12531269
msgid ""
12541270
"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1355,10 +1371,6 @@ msgstr ""
13551371
msgid "Pull not used when direction is output."
13561372
msgstr ""
13571373

1358-
#: ports/stm/ref/pulseout-pre-timeralloc.c
1359-
msgid "PulseOut not supported on this chip"
1360-
msgstr ""
1361-
13621374
#: ports/stm/common-hal/os/__init__.c
13631375
msgid "RNG DeInit Error"
13641376
msgstr ""
@@ -2459,6 +2471,10 @@ msgstr ""
24592471
msgid "initial values must be iterable"
24602472
msgstr ""
24612473

2474+
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2475+
msgid "initial_value length is wrong"
2476+
msgstr ""
2477+
24622478
#: py/compile.c
24632479
msgid "inline assembler must be a function"
24642480
msgstr ""
@@ -2651,6 +2667,10 @@ msgstr ""
26512667
msgid "max_length must be 0-%d when fixed_length is %s"
26522668
msgstr ""
26532669

2670+
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2671+
msgid "max_length must be > 0"
2672+
msgstr ""
2673+
26542674
#: py/runtime.c
26552675
msgid "maximum recursion depth exceeded"
26562676
msgstr ""

locale/de_DE.po

Lines changed: 30 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-08-27 11:21-0400\n"
8+
"POT-Creation-Date: 2020-08-30 14:38-0400\n"
99
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1010
"Last-Translator: Andreas Buchen <andreas.buchen@gmail.com>\n"
1111
"Language: de_DE\n"
@@ -499,6 +499,10 @@ msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
499499
msgid "Can't set CCCD on local Characteristic"
500500
msgstr "CCCD kann nicht auf lokales Merkmal eingestellt werden"
501501

502+
#: shared-bindings/_bleio/Adapter.c
503+
msgid "Cannot create a new Adapter; use _bleio.adapter;"
504+
msgstr ""
505+
502506
#: shared-bindings/displayio/Bitmap.c
503507
#: shared-bindings/memorymonitor/AllocationSize.c
504508
#: shared-bindings/pulseio/PulseIn.c
@@ -758,8 +762,8 @@ msgstr "EXTINT Kanal ist schon in Benutzung"
758762
msgid "Error in regex"
759763
msgstr "Fehler in regex"
760764

761-
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
762-
#: shared-bindings/microcontroller/Pin.c
765+
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
766+
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
763767
#: shared-bindings/neopixel_write/__init__.c
764768
#: shared-bindings/terminalio/Terminal.c
765769
msgid "Expected a %q"
@@ -770,10 +774,18 @@ msgstr "Erwartet ein(e) %q"
770774
msgid "Expected a Characteristic"
771775
msgstr "Characteristic wird erwartet"
772776

777+
#: shared-bindings/_bleio/Adapter.c
778+
msgid "Expected a DigitalInOut"
779+
msgstr ""
780+
773781
#: shared-bindings/_bleio/Characteristic.c
774782
msgid "Expected a Service"
775783
msgstr "Ein Service wird erwartet"
776784

785+
#: shared-bindings/_bleio/Adapter.c
786+
msgid "Expected a UART"
787+
msgstr ""
788+
777789
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
778790
#: shared-bindings/_bleio/Service.c
779791
msgid "Expected a UUID"
@@ -1268,6 +1280,10 @@ msgstr "Spielt nicht ab"
12681280
msgid "Not running saved code.\n"
12691281
msgstr ""
12701282

1283+
#: shared-bindings/_bleio/__init__.c
1284+
msgid "Not settable"
1285+
msgstr ""
1286+
12711287
#: shared-bindings/util.c
12721288
msgid ""
12731289
"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1385,10 +1401,6 @@ msgstr ""
13851401
msgid "Pull not used when direction is output."
13861402
msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
13871403

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-
13921404
#: ports/stm/common-hal/os/__init__.c
13931405
msgid "RNG DeInit Error"
13941406
msgstr "RNG DeInit-Fehler"
@@ -2530,6 +2542,10 @@ msgstr "Indizes müssen Integer, Slices oder Boolesche Listen sein"
25302542
msgid "initial values must be iterable"
25312543
msgstr ""
25322544

2545+
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2546+
msgid "initial_value length is wrong"
2547+
msgstr ""
2548+
25332549
#: py/compile.c
25342550
msgid "inline assembler must be a function"
25352551
msgstr "inline assembler muss eine function sein"
@@ -2728,6 +2744,10 @@ msgstr "Matrix ist nicht positiv definitiv"
27282744
msgid "max_length must be 0-%d when fixed_length is %s"
27292745
msgstr "max_length muss 0-%d sein, wenn fixed_length %s ist"
27302746

2747+
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2748+
msgid "max_length must be > 0"
2749+
msgstr ""
2750+
27312751
#: py/runtime.c
27322752
msgid "maximum recursion depth exceeded"
27332753
msgstr "maximale Rekursionstiefe überschritten"
@@ -3458,6 +3478,9 @@ msgstr ""
34583478
msgid "zi must be of shape (n_section, 2)"
34593479
msgstr ""
34603480

3481+
#~ msgid "PulseOut not supported on this chip"
3482+
#~ msgstr "PulseOut wird auf diesem Chip nicht unterstützt"
3483+
34613484
#~ msgid "tuple/list required on RHS"
34623485
#~ msgstr "Tupel / Liste auf RHS erforderlich"
34633486

locale/es.po

Lines changed: 30 additions & 7 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-27 11:21-0400\n"
10+
"POT-Creation-Date: 2020-08-30 14:38-0400\n"
1111
"PO-Revision-Date: 2020-08-17 21:11+0000\n"
1212
"Last-Translator: Alvaro Figueroa <alvaro@greencore.co.cr>\n"
1313
"Language-Team: \n"
@@ -505,6 +505,10 @@ msgstr "Llame a super().__ init __() antes de acceder al objeto nativo."
505505
msgid "Can't set CCCD on local Characteristic"
506506
msgstr "No se puede configurar CCCD en la característica local"
507507

508+
#: shared-bindings/_bleio/Adapter.c
509+
msgid "Cannot create a new Adapter; use _bleio.adapter;"
510+
msgstr ""
511+
508512
#: shared-bindings/displayio/Bitmap.c
509513
#: shared-bindings/memorymonitor/AllocationSize.c
510514
#: shared-bindings/pulseio/PulseIn.c
@@ -763,8 +767,8 @@ msgstr "El canal EXTINT ya está siendo utilizado"
763767
msgid "Error in regex"
764768
msgstr "Error en regex"
765769

766-
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
767-
#: shared-bindings/microcontroller/Pin.c
770+
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
771+
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
768772
#: shared-bindings/neopixel_write/__init__.c
769773
#: shared-bindings/terminalio/Terminal.c
770774
msgid "Expected a %q"
@@ -775,10 +779,18 @@ msgstr "Se espera un %q"
775779
msgid "Expected a Characteristic"
776780
msgstr "Se esperaba una Característica"
777781

782+
#: shared-bindings/_bleio/Adapter.c
783+
msgid "Expected a DigitalInOut"
784+
msgstr ""
785+
778786
#: shared-bindings/_bleio/Characteristic.c
779787
msgid "Expected a Service"
780788
msgstr "Se esperaba un servicio"
781789

790+
#: shared-bindings/_bleio/Adapter.c
791+
msgid "Expected a UART"
792+
msgstr ""
793+
782794
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
783795
#: shared-bindings/_bleio/Service.c
784796
msgid "Expected a UUID"
@@ -1267,6 +1279,10 @@ msgstr "No reproduciendo"
12671279
msgid "Not running saved code.\n"
12681280
msgstr "No ejecutando el código almacenado.\n"
12691281

1282+
#: shared-bindings/_bleio/__init__.c
1283+
msgid "Not settable"
1284+
msgstr ""
1285+
12701286
#: shared-bindings/util.c
12711287
msgid ""
12721288
"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1384,10 +1400,6 @@ msgstr ""
13841400
msgid "Pull not used when direction is output."
13851401
msgstr "Pull no se usa cuando la dirección es output."
13861402

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-
13911403
#: ports/stm/common-hal/os/__init__.c
13921404
msgid "RNG DeInit Error"
13931405
msgstr "Error de desinicializado del RNG"
@@ -2520,6 +2532,10 @@ msgstr "los índices deben ser enteros, particiones o listas de booleanos"
25202532
msgid "initial values must be iterable"
25212533
msgstr "los valores iniciales deben permitir iteración"
25222534

2535+
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2536+
msgid "initial_value length is wrong"
2537+
msgstr ""
2538+
25232539
#: py/compile.c
25242540
msgid "inline assembler must be a function"
25252541
msgstr "ensamblador en línea debe ser una función"
@@ -2715,6 +2731,10 @@ msgstr "matrix no es definida positiva"
27152731
msgid "max_length must be 0-%d when fixed_length is %s"
27162732
msgstr "max_length debe ser 0-%d cuando fixed_length es %s"
27172733

2734+
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2735+
msgid "max_length must be > 0"
2736+
msgstr ""
2737+
27182738
#: py/runtime.c
27192739
msgid "maximum recursion depth exceeded"
27202740
msgstr "profundidad máxima de recursión excedida"
@@ -3440,6 +3460,9 @@ msgstr "zi debe ser de tipo flotante"
34403460
msgid "zi must be of shape (n_section, 2)"
34413461
msgstr "zi debe ser una forma (n_section,2)"
34423462

3463+
#~ msgid "PulseOut not supported on this chip"
3464+
#~ msgstr "PulseOut no es compatible con este chip"
3465+
34433466
#~ msgid "tuple/list required on RHS"
34443467
#~ msgstr "tuple/lista se require en RHS"
34453468

0 commit comments

Comments
 (0)
0