Skip to content

Translations update from Hosted Weblate #10029

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 1 commit into from
Feb 5, 2025
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
40 changes: 40 additions & 0 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,10 @@ msgstr ""
"Hanya dapat mengaktifkan alarm pada dua pin rendah dari mode tidur dalam "
"(deep sleep)."

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Can't construct AudioOut because continuous channel already open"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
Expand Down Expand Up @@ -1026,15 +1030,43 @@ msgstr "Gagal terhubung: kesalahan internal"
msgid "Failed to connect: timeout"
msgstr "Gagal terhubung: habis waktu"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid arg"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid state"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: no mem"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: not found"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to enable continuous"
msgstr ""

#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr "Gagal mengurai file MP3"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to register continuous events callback"
msgstr ""

#: ports/nordic/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Gagal melepaskan mutex, err 0x%04x"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to start async audio"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr "Gagal menulis flash internal."
Expand Down Expand Up @@ -2451,6 +2483,10 @@ msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
msgid "addresses is empty"
msgstr "alamatnya kosong"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "already playing"
msgstr ""

#: py/compile.c
msgid "annotation must be an identifier"
msgstr "anotasi harus merupakan pengidentifikasi"
Expand Down Expand Up @@ -2529,6 +2565,10 @@ msgstr "berusaha mendapatkan argmin/argmax dari urutan kosong"
msgid "attributes not supported"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "audio format not supported"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "axis is out of bounds"
msgstr ""
Expand Down
40 changes: 40 additions & 0 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,10 @@ msgid "Can only alarm on two low pins from deep sleep."
msgstr ""
"Lze nastavit alarm na maximálně dvou pinech ve stavu low při hlubokém spánku."

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Can't construct AudioOut because continuous channel already open"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
Expand Down Expand Up @@ -1019,15 +1023,43 @@ msgstr "Připojení se nezdařilo: interní chyba"
msgid "Failed to connect: timeout"
msgstr "Nepodařilo se připojit: časový limit"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid arg"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid state"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: no mem"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: not found"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to enable continuous"
msgstr ""

#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr "Soubor MP3 se nepodařilo analyzovat"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to register continuous events callback"
msgstr ""

#: ports/nordic/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Nepodařilo se uvolnit mutex, err 0x%04x"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to start async audio"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr "Nepodařilo se zapsat do interní paměti."
Expand Down Expand Up @@ -2431,6 +2463,10 @@ msgstr ""
msgid "addresses is empty"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "already playing"
msgstr ""

#: py/compile.c
msgid "annotation must be an identifier"
msgstr "anotace musí být identifikátor"
Expand Down Expand Up @@ -2509,6 +2545,10 @@ msgstr ""
msgid "attributes not supported"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "audio format not supported"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "axis is out of bounds"
msgstr "osa je mimo rozsah"
Expand Down
40 changes: 40 additions & 0 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,10 @@ msgstr ""
msgid "Can only alarm on two low pins from deep sleep."
msgstr "Kann nur auf zwei Pins Alarm als low aus Deep Sleep auslösen."

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Can't construct AudioOut because continuous channel already open"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
Expand Down Expand Up @@ -1026,15 +1030,43 @@ msgstr "Verbindung fehlgeschlagen: interner Fehler"
msgid "Failed to connect: timeout"
msgstr "Verbindung nicht erfolgreich: timeout"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid arg"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid state"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: no mem"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: not found"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to enable continuous"
msgstr ""

#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr "MP3-Datei konnte nicht analysiert werden"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to register continuous events callback"
msgstr ""

#: ports/nordic/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Mutex konnte nicht freigegeben werden. Status: 0x%04x"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to start async audio"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr "Interner Flash konnte nicht geschrieben werden."
Expand Down Expand Up @@ -2463,6 +2495,10 @@ msgstr "ein Byte-ähnliches Objekt ist erforderlich"
msgid "addresses is empty"
msgstr "addresses ist leer"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "already playing"
msgstr ""

#: py/compile.c
msgid "annotation must be an identifier"
msgstr "Die Annotation muss ein Bezeichner sein"
Expand Down Expand Up @@ -2541,6 +2577,10 @@ msgstr "Versuch, argmin/argmax einer leeren Sequenz zu ermitteln"
msgid "attributes not supported"
msgstr "Attribute werden nicht unterstützt"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "audio format not supported"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "axis is out of bounds"
msgstr "Achse außerhalb des Wertebereichs"
Expand Down
40 changes: 40 additions & 0 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,10 @@ msgstr ""
msgid "Can only alarm on two low pins from deep sleep."
msgstr "Μπορεί να γίνει alarm μόνο σε δύο low pins σε βαθύ ύπνο."

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Can't construct AudioOut because continuous channel already open"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
Expand Down Expand Up @@ -1027,15 +1031,43 @@ msgstr ""
msgid "Failed to connect: timeout"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid arg"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid state"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: no mem"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: not found"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to enable continuous"
msgstr ""

#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to register continuous events callback"
msgstr ""

#: ports/nordic/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to start async audio"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr ""
Expand Down Expand Up @@ -2428,6 +2460,10 @@ msgstr ""
msgid "addresses is empty"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "already playing"
msgstr ""

#: py/compile.c
msgid "annotation must be an identifier"
msgstr ""
Expand Down Expand Up @@ -2506,6 +2542,10 @@ msgstr ""
msgid "attributes not supported"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "audio format not supported"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "axis is out of bounds"
msgstr ""
Expand Down
40 changes: 40 additions & 0 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@ msgstr "Can only alarm on one low pin while others alarm high from deep sleep."
msgid "Can only alarm on two low pins from deep sleep."
msgstr "Can only alarm on two low pins from deep sleep."

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Can't construct AudioOut because continuous channel already open"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
Expand Down Expand Up @@ -1019,15 +1023,43 @@ msgstr "Failed to connect: internal error"
msgid "Failed to connect: timeout"
msgstr "Failed to connect: timeout"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid arg"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid state"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: no mem"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: not found"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to enable continuous"
msgstr ""

#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr "Failed to parse MP3 file"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to register continuous events callback"
msgstr ""

#: ports/nordic/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr "Failed to release mutex, err 0x%04x"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to start async audio"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr "Failed to write internal flash."
Expand Down Expand Up @@ -2435,6 +2467,10 @@ msgstr "a bytes-like object is required"
msgid "addresses is empty"
msgstr "addresses is empty"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "already playing"
msgstr ""

#: py/compile.c
msgid "annotation must be an identifier"
msgstr "annotation must be an identifier"
Expand Down Expand Up @@ -2513,6 +2549,10 @@ msgstr "attempt to get argmin/argmax of an empty sequence"
msgid "attributes not supported"
msgstr "attributes not supported"

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "audio format not supported"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "axis is out of bounds"
msgstr "axis is out of bounds"
Expand Down
Loading