Skip to content

Translations update from Weblate #4234

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 15 commits into from
Feb 22, 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
4 changes: 4 additions & 0 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -3388,6 +3388,10 @@ msgstr ""
msgid "memory allocation failed, heap is locked"
msgstr ""

#: py/objarray.c
msgid "memoryview: length is not a multiple of itemsize"
msgstr ""

#: py/builtinimport.c
msgid "module not found"
msgstr "modul tidak ditemukan"
Expand Down
4 changes: 4 additions & 0 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -3340,6 +3340,10 @@ msgstr ""
msgid "memory allocation failed, heap is locked"
msgstr ""

#: py/objarray.c
msgid "memoryview: length is not a multiple of itemsize"
msgstr ""

#: py/builtinimport.c
msgid "module not found"
msgstr ""
Expand Down
4 changes: 4 additions & 0 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -3418,6 +3418,10 @@ msgstr "Speicherzuordnung fehlgeschlagen, Zuweisung von %u Bytes"
msgid "memory allocation failed, heap is locked"
msgstr "Speicherzuweisung fehlgeschlagen, der Heap ist gesperrt"

#: py/objarray.c
msgid "memoryview: length is not a multiple of itemsize"
msgstr ""

#: py/builtinimport.c
msgid "module not found"
msgstr "Modul nicht gefunden"
Expand Down
4 changes: 4 additions & 0 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -3337,6 +3337,10 @@ msgstr ""
msgid "memory allocation failed, heap is locked"
msgstr ""

#: py/objarray.c
msgid "memoryview: length is not a multiple of itemsize"
msgstr ""

#: py/builtinimport.c
msgid "module not found"
msgstr ""
Expand Down
17 changes: 12 additions & 5 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2021-02-20 01:10+0000\n"
"PO-Revision-Date: 2021-02-21 22:27+0000\n"
"Last-Translator: Jose David M <[email protected]>\n"
"Language-Team: \n"
"Language: es\n"
Expand Down Expand Up @@ -582,7 +582,7 @@ msgstr "Llame a super().__ init __() antes de acceder al objeto nativo."

#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
msgid "Can only alarm on RTC IO from deep sleep."
msgstr "Solo puede alertar en RTC IO de deep sleep"
msgstr "Solo puede alertar en RTC IO de deep sleep."

#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
msgid "Can only alarm on one low pin while others alarm high from deep sleep."
Expand Down Expand Up @@ -1138,7 +1138,7 @@ msgstr "error Input/output"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Instruction %d jumps on pin"
msgstr "La instruction %d jumps en pin"
msgstr "La instruction %d salta en pin"

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
Expand Down Expand Up @@ -1433,7 +1433,8 @@ msgstr "first_in_pin no encontrado. La instrucción %d desplaza de los pin(es)"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing first_in_pin. Instruction %d waits based on pin"
msgstr "first_in_pin no encontrado. La instrucción %d espera basada en este pin"
msgstr ""
"first_in_pin no encontrado. La instrucción %d espera basada en este pin"

#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
Expand All @@ -1450,7 +1451,8 @@ msgstr "first_in_pin no encontrado. La instrucción %d escribe pin(es)"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#, c-format
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr "first_set_pin no encontrado. La instrucción %d configura el/los pin(es)"
msgstr ""
"first_set_pin no encontrado. La instrucción %d configura el/los pin(es)"

#: shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
Expand Down Expand Up @@ -3422,6 +3424,11 @@ msgstr "la asignación de memoria falló, asignando %u bytes"
msgid "memory allocation failed, heap is locked"
msgstr "la asignación de memoria falló, el heap está bloqueado"

#: py/objarray.c
msgid "memoryview: length is not a multiple of itemsize"
msgstr ""
"memoryview: la longitud no es un múltiplo del tamaño del elemento (itemsize)"

#: py/builtinimport.c
msgid "module not found"
msgstr "módulo no encontrado"
Expand Down
4 changes: 4 additions & 0 deletions locale/fil.po
Original file line number Diff line number Diff line change
Expand Up @@ -3384,6 +3384,10 @@ msgstr "nabigo ang paglalaan ng memorya, paglalaan ng %u bytes"
msgid "memory allocation failed, heap is locked"
msgstr "abigo ang paglalaan ng memorya, ang heap ay naka-lock"

#: py/objarray.c
msgid "memoryview: length is not a multiple of itemsize"
msgstr ""

#: py/builtinimport.c
msgid "module not found"
msgstr "module hindi nakita"
Expand Down
Loading