Skip to content

Commit 3ddb598

Browse files
authored
Merge pull request #3131 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 3fcd999 + 0ab2c7b commit 3ddb598

File tree

13 files changed

+114
-61
lines changed

13 files changed

+114
-61
lines changed

locale/ID.po

Lines changed: 7 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-07-02 15:29+0200\n"
10+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1111
"PO-Revision-Date: 2020-07-06 18:10+0000\n"
1212
"Last-Translator: oon arfiandwi <[email protected]>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -824,7 +824,8 @@ msgstr "File sudah ada"
824824

825825
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
826826
msgid "Frequency captured is above capability. Capture Paused."
827-
msgstr "Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
827+
msgstr ""
828+
"Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
828829

829830
#: ports/stm/common-hal/pulseio/PWMOut.c
830831
msgid "Frequency must match existing PWMOut using this timer"
@@ -1116,6 +1117,10 @@ msgstr ""
11161117
msgid "Must provide MISO or MOSI pin"
11171118
msgstr ""
11181119

1120+
#: ports/stm/common-hal/busio/SPI.c
1121+
msgid "Must provide SCK pin"
1122+
msgstr ""
1123+
11191124
#: shared-bindings/rgbmatrix/RGBMatrix.c
11201125
#, c-format
11211126
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/cs.po

Lines changed: 5 additions & 1 deletion
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-07-02 15:29+0200\n"
10+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1111
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1212
"Last-Translator: dronecz <[email protected]>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1100,6 +1100,10 @@ msgstr ""
11001100
msgid "Must provide MISO or MOSI pin"
11011101
msgstr ""
11021102

1103+
#: ports/stm/common-hal/busio/SPI.c
1104+
msgid "Must provide SCK pin"
1105+
msgstr ""
1106+
11031107
#: shared-bindings/rgbmatrix/RGBMatrix.c
11041108
#, c-format
11051109
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/de_DE.po

Lines changed: 5 additions & 1 deletion
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-07-02 15:29+0200\n"
10+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1111
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1212
"Last-Translator: Andreas Buchen <[email protected]>\n"
1313
"Language: de_DE\n"
@@ -1119,6 +1119,10 @@ msgstr "Muss eine %q Unterklasse sein."
11191119
msgid "Must provide MISO or MOSI pin"
11201120
msgstr "Muss MISO- oder MOSI-Pin bereitstellen"
11211121

1122+
#: ports/stm/common-hal/busio/SPI.c
1123+
msgid "Must provide SCK pin"
1124+
msgstr ""
1125+
11221126
#: shared-bindings/rgbmatrix/RGBMatrix.c
11231127
#, c-format
11241128
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/es.po

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-07-02 15:29+0200\n"
11-
"PO-Revision-Date: 2020-07-07 15:59+0000\n"
10+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
11+
"PO-Revision-Date: 2020-07-13 19:24+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
1414
"Language: es\n"
@@ -536,7 +536,7 @@ msgstr "No se puede especificar RTS o CTS en modo RS485"
536536

537537
#: py/objslice.c
538538
msgid "Cannot subclass slice"
539-
msgstr "Cannot subclass slice"
539+
msgstr "No se puede manejar la partición en una subclase"
540540

541541
#: shared-module/bitbangio/SPI.c
542542
msgid "Cannot transfer without MOSI and MISO pins."
@@ -576,7 +576,7 @@ msgstr "Iniciado de pin de reloj fallido."
576576

577577
#: shared-module/bitbangio/I2C.c
578578
msgid "Clock stretch too long"
579-
msgstr "Clock stretch demasiado largo "
579+
msgstr "Estirado de reloj demasiado largo"
580580

581581
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
582582
msgid "Clock unit in use"
@@ -692,7 +692,7 @@ msgstr "Trozo de datos debe seguir fmt chunk"
692692

693693
#: ports/nrf/common-hal/_bleio/Adapter.c
694694
msgid "Data too large for advertisement packet"
695-
msgstr "Data es muy grande para el paquete de advertisement."
695+
msgstr "Data es muy grande para el paquete de anuncio"
696696

697697
#: shared-bindings/audiobusio/PDMIn.c
698698
msgid "Destination capacity is smaller than destination_length."
@@ -746,7 +746,7 @@ msgstr "Se espera un %q"
746746
#: shared-bindings/_bleio/CharacteristicBuffer.c
747747
#: shared-bindings/_bleio/Descriptor.c shared-bindings/_bleio/PacketBuffer.c
748748
msgid "Expected a Characteristic"
749-
msgstr "Se esperaba una Característica."
749+
msgstr "Se esperaba una Característica"
750750

751751
#: shared-bindings/_bleio/Characteristic.c
752752
msgid "Expected a Service"
@@ -776,7 +776,7 @@ msgstr "FFT se define solo para ndarrays"
776776

777777
#: shared-bindings/ps2io/Ps2.c
778778
msgid "Failed sending command."
779-
msgstr "Fallo enviando comando"
779+
msgstr "Fallo enviando comando."
780780

781781
#: ports/nrf/sd_mutex.c
782782
#, c-format
@@ -873,7 +873,7 @@ msgid ""
873873
"mpy-update for more info."
874874
msgstr ""
875875
"Archivo .mpy incompatible. Actualice todos los archivos .mpy. Consulte "
876-
"http://adafru.it/mpy-update para más información"
876+
"http://adafru.it/mpy-update para más información."
877877

878878
#: shared-bindings/_pew/PewPew.c
879879
msgid "Incorrect buffer size"
@@ -981,7 +981,7 @@ msgstr "Frecuencia suministrada no válida"
981981

982982
#: supervisor/shared/safe_mode.c
983983
msgid "Invalid memory access."
984-
msgstr "Acceso a memoria no válido"
984+
msgstr "Acceso a memoria no válido."
985985

986986
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
987987
msgid "Invalid number of bits"
@@ -1065,7 +1065,7 @@ msgstr "LHS del agumento por palabra clave deberia ser un identificador"
10651065

10661066
#: shared-module/displayio/Group.c
10671067
msgid "Layer already in a group."
1068-
msgstr "Layer ya pertenece a un grupo"
1068+
msgstr "La capa ya pertenece a un grupo."
10691069

10701070
#: shared-module/displayio/Group.c
10711071
msgid "Layer must be a Group or TileGrid subclass."
@@ -1110,12 +1110,16 @@ msgstr "Falta el pin MISO o MOSI"
11101110

11111111
#: shared-bindings/displayio/Group.c
11121112
msgid "Must be a %q subclass."
1113-
msgstr "Debe de ser una subclase de %q"
1113+
msgstr "Debe de ser una subclase de %q."
11141114

11151115
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
11161116
msgid "Must provide MISO or MOSI pin"
11171117
msgstr "Debe proporcionar un pin MISO o MOSI"
11181118

1119+
#: ports/stm/common-hal/busio/SPI.c
1120+
msgid "Must provide SCK pin"
1121+
msgstr "Debes proveer un pin para SCK"
1122+
11191123
#: shared-bindings/rgbmatrix/RGBMatrix.c
11201124
#, c-format
11211125
msgid "Must use a multiple of 6 rgb pins, not %d"
@@ -1235,7 +1239,7 @@ msgid ""
12351239
"Object has been deinitialized and can no longer be used. Create a new object."
12361240
msgstr ""
12371241
"El objeto se ha desinicializado y ya no se puede utilizar. Crea un nuevo "
1238-
"objeto"
1242+
"objeto."
12391243

12401244
#: ports/nrf/common-hal/busio/UART.c
12411245
msgid "Odd parity is not supported"
@@ -1264,7 +1268,7 @@ msgstr ""
12641268

12651269
#: shared-bindings/audiobusio/PDMIn.c
12661270
msgid "Oversample must be multiple of 8."
1267-
msgstr "El sobremuestreo debe ser un múltiplo de 8"
1271+
msgstr "El sobremuestreo debe ser un múltiplo de 8."
12681272

12691273
#: shared-bindings/pulseio/PWMOut.c
12701274
msgid ""
@@ -1275,8 +1279,8 @@ msgstr "PWM duty_cycle debe ser entre 0 y 65535 inclusivo (16 bit resolution)"
12751279
msgid ""
12761280
"PWM frequency not writable when variable_frequency is False on construction."
12771281
msgstr ""
1278-
"PWM frecuencia no esta escrito cuando el variable_frequency es falso en "
1279-
"construcion"
1282+
"La frecuencia de PWM no se puede escribir variable_frequency es False en la "
1283+
"construcción."
12801284

12811285
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
12821286
#: ports/stm/common-hal/displayio/ParallelBus.c
@@ -1461,7 +1465,7 @@ msgstr "Serializer está siendo utilizado"
14611465

14621466
#: shared-bindings/nvm/ByteArray.c
14631467
msgid "Slice and value different lengths."
1464-
msgstr "Slice y value tienen diferentes longitudes"
1468+
msgstr "Slice y value tienen tamaños diferentes."
14651469

14661470
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
14671471
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
@@ -1653,7 +1657,7 @@ msgstr "No se pudo leer los datos de la paleta de colores"
16531657

16541658
#: shared-bindings/nvm/ByteArray.c
16551659
msgid "Unable to write to nvm."
1656-
msgstr "Imposible escribir en nvm"
1660+
msgstr "Imposible escribir en nvm."
16571661

16581662
#: ports/nrf/common-hal/_bleio/UUID.c
16591663
msgid "Unexpected nrfx uuid type"
@@ -1681,7 +1685,7 @@ msgstr "Error suave desconocido en dispositivo: %04x"
16811685
#: shared-bindings/_pixelbuf/PixelBuf.c
16821686
#, c-format
16831687
msgid "Unmatched number of items on RHS (expected %d, got %d)."
1684-
msgstr "Número incomparable de elementos en RHS (%d esperado,%d obtenido)"
1688+
msgstr "Número incomparable de elementos en RHS (%d esperado,%d obtenido)."
16851689

16861690
#: ports/nrf/common-hal/_bleio/__init__.c
16871691
msgid ""
@@ -1724,7 +1728,7 @@ msgstr "Tamaño de valor > max_length"
17241728

17251729
#: py/emitnative.c
17261730
msgid "Viper functions don't currently support more than 4 arguments"
1727-
msgstr "funciones Viper actualmente no soportan más de 4 argumentos."
1731+
msgstr "funciones Viper no soportan por el momento, más de 4 argumentos"
17281732

17291733
#: ports/stm/common-hal/microcontroller/Processor.c
17301734
msgid "Voltage read timed out"
@@ -2278,7 +2282,7 @@ msgstr "end_x debe ser un int"
22782282
#: ports/nrf/common-hal/busio/UART.c
22792283
#, c-format
22802284
msgid "error = 0x%08lX"
2281-
msgstr "error = 0x%08lx"
2285+
msgstr "error = 0x%08lX"
22822286

22832287
#: py/runtime.c
22842288
msgid "exceptions must derive from BaseException"
@@ -2435,7 +2439,7 @@ msgstr "la función toma %d argumentos posicionales pero le fueron dados %d"
24352439

24362440
#: shared-bindings/time/__init__.c
24372441
msgid "function takes exactly 9 arguments"
2438-
msgstr "la función toma exactamente 9 argumentos."
2442+
msgstr "la función toma exactamente 9 argumentos"
24392443

24402444
#: py/objgenerator.c
24412445
msgid "generator already executing"

locale/fil.po

Lines changed: 5 additions & 1 deletion
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-07-02 15:29+0200\n"
10+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1111
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1212
"Last-Translator: Timothy <[email protected]>\n"
1313
"Language-Team: fil\n"
@@ -1108,6 +1108,10 @@ msgstr ""
11081108
msgid "Must provide MISO or MOSI pin"
11091109
msgstr ""
11101110

1111+
#: ports/stm/common-hal/busio/SPI.c
1112+
msgid "Must provide SCK pin"
1113+
msgstr ""
1114+
11111115
#: shared-bindings/rgbmatrix/RGBMatrix.c
11121116
#, c-format
11131117
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/fr.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-07-02 15:29+0200\n"
11+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1212
"PO-Revision-Date: 2020-06-05 17:29+0000\n"
1313
"Last-Translator: aberwag <[email protected]>\n"
1414
"Language: fr\n"
@@ -1121,6 +1121,10 @@ msgstr "Doit être une sous-classe de %q."
11211121
msgid "Must provide MISO or MOSI pin"
11221122
msgstr "Doit fournir une broche MISO ou MOSI"
11231123

1124+
#: ports/stm/common-hal/busio/SPI.c
1125+
msgid "Must provide SCK pin"
1126+
msgstr ""
1127+
11241128
#: shared-bindings/rgbmatrix/RGBMatrix.c
11251129
#, c-format
11261130
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/it_IT.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-07-02 15:29+0200\n"
11+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1212
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1313
"Last-Translator: Enrico Paganin <[email protected]>\n"
1414
"Language-Team: \n"
@@ -1112,6 +1112,10 @@ msgstr ""
11121112
msgid "Must provide MISO or MOSI pin"
11131113
msgstr ""
11141114

1115+
#: ports/stm/common-hal/busio/SPI.c
1116+
msgid "Must provide SCK pin"
1117+
msgstr ""
1118+
11151119
#: shared-bindings/rgbmatrix/RGBMatrix.c
11161120
#, c-format
11171121
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/ko.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-07-02 15:29+0200\n"
11+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1212
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1096,6 +1096,10 @@ msgstr ""
10961096
msgid "Must provide MISO or MOSI pin"
10971097
msgstr ""
10981098

1099+
#: ports/stm/common-hal/busio/SPI.c
1100+
msgid "Must provide SCK pin"
1101+
msgstr ""
1102+
10991103
#: shared-bindings/rgbmatrix/RGBMatrix.c
11001104
#, c-format
11011105
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/nl.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-07-02 15:29+0200\n"
11-
"PO-Revision-Date: 2020-07-02 20:42+0000\n"
10+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
11+
"PO-Revision-Date: 2020-07-13 17:39+0000\n"
1212
"Last-Translator: _fonzlate <[email protected]>\n"
1313
"Language-Team: none\n"
1414
"Language: nl\n"
@@ -1112,6 +1112,10 @@ msgstr "%q moet een subklasse zijn."
11121112
msgid "Must provide MISO or MOSI pin"
11131113
msgstr "MISO of MOSI moeten worden gegeven"
11141114

1115+
#: ports/stm/common-hal/busio/SPI.c
1116+
msgid "Must provide SCK pin"
1117+
msgstr "SCK pin moet opgegeven worden"
1118+
11151119
#: shared-bindings/rgbmatrix/RGBMatrix.c
11161120
#, c-format
11171121
msgid "Must use a multiple of 6 rgb pins, not %d"

locale/pl.po

Lines changed: 5 additions & 1 deletion
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-07-02 15:29+0200\n"
10+
"POT-Creation-Date: 2020-07-07 14:38-0500\n"
1111
"PO-Revision-Date: 2019-03-19 18:37-0700\n"
1212
"Last-Translator: Radomir Dopieralski <[email protected]>\n"
1313
"Language-Team: pl\n"
@@ -1097,6 +1097,10 @@ msgstr ""
10971097
msgid "Must provide MISO or MOSI pin"
10981098
msgstr ""
10991099

1100+
#: ports/stm/common-hal/busio/SPI.c
1101+
msgid "Must provide SCK pin"
1102+
msgstr ""
1103+
11001104
#: shared-bindings/rgbmatrix/RGBMatrix.c
11011105
#, c-format
11021106
msgid "Must use a multiple of 6 rgb pins, not %d"

0 commit comments

Comments
 (0)