Skip to content

Commit 45ea2c5

Browse files
authored
Merge pull request #3692 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents f2e911a + 6472519 commit 45ea2c5

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

locale/es.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2020-11-04 21:18+0530\n"
11-
"PO-Revision-Date: 2020-11-01 16:26+0000\n"
12-
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
11+
"PO-Revision-Date: 2020-11-15 16:28+0000\n"
12+
"Last-Translator: RubenD <[email protected]>\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.3.2-dev\n"
19+
"X-Generator: Weblate 4.4-dev\n"
2020

2121
#: main.c
2222
msgid ""
@@ -305,7 +305,7 @@ msgstr "Todos los periféricos I2C están siendo usados"
305305

306306
#: ports/esp32s2/peripherals/pcnt_handler.c
307307
msgid "All PCNT units in use"
308-
msgstr ""
308+
msgstr "Todas las unidades PCNT en uso"
309309

310310
#: ports/atmel-samd/common-hal/canio/Listener.c
311311
#: ports/esp32s2/common-hal/canio/Listener.c
@@ -445,7 +445,7 @@ msgstr "Bit clock y word select deben compartir una unidad de reloj"
445445
#: shared-bindings/rgbmatrix/RGBMatrix.c
446446
#, c-format
447447
msgid "Bit depth must be from 1 to 6 inclusive, not %d"
448-
msgstr ""
448+
msgstr "Bit depth tiene que ser de 1 a 6 inclusivo, no %d"
449449

450450
#: shared-bindings/audiobusio/PDMIn.c
451451
msgid "Bit depth must be multiple of 8."

locale/fr.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2020-11-04 21:18+0530\n"
11-
"PO-Revision-Date: 2020-10-22 20:48+0000\n"
11+
"PO-Revision-Date: 2020-11-15 16:28+0000\n"
1212
"Last-Translator: Antonin ENFRUN <[email protected]>\n"
1313
"Language: fr\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=utf-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=n > 1;\n"
18-
"X-Generator: Weblate 4.3.1\n"
18+
"X-Generator: Weblate 4.4-dev\n"
1919

2020
#: main.c
2121
msgid ""
@@ -298,15 +298,15 @@ msgstr "Type d'adresse hors plage"
298298

299299
#: ports/esp32s2/common-hal/canio/CAN.c
300300
msgid "All CAN peripherals are in use"
301-
msgstr ""
301+
msgstr "Tous les périphériques CAN sont utilisés"
302302

303303
#: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
304304
msgid "All I2C peripherals are in use"
305305
msgstr "Tous les périphériques I2C sont utilisés"
306306

307307
#: ports/esp32s2/peripherals/pcnt_handler.c
308308
msgid "All PCNT units in use"
309-
msgstr ""
309+
msgstr "Toutes les unités PCNT sont utilisées"
310310

311311
#: ports/atmel-samd/common-hal/canio/Listener.c
312312
#: ports/esp32s2/common-hal/canio/Listener.c
@@ -431,7 +431,7 @@ msgstr ""
431431

432432
#: ports/esp32s2/common-hal/canio/CAN.c
433433
msgid "Baudrate not supported by peripheral"
434-
msgstr ""
434+
msgstr "Baudrate non prise en charge par le périphérique"
435435

436436
#: shared-module/displayio/Display.c
437437
#: shared-module/framebufferio/FramebufferDisplay.c
@@ -445,7 +445,7 @@ msgstr "'bit clock' et 'word select' doivent partager une horloge"
445445
#: shared-bindings/rgbmatrix/RGBMatrix.c
446446
#, c-format
447447
msgid "Bit depth must be from 1 to 6 inclusive, not %d"
448-
msgstr ""
448+
msgstr "Bit depth doit être compris entre 1 et 6 inclus, et non %d"
449449

450450
#: shared-bindings/audiobusio/PDMIn.c
451451
msgid "Bit depth must be multiple of 8."
@@ -2953,7 +2953,7 @@ msgstr "entiers longs non supportés dans cette build"
29532953

29542954
#: ports/esp32s2/common-hal/canio/CAN.c
29552955
msgid "loopback + silent mode not supported by peripheral"
2956-
msgstr ""
2956+
msgstr "loopback + silent mode non pris en charge par le périphérique"
29572957

29582958
#: py/parse.c
29592959
msgid "malformed f-string"
@@ -2991,11 +2991,11 @@ msgstr "profondeur maximale de récursivité dépassée"
29912991

29922992
#: extmod/ulab/code/approx/approx.c
29932993
msgid "maxiter must be > 0"
2994-
msgstr ""
2994+
msgstr "maxiter doit être > 0"
29952995

29962996
#: extmod/ulab/code/approx/approx.c
29972997
msgid "maxiter should be > 0"
2998-
msgstr ""
2998+
msgstr "maxiter devrait être > 0"
29992999

30003000
#: py/runtime.c
30013001
#, c-format
@@ -3440,7 +3440,7 @@ msgstr "l'argument de «sort» doit être un ndarray"
34403440

34413441
#: extmod/ulab/code/numerical/numerical.c
34423442
msgid "sorted axis can't be longer than 65535"
3443-
msgstr ""
3443+
msgstr "sorted axis ne peut pas dépasser 65535"
34443444

34453445
#: extmod/ulab/code/filter/filter.c
34463446
msgid "sos array must be of shape (n_section, 6)"
@@ -3575,12 +3575,12 @@ msgstr "tuple/liste a une mauvaise longueur"
35753575
#: ports/esp32s2/common-hal/canio/CAN.c
35763576
#, c-format
35773577
msgid "twai_driver_install returned esp-idf error #%d"
3578-
msgstr ""
3578+
msgstr "twai_driver_install a renvoyé l'erreur esp-idf #%d"
35793579

35803580
#: ports/esp32s2/common-hal/canio/CAN.c
35813581
#, c-format
35823582
msgid "twai_start returned esp-idf error #%d"
3583-
msgstr ""
3583+
msgstr "twai_start a renvoyé l'erreur esp-idf #%d"
35843584

35853585
#: ports/atmel-samd/common-hal/busio/UART.c
35863586
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c

locale/sv.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-11-04 21:18+0530\n"
9-
"PO-Revision-Date: 2020-11-05 20:26+0000\n"
9+
"PO-Revision-Date: 2020-11-15 16:28+0000\n"
1010
"Last-Translator: Jonny Bergdahl <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: sv\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
1616
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17-
"X-Generator: Weblate 4.3.2\n"
17+
"X-Generator: Weblate 4.4-dev\n"
1818

1919
#: main.c
2020
msgid ""
@@ -302,7 +302,7 @@ msgstr "All I2C-kringutrustning används"
302302

303303
#: ports/esp32s2/peripherals/pcnt_handler.c
304304
msgid "All PCNT units in use"
305-
msgstr ""
305+
msgstr "Alla PCNT-enheter används"
306306

307307
#: ports/atmel-samd/common-hal/canio/Listener.c
308308
#: ports/esp32s2/common-hal/canio/Listener.c
@@ -438,7 +438,7 @@ msgstr "Bitklocka och ordval måste dela en klockenhet"
438438
#: shared-bindings/rgbmatrix/RGBMatrix.c
439439
#, c-format
440440
msgid "Bit depth must be from 1 to 6 inclusive, not %d"
441-
msgstr ""
441+
msgstr "Bitdjup måste vara inom 1 till 6, inte %d"
442442

443443
#: shared-bindings/audiobusio/PDMIn.c
444444
msgid "Bit depth must be multiple of 8."

locale/zh_Latn_pinyin.po

Lines changed: 2 additions & 2 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: 2020-11-04 21:18+0530\n"
10-
"PO-Revision-Date: 2020-11-11 19:13+0000\n"
10+
"PO-Revision-Date: 2020-11-15 16:28+0000\n"
1111
"Last-Translator: hexthat <[email protected]>\n"
1212
"Language-Team: Chinese Hanyu Pinyin\n"
1313
"Language: zh_Latn_pinyin\n"
@@ -440,7 +440,7 @@ msgstr "Bǐtè shízhōng hé dānzì xuǎnzé bìxū gòngxiǎng shízhōng dā
440440
#: shared-bindings/rgbmatrix/RGBMatrix.c
441441
#, c-format
442442
msgid "Bit depth must be from 1 to 6 inclusive, not %d"
443-
msgstr ""
443+
msgstr "wèi shēn dù bì xū bāo hán 1 dào 6, ér bù shì %d"
444444

445445
#: shared-bindings/audiobusio/PDMIn.c
446446
msgid "Bit depth must be multiple of 8."

0 commit comments

Comments
 (0)