8000 Update translation files · jepler/circuitpython@baaebd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit baaebd6

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 1f07992 commit baaebd6

19 files changed

+768
-6
lines changed

locale/ID.po

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,10 @@ msgstr ""
759759
"Hanya dapat mengaktifkan alarm pada dua pin rendah dari mode tidur dalam "
760760
"(deep sleep)."
761761

762+
#: ports/espressif/common-hal/audioio/AudioOut.c
763+
msgid "Can't construct AudioOut because continuous channel already open"
764+
msgstr ""
765+
762766
#: ports/espressif/common-hal/_bleio/Characteristic.c
763767
#: ports/nordic/common-hal/_bleio/Characteristic.c
764768
msgid "Can't set CCCD on local Characteristic"
@@ -1026,15 +1030,43 @@ msgstr "Gagal terhubung: kesalahan internal"
10261030
msgid "Failed to connect: timeout"
10271031
msgstr "Gagal terhubung: habis waktu"
10281032

1033+
#: ports/espressif/common-hal/audioio/AudioOut.c
1034+
msgid "Failed to create continuous channels: invalid arg"
1035+
msgstr ""
1036+
1037+
#: ports/espressif/common-hal/audioio/AudioOut.c
1038+
msgid "Failed to create continuous channels: invalid state"
1039+
msgstr ""
1040+
1041+
#: ports/espressif/common-hal/audioio/AudioOut.c
1042+
msgid "Failed to create continuous channels: no mem"
1043+
msgstr ""
1044+
1045+
#: ports/espressif/common-hal/audioio/AudioOut.c
1046+
msgid "Failed to create continuous channels: not found"
1047+
msgstr ""
1048+
1049+
#: ports/espressif/common-hal/audioio/AudioOut.c
1050+
msgid "Failed to enable continuous"
1051+
msgstr ""
1052+
10291053
#: shared-module/audiomp3/MP3Decoder.c
10301054
msgid "Failed to parse MP3 file"
10311055
msgstr "Gagal mengurai file MP3"
10321056

1057+
#: ports/espressif/common-hal/audioio/AudioOut.c
1058+
msgid "Failed to register continuous events callback"
1059+
msgstr ""
1060+
10331061
#: ports/nordic/sd_mutex.c
10341062
#, c-format
10351063
msgid "Failed to release mutex, err 0x%04x"
10361064
msgstr "Gagal melepaskan mutex, err 0x%04x"
10371065

1066+
#: ports/espressif/common-hal/audioio/AudioOut.c
1067+
msgid "Failed to start async audio"
1068+
msgstr ""
1069+
10381070
#: supervisor/shared/safe_mode.c
10391071
msgid "Failed to write internal flash."
10401072
msgstr "Gagal menulis flash internal."
@@ -2451,6 +2483,10 @@ msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
24512483
msgid "addresses is empty"
24522484
msgstr "alamatnya kosong"
24532485

2486+
#: ports/espressif/common-hal/audioio/AudioOut.c
2487+
msgid "already playing"
2488+
msgstr ""
2489+
24542490
#: py/compile.c
24552491
msgid "annotation must be an identifier"
24562492
msgstr "anotasi harus merupakan pengidentifikasi"
@@ -2529,6 +2565,10 @@ msgstr "berusaha mendapatkan argmin/argmax dari urutan kosong"
25292565
msgid "attributes not supported"
25302566
msgstr ""
25312567

2568+
#: ports/espressif/common-hal/audioio/AudioOut.c
2569+
msgid "audio format not supported"
2570+
msgstr ""
2571+
25322572
#: extmod/ulab/code/ulab_tools.c
25332573
msgid "axis is out of bounds"
25342574
msgstr ""

locale/cs.po

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,10 @@ msgid "Can only alarm on two low pins from deep sleep."
755755
msgstr ""
756756
"Lze nastavit alarm na maximálně dvou pinech ve stavu low při hlubokém spánku."
757757

758+
#: ports/espressif/common-hal/audioio/AudioOut.c
759+
msgid "Can't construct AudioOut because continuous channel already open"
760+
msgstr ""
761+
758762
#: ports/espressif/common-hal/_bleio/Characteristic.c
759763
#: ports/nordic/common-hal/_bleio/Characteristic.c
760764
msgid "Can't set CCCD on local Characteristic"
@@ -1019,15 +1023,43 @@ msgstr "Připojení se nezdařilo: interní chyba"
10191023
msgid "Failed to connect: timeout"
10201024
msgstr "Nepodařilo se připojit: časový limit"
10211025

1026+
#: ports/espressif/common-hal/audioio/AudioOut.c
1027+
msgid "Failed to create continuous channels: invalid arg"
1028+
msgstr ""
1029+
1030+
#: ports/espressif/common-hal/audioio/AudioOut.c
1031+
msgid "Failed to create continuous channels: invalid state"
1032+
msgstr ""
1033+
1034+
#: ports/espressif/common-hal/audioio/AudioOut.c
1035+
msgid "Failed to create continuous channels: no mem"
1036+
msgstr ""
1037+
1038+
#: ports/espressif/common-hal/audioio/AudioOut.c
1039+
msgid "Failed to create continuous channels: not found"
1040+
msgstr ""
1041+
1042+
#: ports/espressif/common-hal/audioio/AudioOut.c
1043+
msgid "Failed to enable continuous"
1044+
msgstr ""
1045+
10221046
#: shared-module/audiomp3/MP3Decoder.c
10231047
msgid "Failed to parse MP3 file"
10241048
msgstr "Soubor MP3 se nepodařilo analyzovat"
10251049

1050+
#: ports/espressif/common-hal/audioio/AudioOut.c
1051+
msgid "Failed to register continuous events callback"
1052+
msgstr ""
1053+
10261054
#: ports/nordic/sd_mutex.c
10271055
#, c-format
10281056
msgid "Failed to release mutex, err 0x%04x"
10291057
msgstr "Nepodařilo se uvolnit mutex, err 0x%04x"
10301058

1059+
#: ports/espressif/common-hal/audioio/AudioOut.c
1060+
msgid "Failed to start async audio"
1061+
msgstr ""
1062+
10311063
#: supervisor/shared/safe_mode.c
10321064
msgid "Failed to write internal flash."
10331065
msgstr "Nepodařilo se zapsat do interní paměti."
@@ -2431,6 +2463,10 @@ msgstr ""
24312463
msgid "addresses is empty"
24322464
msgstr ""
24332465

2466+
#: ports/espressif/common-hal/audioio/AudioOut.c
2467+
msgid "already playing"
2468+
msgstr ""
2469+
24342470
#: py/compile.c
24352471
msgid "annotation must be an identifier"
24362472
msgstr "anotace musí být identifikátor"
@@ -2509,6 +2545,10 @@ msgstr ""
25092545
msgid "attributes not supported"
25102546
msgstr ""
25112547

2548+
#: ports/espressif/common-hal/audioio/AudioOut.c
2549+
msgid "audio format not supported"
2550+
msgstr ""
2551+
25122552
#: extmod/ulab/code/ulab_tools.c
25132553
msgid "axis is out of bounds"
25142554
msgstr "osa je mimo rozsah"

locale/de_DE.po

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,10 @@ msgstr ""
758758
msgid "Can only alarm on two low pins from deep sleep."
759759
msgstr "Kann nur auf zwei Pins Alarm als low aus Deep Sleep auslösen."
760760

761+
#: ports/espressif/common-hal/audioio/AudioOut.c
762+
msgid "Can't construct AudioOut because continuous channel already open"
763+
msgstr ""
764+
761765
#: ports/espressif/common-hal/_bleio/Characteristic.c
762766
#: ports/nordic/common-hal/_bleio/Characteristic.c
763767
msgid "Can't set CCCD on local Characteristic"
@@ -1026,15 +1030,43 @@ msgstr "Verbindung fehlgeschlagen: interner Fehler"
10261030
msgid "Failed to connect: timeout"
10271031
msgstr "Verbindung nicht erfolgreich: timeout"
10281032

1033+
#: ports/espressif/common-hal/audioio/AudioOut.c
1034+
msgid "Failed to create continuous channels: invalid arg"
1035+
msgstr ""
1036+
1037+
#: ports/espressif/common-hal/audioio/AudioOut.c
1038+
msgid "Failed to create continuous channels: invalid state"
1039+
msgstr ""
1040+
1041+
#: ports/espressif/common-hal/audioio/AudioOut.c
1042+
msgid "Failed to create continuous channels: no mem"
1043+
msgstr ""
1044+
1045+
#: ports/espressif/common-hal/audioio/AudioOut.c
1046+
msgid "Failed to create continuous channels: not found"
1047+
msgstr ""
1048+
1049+
#: ports/espressif/common-hal/audioio/AudioOut.c
1050+
msgid "Failed to enable continuous"
1051+
msgstr ""
1052+
10291053
#: shared-module/audiomp3/MP3Decoder.c
10301054
msgid "Failed to parse MP3 file"
10311055
msgstr "MP3-Datei konnte nicht analysiert werden"
10321056

1057+
#: ports/espressif/common-hal/audioio/AudioOut.c
1058+
msgid "Failed to register continuous events callback"
1059+
msgstr ""
1060+
10331061
#: ports/nordic/sd_mutex.c
10341062
#, c-format
10351063
msgid "Failed to release mutex, err 0x%04x"
10361064
msgstr "Mutex konnte nicht freigegeben werden. Status: 0x%04x"
10371065

1066+
#: ports/espressif/common-hal/audioio/AudioOut.c
1067+
msgid "Failed to start async audio"
1068+
msgstr ""
1069+
10381070
#: supervisor/shared/safe_mode.c
10391071
msgid "Failed to write internal flash."
10401072
msgstr "Interner Flash konnte nicht geschrieben werden."
@@ -2463,6 +2495,10 @@ msgstr "ein Byte-ähnliches Objekt ist erforderlich"
24632495
msgid "addresses is empty"
24642496
msgstr "addresses ist leer"
24652497

2498+
#: ports/espressif/common-hal/audioio/AudioOut.c
2499+
msgid "already playing"
2500+
msgstr ""
2501+
24662502
#: py/compile.c
24672503
msgid "annotation must be an identifier"
24682504
msgstr "Die Annotation muss ein Bezeichner sein"
@@ -2541,6 +2577,10 @@ msgstr "Versuch, argmin/argmax einer leeren Sequenz zu ermitteln"
25412577
msgid "attributes not supported"
25422578
msgstr "Attribute werden nicht unterstützt"
25432579

2580+
#: ports/espressif/common-hal/audioio/AudioOut.c
2581+
msgid "audio format not supported"
2582+
msgstr ""
2583+
25442584
#: extmod/ulab/code/ulab_tools.c
25452585
msgid "axis is out of bounds"
25462586
msgstr "Achse außerhalb des Wertebereichs"

locale/el.po

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,10 @@ msgstr ""
757757
msgid "Can only alarm on two low pins from deep sleep."
758758
msgstr "Μπορεί να γίνει alarm μόνο σε δύο low pins σε βαθύ ύπνο."
759759

760+
#: ports/espressif/common-hal/audioio/AudioOut.c
761+
msgid "Can't construct AudioOut because continuous channel already open"
762+
msgstr ""
763+
760764
#: ports/espressif/common-hal/_bleio/Characteristic.c
761765
#: ports/nordic/common-hal/_bleio/Characteristic.c
762766
msgid "Can't set CCCD on local Characteristic"
@@ -1027,15 +1031,43 @@ msgstr ""
10271031
msgid "Failed to connect: timeout"
10281032
msgstr ""
10291033

1034+
#: ports/espressif/common-hal/audioio/AudioOut.c
1035+
msgid "Failed to create continuous channels: invalid arg"
1036+
msgstr ""
1037+
1038+
#: ports/espressif/common-hal/audioio/AudioOut.c
1039+
msgid "Failed to create continuous channels: invalid state"
1040+
msgstr ""
1041+
1042+
#: ports/espressif/common-hal/audioio/AudioOut.c
1043+
msgid "Failed to create continuous channels: no mem"
1044+
msgstr ""
1045+
1046+
#: ports/espressif/common-hal/audioio/AudioOut.c
1047+
msgid "Failed to create continuous channels: not found"
1048+
msgstr ""
1049+
1050+
#: ports/espressif/common-hal/audioio/AudioOut.c
1051+
msgid "Failed to enable continuous"
1052+
msgstr ""
1053+
10301054
#: shared-module/audiomp3/MP3Decoder.c
10311055
msgid "Failed to parse MP3 file"
10321056
msgstr ""
10331057

1058+
#: ports/espressif/common-hal/audioio/AudioOut.c
1059+
msgid "Failed to register continuous events callback"
1060+
msgstr ""
1061+
10341062
#: ports/nordic/sd_mutex.c
10351063
#, c-format
10361064
msgid "Failed to release mutex, err 0x%04x"
10371065
msgstr ""
10381066

1067+
#: ports/espressif/common-hal/audioio/AudioOut.c
1068+
msgid "Failed to start async audio"
1069+
msgstr ""
1070+
10391071
#: supervisor/shared/safe_mode.c
10401072
msgid "Failed to write internal flash."
10411073
msgstr ""
@@ -2428,6 +2460,10 @@ msgstr ""
24282460
msgid "addresses is empty"
24292461
msgstr ""
24302462

2463+
#: ports/espressif/common-hal/audioio/AudioOut.c
2464+
msgid "already playing"
2465+
msgstr ""
2466+
24312467
#: py/compile.c
24322468
msgid "annotation must be an identifier"
24332469
msgstr ""
@@ -2506,6 +2542,10 @@ msgstr ""
25062542
msgid "attributes not supported"
25072543
msgstr ""
25082544

2545+
#: ports/espressif/common-hal/audioio/AudioOut.c
2546+
msgid "audio format not supported"
2547+
msgstr ""
2548+
25092549
#: extmod/ulab/code/ulab_tools.c
25102550
msgid "axis is out of bounds"
25112551
msgstr ""

locale/en_GB.po

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,10 @@ msgstr "Can only alarm on one low pin while others alarm high from deep sleep."
754754
msgid "Can only alarm on two low pins from deep sleep."
755755
msgstr "Can only alarm on two low pins from deep sleep."
756756

757+
#: ports/espressif/common-hal/audioio/AudioOut.c
758+
msgid "Can't construct AudioOut because continuous channel already open"
759+
msgstr ""
760+
757761
#: ports/espressif/common-hal/_bleio/Characteristic.c
758762
#: ports/nordic/common-hal/_bleio/Characteristic.c
759763
msgid "Can't set CCCD on local Characteristic"
@@ -1019,15 +1023,43 @@ msgstr "Failed to connect: internal error"
10191023
msgid "Failed to connect: timeout"
10201024
msgstr "Failed to connect: timeout"
10211025

1026+
#: ports/espressif/common-hal/audioio/AudioOut.c
1027+
msgid "Failed to create continuous channels: invalid arg"
1028+
msgstr ""
1029+
1030+
#: ports/espressif/common-hal/audioio/AudioOut.c
1031+
msgid "Failed to create continuous channels: invalid state"
1032+
msgstr ""
1033+
1034+
#: ports/espressif/common-hal/audioio/AudioOut.c
1035+
msgid "Failed to create continuous channels: no mem"
1036+
msgstr ""
1037+
1038+
#: ports/espressif/common-hal/audioio/AudioOut.c
1039+
msgid "Failed to create continuous channels: not found"
1040+
msgstr ""
1041+
1042+
#: ports/espressif/common-hal/audioio/AudioOut.c
1043+
msgid "Failed to enable continuous"
1044+
msgstr ""
1045+
10221046
#: shared-module/audiomp3/MP3Decoder.c
10231047
msgid "Failed to parse MP3 file"
10241048
msgstr "Failed to parse MP3 file"
10251049

1050+
#: ports/espressif/common-hal/audioio/AudioOut.c
1051+
msgid "Failed to register continuous events callback"
1052+
msgstr ""
1053+
10261054
#: ports/nordic/sd_mutex.c
10271055
#, c-format
10281056
msgid "Failed to release mutex, err 0x%04x"
10291057
msgstr "Failed to release mutex, err 0x%04x"
10301058

1059+
#: ports/espressif/common-hal/audioio/AudioOut.c
1060+
msgid "Failed to start async audio"
1061+
msgstr ""
1062+
10311063
#: supervisor/shared/safe_mode.c
10321064
msgid "Failed to write internal flash."
10331065
msgstr "Failed to write internal flash."
@@ -2435,6 +2467,10 @@ msgstr "a bytes-like object is required"
24352467
msgid "addresses is empty"
24362468
msgstr "addresses is empty"
24372469

2470+
#: ports/espressif/common-hal/audioio/AudioOut.c
2471+
msgid "already playing"
2472+
msgstr ""
2473+
24382474
#: py/compile.c
24392475
msgid "annotation must be an identifier"
24402476
msgstr "annotation must be an identifier"
@@ -2513,6 +2549,10 @@ msgstr "attempt to get argmin/argmax of an empty sequence"
25132549
msgid "attributes not supported"
25142550
msgstr "attributes not supported"
25152551

2552+
#: ports/espressif/common-hal/audioio/AudioOut.c
2553+
msgid "audio format not supported"
2554+
msgstr ""
2555+
25162556
#: extmod/ulab/code/ulab_tools.c
25172557
msgid "axis is out of bounds"
25182558
msgstr "axis is out of bounds"

0 commit comments

Comments
 (0)
0