8000 Merge pull request #4150 from weblate/weblate-circuitpython-main · alexbartlow/circuitpython@f88357a · GitHub
[go: up one dir, main page]

Skip to content

Commit f88357a

Browse files
authored
Merge pull request adafruit#4150 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 5ba28e9 + c53155c commit f88357a

16 files changed

+85
-17
lines changed

locale/ID.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3674,6 +3674,10 @@ msgstr "Muncul dari PulseIn yang kosong"
36743674
msgid "pop from empty %q"
36753675
msgstr ""
36763676

3677+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3678+
msgid "port must be >= 0"
3679+
msgstr ""
3680+
36773681
#: py/objint_mpz.c
36783682
msgid "pow() 3rd argument cannot be 0"
36793683
msgstr ""

locale/cs.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3625,6 +3625,10 @@ msgstr ""
36253625
msgid "pop from empty %q"
36263626
msgstr ""
36273627

3628+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3629+
msgid "port must be >= 0"
3630+
msgstr ""
3631+
36283632
#: py/objint_mpz.c
36293633
msgid "pow() 3rd argument cannot be 0"
36303634
msgstr ""

locale/de_DE.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3707,6 +3707,10 @@ msgstr "pop von einem leeren PulseIn"
37073707
msgid "pop from empty %q"
37083708
msgstr ""
37093709

3710+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3711+
msgid "port must be >= 0"
3712+
msgstr ""
3713+
37103714
#: py/objint_mpz.c
37113715
msgid "pow() 3rd argument cannot be 0"
37123716
msgstr "pow() drittes Argument darf nicht 0 sein"

locale/el.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,6 +3622,10 @@ msgstr ""
36223622
msgid "pop from empty %q"
36233623
msgstr ""
36243624

3625+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3626+
msgid "port must be >= 0"
3627+
msgstr ""
3628+
36253629
#: py/objint_mpz.c
36263630
msgid "pow() 3rd argument cannot be 0"
36273631
msgstr ""

locale/es.po

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,31 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
11-
"PO-Revision-Date: 2020-12-30 22:25+0000\n"
12-
"Last-Translator: Hugo Dahl <hugo@code-jedi.com>\n"
11+
"PO-Revision-Date: 2021-02-08 21:21+0000\n"
12+
"Last-Translator: Alvaro Figueroa <alvaro@greencore.co.cr>\n"
1313
"Language-Team: \n"
1414
"Language: es\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19-
"X-Generator: Weblate 4.4.1-dev\n"
19+
"X-Generator: Weblate 4.5-dev\n"
2020

2121
#: main.c
2222
msgid ""
2323
"\n"
2424
"Code done running.\n"
2525
msgstr ""
26+
"\n"
27+
"El código terminó de ejecutar.\n"
2628

2729
#: main.c
2830
msgid ""
2931
"\n"
3032
"Code stopped by auto-reload.\n"
3133
msgstr ""
34+
"\n"
35+
"El código fue detenido por el auto-reiniciado.\n"
3236

3337
#: supervisor/shared/safe_mode.c
3438
msgid ""
@@ -50,7 +54,7 @@ msgstr " Archivo \"%q\", línea %d"
5054

5155
#: py/builtinhelp.c
5256
msgid " is of type %q\n"
53-
msgstr ""
57+
msgstr " es de tipo %q\n"
5458

5559
#: main.c
5660
msgid " output:\n"
@@ -126,7 +130,7 @@ msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
126130
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
127131
#, c-format
128132
msgid "%s error 0x%x"
129-
msgstr ""
133+
msgstr "%s error 0x%x"
130134

131135
#: py/argcheck.c
132136
msgid "'%q' argument required"
@@ -292,7 +296,7 @@ msgstr "pow() con 3 argumentos no soportado"
292296

293297
#: shared-module/msgpack/__init__.c
294298
msgid "64 bit types"
295-
msgstr ""
299+
msgstr "tipos de 64 bit"
296300

297301
#: ports/atmel-samd/common-hal/countio/Counter.c
298302
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
@@ -346,7 +350,7 @@ msgstr "Todos los canales de eventos estan siendo usados"
346350

347351
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
348352
msgid "All state machines in use"
349-
msgstr ""
353+
msgstr "Todas las máquinas de estado en uso"
350354

351355
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
352356
msgid "All sync event channels in use"
@@ -567,7 +571,7 @@ msgstr "Los bloques CBC deben ser múltiplos de 16 bytes"
567571

568572
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
569573
msgid "CRC or checksum was invalid"
570-
msgstr ""
574+
msgstr "CRC o suma de comprobación inválida"
571575

572576
#: py/objtype.c
573577
msgid "Call super().__init__() before accessing native object."
@@ -644,7 +648,7 @@ msgstr "No se puede reiniciar a bootloader porque no hay bootloader presente."
644648

645649
#: ports/esp32s2/common-hal/socketpool/Socket.c
646650
msgid "Cannot set socket options"
647-
msgstr ""
651+
msgstr "No se pueden definir opciones para enchufe"
648652

649653
#: shared-bindings/digitalio/DigitalInOut.c
650654
msgid "Cannot set value when direction is input."
@@ -1017,7 +1021,7 @@ msgstr "Filtros muy complejos"
10171021

10181022
#: ports/esp32s2/common-hal/dualbank/__init__.c
10191023
msgid "Firmware image is invalid"
1020-
msgstr ""
1024+
msgstr "La imagen de firmware es inválida"
10211025

10221026
#: ports/cxd56/common-hal/camera/Camera.c
10231027
msgid "Format not supported"
@@ -1040,7 +1044,7 @@ msgstr "La función requiere lock"
10401044

10411045
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
10421046
msgid "Generic Failure"
1043-
msgstr ""
1047+
msgstr "Fallo Genérico"
10441048

10451049
#: shared-bindings/displayio/Display.c
10461050
#: shared-bindings/displayio/EPaperDisplay.c
@@ -1076,7 +1080,7 @@ msgstr "I2C Error de inicio"
10761080

10771081
#: ports/raspberrypi/common-hal/busio/I2C.c
10781082
msgid "I2C peripheral in use"
1079-
msgstr ""
1083+
msgstr "Dispositivo I2C en uso"
10801084

10811085
#: shared-bindings/audiobusio/I2SOut.c
10821086
msgid "I2SOut not available"
@@ -3695,6 +3699,10 @@ msgstr "pop de un PulseIn vacío"
36953699
msgid "pop from empty %q"
36963700
msgstr "pop desde %q vacía"
36973701

3702+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3703+
msgid "port must be >= 0"
3704+
msgstr ""
3705+
36983706
#: py/objint_mpz.c
36993707
msgid "pow() 3rd argument cannot be 0"
37003708
msgstr "el 3er argumento de pow() no puede ser 0"

locale/fil.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,6 +3671,10 @@ msgstr "pop mula sa walang laman na PulseIn"
36713671
msgid "pop from empty %q"
36723672
msgstr ""
36733673

3674+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3675+
msgid "port must be >= 0"
3676+
msgstr ""
3677+
36743678
#: py/objint_mpz.c
36753679
msgid "pow() 3rd argument cannot be 0"
36763680
msgstr "pow() 3rd argument ay hindi maaring 0"

locale/fr.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3732,6 +3732,10 @@ msgstr "'pop' d'une entrée PulseIn vide"
37323732
msgid "pop from empty %q"
37333733
msgstr "pop sur %q vide"
37343734

3735+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3736+
msgid "port must be >= 0"
3737+
msgstr ""
3738+
37353739
#: py/objint_mpz.c
37363740
msgid "pow() 3rd argument cannot be 0"
37373741
msgstr "le 3e argument de pow() ne peut être 0"

locale/hi.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,6 +3622,10 @@ msgstr ""
36223622
msgid "pop from empty %q"
36233623
msgstr ""
36243624

3625+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3626+
msgid "port must be >= 0"
3627+
msgstr ""
3628+
36253629
#: py/objint_mpz.c
36263630
msgid "pow() 3rd argument cannot be 0"
36273631
msgstr ""

locale/it_IT.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,10 @@ msgstr "pop sun un PulseIn vuoto"
36793679
msgid "pop from empty %q"
36803680
msgstr ""
36813681

3682+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3683+
msgid "port must be >= 0"
3684+
msgstr ""
3685+
36823686
#: py/objint_mpz.c
36833687
msgid "pow() 3rd argument cannot be 0"
36843688
msgstr "il terzo argomento di pow() non può essere 0"

locale/ja.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3652,6 +3652,10 @@ msgstr ""
36523652
msgid "pop from empty %q"
36533653
msgstr ""
36543654

3655+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3656+
msgid "port must be >= 0"
3657+
msgstr ""
3658+
36553659
#: py/objint_mpz.c
36563660
msgid "pow() 3rd argument cannot be 0"
36573661
msgstr "pow()の3つ目の引数は0にできません"

locale/ko.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,6 +3626,10 @@ msgstr ""
36263626
msgid "pop from empty %q"
36273627
msgstr ""
36283628

3629+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3630+
msgid "port must be >= 0"
3631+
msgstr ""
3632+
36293633
#: py/objint_mpz.c
36303634
msgid "pow() 3rd argument cannot be 0"
36313635
msgstr ""

locale/nl.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3684,6 +3684,10 @@ msgstr "pop van een lege PulseIn"
36843684
msgid "pop from empty %q"
36853685
msgstr "pop van een lege %q"
36863686

3687+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3688+
msgid "port must be >= 0"
3689+
msgstr ""
3690+
36873691
#: py/objint_mpz.c
36883692
msgid "pow() 3rd argument cannot be 0"
36893693
msgstr "derde argument van pow() mag geen 0 zijn"

locale/pl.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3644,6 +3644,10 @@ msgstr "pop z pustego PulseIn"
36443644
msgid "pop from empty %q"
36453645
msgstr ""
36463646

3647+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3648+
msgid "port must be >= 0"
3649+
msgstr ""
3650+
36473651
#: py/objint_mpz.c
36483652
msgid "pow() 3rd argument cannot be 0"
36493653
msgstr "trzeci argument pow() nie może być 0"

locale/pt_BR.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2021-02-05 15:41+0000\n"
9+
"PO-Revision-Date: 2021-02-09 14:03+0000\n"
1010
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
1111
"Language-Team: \n"
1212
"Language: pt_BR\n"
@@ -3724,6 +3724,10 @@ msgstr "pop a partir de um PulseIn vazio"
37243724
msgid "pop from empty %q"
37253725
msgstr "pop a partir do %q vazio"
37263726

3727+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3728+
msgid "port must be >= 0"
3729+
msgstr "a porta deve ser > = 0"
3730+
37273731
#: py/objint_mpz.c
37283732
msgid "pow() 3rd argument cannot be 0"
37293733
msgstr "O terceiro argumento pow() não pode ser 0"

locale/sv.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3685,6 +3685,10 @@ msgstr "pop från en tom PulseIn"
36853685
msgid "pop from empty %q"
36863686
msgstr "pop från tom %q"
36873687

3688+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3689+
msgid "port must be >= 0"
3690+
msgstr ""
3691+
36883692
#: py/objint_mpz.c
36893693
msgid "pow() 3rd argument cannot be 0"
36903694
msgstr "pow() 3: e argument kan inte vara 0"

locale/zh_Latn_pinyin.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"Project-Id-Version: circuitpython-cn\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
10-
"PO-Revision-Date: 2021-02-02 03:38+0000\n"
10+
"PO-Revision-Date: 2021-02-09 14:03+0000\n"
1111
"Last-Translator: hexthat <hexthat@gmail.com>\n"
1212
"Language-Team: Chinese Hanyu Pinyin\n"
1313
"Language: zh_Latn_pinyin\n"
@@ -645,7 +645,7 @@ msgstr "Wúfǎ chóng zhì wèi bootloader, yīnwèi méiyǒu bootloader cúnzà
645645

646646
#: ports/esp32s2/common-hal/socketpool/Socket.c
647647
msgid "Cannot set socket options"
648-
msgstr ""
648+
msgstr "wú fǎ shè zhì tào jiē zì xuǎn xiàng"
649649

650650
#: shared-bindings/digitalio/DigitalInOut.c
651651
msgid "Cannot set value when direction is input."
@@ -1558,7 +1558,7 @@ msgstr "chéng xù zhōng wèi tuì chū"
15581558
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
15591559
#: ports/raspberrypi/common-hal/busio/I2C.c
15601560
msgid "No pull up found on SDA or SCL; check your wiring"
1561-
msgstr ""
1561+
msgstr "zài SDA huò SCL shàng wèi zhǎo dào shàng lā; jiǎn chá nín de xiàn lù"
15621562

15631563
#: shared-module/touchio/TouchIn.c
15641564
msgid "No pulldown on pin; 1Mohm recommended"
@@ -1828,7 +1828,7 @@ msgstr "RNG chūshǐhuà cuòwù"
18281828

18291829
#: ports/nrf/common-hal/busio/UART.c
18301830
msgid "RS485 Not yet supported on this device"
1831-
msgstr ""
1831+
msgstr "RS485 cǐ shè bèi shàng bù zhī chí"
18321832

18331833
#: ports/esp32s2/common-hal/busio/UART.c
18341834
#: ports/mimxrt10xx/common-hal/busio/UART.c
@@ -3678,6 +3678,10 @@ msgstr "cóng kōng mài chōng tán chū"
36783678
msgid "pop from empty %q"
36793679
msgstr "cóng kōng %q dànchū"
36803680

3681+
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
3682+
msgid "port must be >= 0"
3683+
msgstr "duān kǒu bì xū wéi >= 0"
3684+
36813685
#: py/objint_mpz.c
36823686
msgid "pow() 3rd argument cannot be 0"
36833687
msgstr "pow() 3 cān shǔ bùnéng wéi 0"

0 commit comments

Comments
 (0)
0