Skip to content

Translations update from Weblate #4656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,7 @@ msgstr ""

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Invalid %q pin"
msgstr "%q pada tidak valid"
Expand Down Expand Up @@ -1277,6 +1278,11 @@ msgstr "Periode penangkapan tidak valid. Kisaran yang valid: 1 - 500"
msgid "Invalid channel count"
msgstr "Jumlah kanal tidak valid"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "Invalid data_count %d"
msgstr ""

#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr "Arah tidak valid."
Expand Down Expand Up @@ -2155,6 +2161,14 @@ msgstr ""
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr "Untuk keluar, silahkan reset board tanpa "
Expand Down Expand Up @@ -2840,6 +2854,11 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "data pin #%d in use"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""
Expand Down
19 changes: 19 additions & 0 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ msgstr ""

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Invalid %q pin"
msgstr ""
Expand Down Expand Up @@ -1258,6 +1259,11 @@ msgstr ""
msgid "Invalid channel count"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "Invalid data_count %d"
msgstr ""

#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr ""
Expand Down Expand Up @@ -2117,6 +2123,14 @@ msgstr ""
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr ""
Expand Down Expand Up @@ -2794,6 +2808,11 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "data pin #%d in use"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""
Expand Down
19 changes: 19 additions & 0 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ msgstr "Ungültiger %q"

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Invalid %q pin"
msgstr "Ungültiger %q Pin"
Expand Down Expand Up @@ -1278,6 +1279,11 @@ msgstr "Ungültiger Aufnahmezeitraum. Gültiger Bereich: 1 - 500"
msgid "Invalid channel count"
msgstr "Ungültige Anzahl von Kanälen"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "Invalid data_count %d"
msgstr ""

#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr "Ungültige Richtung."
Expand Down Expand Up @@ -2161,6 +2167,14 @@ msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""
"Zeitbeschränkung ist zu groß: Maximale Zeitbeschränkung ist %d Sekunden"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr "Zum beenden, resette bitte das board ohne "
Expand Down Expand Up @@ -2863,6 +2877,11 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "data pin #%d in use"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""
Expand Down
19 changes: 19 additions & 0 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ msgstr ""

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Invalid %q pin"
msgstr ""
Expand Down Expand Up @@ -1255,6 +1256,11 @@ msgstr ""
msgid "Invalid channel count"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "Invalid data_count %d"
msgstr ""

#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr ""
Expand Down Expand Up @@ -2114,6 +2120,14 @@ msgstr ""
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr ""
Expand Down Expand Up @@ -2791,6 +2805,11 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "data pin #%d in use"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""
Expand Down
19 changes: 19 additions & 0 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,7 @@ msgstr "Invalid %q"

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Invalid %q pin"
msgstr "Invalid %q pin"
Expand Down Expand Up @@ -1272,6 +1273,11 @@ msgstr "Invalid capture period. Valid range: 1 - 500"
msgid "Invalid channel count"
msgstr "Invalid channel count"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "Invalid data_count %d"
msgstr ""

#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr "Invalid direction."
Expand Down Expand Up @@ -2151,6 +2157,14 @@ msgstr "Time is in the past."
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr "Timeout is too long: Maximum timeout length is %d seconds"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr "To exit, please reset the board without "
Expand Down Expand Up @@ -2837,6 +2851,11 @@ msgstr "cata must be iterable"
msgid "data must be of equal length"
msgstr "cata must be of equal length"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "data pin #%d in use"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr "cata type not understood"
Expand Down
35 changes: 27 additions & 8 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2021-04-22 17:16+0000\n"
"Last-Translator: Jose David M <[email protected]>\n"
"PO-Revision-Date: 2021-04-25 18:43+0000\n"
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -1219,6 +1219,7 @@ msgstr "%q inválido"

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Invalid %q pin"
msgstr "Pin %q inválido"
Expand Down Expand Up @@ -1289,6 +1290,11 @@ msgstr "Inválido periodo de captura. Rango válido: 1 - 500"
msgid "Invalid channel count"
msgstr "Cuenta de canales inválida"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "Invalid data_count %d"
msgstr "data_count inválido %d"

#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr "Dirección inválida."
Expand Down Expand Up @@ -2180,6 +2186,14 @@ msgstr ""
"Tiempo de espera demasiado largo: El tiempo máximo de espera es de %d "
"segundos"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr "Tiempo de espera agotado esperado por DRDY"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr "Tiempo de espera agotado esperando por VSYNC"

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr "Para salir, por favor reinicia la tarjeta sin "
Expand Down Expand Up @@ -2470,7 +2484,7 @@ msgstr "addresses esta vacío"

#: py/compile.c
msgid "annotation must be an identifier"
msgstr ""
msgstr "la anotación debe ser un identificador"

#: py/modbuiltins.c
msgid "arg is an empty sequence"
Expand Down Expand Up @@ -2656,7 +2670,7 @@ msgstr "no puede convertir %q a %q"

#: py/runtime.c
msgid "can't convert %q to int"
msgstr ""
msgstr "no se puede convertir %q a int"

#: py/objstr.c
msgid "can't convert '%q' object to %q implicitly"
Expand Down Expand Up @@ -2873,6 +2887,11 @@ msgstr "los datos deben permitir iteración"
msgid "data must be of equal length"
msgstr "los datos deben ser de igual tamaño"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "data pin #%d in use"
msgstr "pin de datos #%d en uso"

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr "tipo de dato no comprendido"
Expand Down Expand Up @@ -3081,7 +3100,7 @@ msgstr "lleno"

#: py/argcheck.c
msgid "function doesn't take keyword arguments"
msgstr ""
msgstr "la función no toma argumentos de tipo keyword"

#: py/argcheck.c
#, c-format
Expand Down Expand Up @@ -3137,7 +3156,7 @@ msgstr "generador ignorado GeneratorExit"

#: py/objgenerator.c
msgid "generator raised StopIteration"
msgstr ""
msgstr "el generador genero StopIteration"

#: shared-bindings/_stage/Layer.c
msgid "graphic must be 2048 bytes long"
Expand Down Expand Up @@ -3199,7 +3218,7 @@ msgstr "ensamblador en línea debe ser una función"

#: extmod/ulab/code/ndarray.c
msgid "input and output shapes are not compatible"
msgstr "Formas de entrada y salida no son compactibles"
msgstr "Formas de entrada y salida no son compatibles"

#: extmod/ulab/code/ulab_create.c
msgid "input argument must be an integer, a tuple, or a list"
Expand Down Expand Up @@ -3524,7 +3543,7 @@ msgstr "necesita más de %d valores para descomprimir"

#: py/modmath.c
msgid "negative factorial"
msgstr ""
msgstr "factorial negativo"

#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
msgid "negative power with no float support"
Expand Down
19 changes: 19 additions & 0 deletions locale/fil.po
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ msgstr ""

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#: ports/mimxrt10xx/common-hal/busio/UART.c
msgid "Invalid %q pin"
msgstr "Mali ang %q pin"
Expand Down Expand Up @@ -1270,6 +1271,11 @@ msgstr ""
msgid "Invalid channel count"
msgstr "Maling bilang ng channel"

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "Invalid data_count %d"
msgstr ""

#: shared-bindings/digitalio/DigitalInOut.c
msgid "Invalid direction."
msgstr "Mali ang direksyon."
Expand Down Expand Up @@ -2134,6 +2140,14 @@ msgstr ""
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr "Para lumabas, paki-reset ang board na wala ang "
Expand Down Expand Up @@ -2826,6 +2840,11 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
#, c-format
msgid "data pin #%d in use"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""
Expand Down
Loading