Skip to content

Commit 49da804

Browse files
authored
Merge pull request #8705 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents ca1b680 + 668ff4d commit 49da804

19 files changed

+690
-5
lines changed

locale/ID.po

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,10 @@ msgstr "Data 0 pin harus byte disejajarkan"
890890
msgid "Data chunk must follow fmt chunk"
891891
msgstr "Potongan data harus mengikuti fmt chunk"
892892

893+
#: shared-module/jpegio/JpegDecoder.c
894+
msgid "Data format error (may be broken data)"
895+
msgstr ""
896+
893897
#: ports/espressif/common-hal/_bleio/Adapter.c
894898
#: ports/nrf/common-hal/_bleio/Adapter.c
895899
msgid "Data not supported with directed advertising"
@@ -904,10 +908,18 @@ msgstr "Data terlalu besar untuk paket advertisment"
904908
msgid "Deep sleep pins must use a rising edge with pulldown"
905909
msgstr ""
906910

911+
#: shared-module/jpegio/JpegDecoder.c
912+
msgid "Destination bitmap too small to contain image"
913+
msgstr ""
914+
907915
#: shared-bindings/audiobusio/PDMIn.c
908916
msgid "Destination capacity is smaller than destination_length."
909917
msgstr "Kapasitas tujuan lebih kecil dari destination_length."
910918

919+
#: shared-module/jpegio/JpegDecoder.c
920+
msgid "Device error or wrong termination of input stream"
921+
msgstr ""
922+
911923
#: ports/nrf/common-hal/audiobusio/I2SOut.c
912924
msgid "Device in use"
913925
msgstr "Perangkat sedang digunakan"
@@ -1187,6 +1199,14 @@ msgstr "Otentikasi tidak cukup"
11871199
msgid "Insufficient encryption"
11881200
msgstr "Enkripsi tidak cukup"
11891201

1202+
#: shared-module/jpegio/JpegDecoder.c
1203+
msgid "Insufficient memory pool for the image"
1204+
msgstr ""
1205+
1206+
#: shared-module/jpegio/JpegDecoder.c
1207+
msgid "Insufficient stream input buffer"
1208+
msgstr ""
1209+
11901210
#: ports/espressif/common-hal/wifi/Radio.c
11911211
msgid "Interface must be started"
11921212
msgstr ""
@@ -1217,6 +1237,10 @@ msgstr ""
12171237
msgid "Interrupt error."
12181238
msgstr ""
12191239

1240+
#: shared-module/jpegio/JpegDecoder.c
1241+
msgid "Interrupted by output function"
1242+
msgstr ""
1243+
12201244
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12211245
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
12221246
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1556,6 +1580,10 @@ msgstr "Tidak terhubung"
15561580
msgid "Not playing"
15571581
msgstr "Tidak berfungsi"
15581582

1583+
#: shared-module/jpegio/JpegDecoder.c
1584+
msgid "Not supported JPEG standard"
1585+
msgstr ""
1586+
15591587
#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
15601588
#, c-format
15611589
msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1704,6 +1732,10 @@ msgstr ""
17041732
msgid "PWM slice channel A already in use"
17051733
msgstr ""
17061734

1735+
#: shared-module/jpegio/JpegDecoder.c
1736+
msgid "Parameter error"
1737+
msgstr ""
1738+
17071739
#: ports/espressif/common-hal/audiobusio/__init__.c
17081740
msgid "Peripheral in use"
17091741
msgstr "Periferal sedang digunakan"
@@ -1879,6 +1911,10 @@ msgstr ""
18791911
msgid "Right channel unsupported"
18801912
msgstr "Channel Kanan tidak didukung"
18811913

1914+
#: shared-module/jpegio/JpegDecoder.c
1915+
msgid "Right format but not supported"
1916+
msgstr ""
1917+
18821918
#: main.c
18831919
msgid "Running in safe mode! Not running saved code.\n"
18841920
msgstr ""

locale/cs.po

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,10 @@ msgstr "Datový pin 0 musí být zarovnán na bajty"
898898
msgid "Data chunk must follow fmt chunk"
899899
msgstr "Datový blok musí následovat fmt blok"
900900

901+
#: shared-module/jpegio/JpegDecoder.c
902+
msgid "Data format error (may be broken data)"
903+
msgstr ""
904+
901905
#: ports/espressif/common-hal/_bleio/Adapter.c
902906
#: ports/nrf/common-hal/_bleio/Adapter.c
903907
msgid "Data not supported with directed advertising"
@@ -913,10 +917,18 @@ msgid "Deep sleep pins must use a rising edge with pulldown"
913917
msgstr ""
914918
"Piny pro hluboký spánek musí používat náběžnou hranu s pulldown rezistorem"
915919

920+
#: shared-module/jpegio/JpegDecoder.c
921+
msgid "Destination bitmap too small to contain image"
922+
msgstr ""
923+
916924
#: shared-bindings/audiobusio/PDMIn.c
917925
msgid "Destination capacity is smaller than destination_length."
918926
msgstr "Cílová kapacita je menší než destination_length."
919927

928+
#: shared-module/jpegio/JpegDecoder.c
929+
msgid "Device error or wrong termination of input stream"
930+
msgstr ""
931+
920932
#: ports/nrf/common-hal/audiobusio/I2SOut.c
921933
msgid "Device in use"
922934
msgstr "Zařízení je používáno"
@@ -1199,6 +1211,14 @@ msgstr "Nedostatečná autentizace"
11991211
msgid "Insufficient encryption"
12001212
msgstr "Nedostatečné šifrování"
12011213

1214+
#: shared-module/jpegio/JpegDecoder.c
1215+
msgid "Insufficient memory pool for the image"
1216+
msgstr ""
1217+
1218+
#: shared-module/jpegio/JpegDecoder.c
1219+
msgid "Insufficient stream input buffer"
1220+
msgstr ""
1221+
12021222
#: ports/espressif/common-hal/wifi/Radio.c
12031223
msgid "Interface must be started"
12041224
msgstr "Rozhraní musí být nastartováno"
@@ -1229,6 +1249,10 @@ msgstr "Interní watchdog timer expiroval."
12291249
msgid "Interrupt error."
12301250
msgstr "Chyba přerušení."
12311251

1252+
#: shared-module/jpegio/JpegDecoder.c
1253+
msgid "Interrupted by output function"
1254+
msgstr ""
1255+
12321256
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12331257
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
12341258
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1568,6 +1592,10 @@ msgstr "Nepřipojený"
15681592
msgid "Not playing"
15691593
msgstr "Nehraje"
15701594

1595+
#: shared-module/jpegio/JpegDecoder.c
1596+
msgid "Not supported JPEG standard"
1597+
msgstr ""
1598+
15711599
#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
15721600
#, c-format
15731601
msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1712,6 +1740,10 @@ msgstr "PWM kanál je již využíván"
17121740
msgid "PWM slice channel A already in use"
17131741
msgstr "PWM kanál A je již využíván"
17141742

1743+
#: shared-module/jpegio/JpegDecoder.c
1744+
msgid "Parameter error"
1745+
msgstr ""
1746+
17151747
#: ports/espressif/common-hal/audiobusio/__init__.c
17161748
msgid "Peripheral in use"
17171749
msgstr "Periférie je používána"
@@ -1884,6 +1916,10 @@ msgstr "Požadovaný zdroj nebyl nalezen"
18841916
msgid "Right channel unsupported"
18851917
msgstr "Pravý kanál nepodporován"
18861918

1919+
#: shared-module/jpegio/JpegDecoder.c
1920+
msgid "Right format but not supported"
1921+
msgstr ""
1922+
18871923
#: main.c
18881924
msgid "Running in safe mode! Not running saved code.\n"
18891925
msgstr "Běh v nouzovém režimu! Uložený kód není zpracováván.\n"

locale/de_DE.po

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,10 @@ msgstr "Data 0 pin muss am Byte ausgerichtet sein"
899899
msgid "Data chunk must follow fmt chunk"
900900
msgstr "Dem fmt Block muss ein Datenblock folgen"
901901

902+
#: shared-module/jpegio/JpegDecoder.c
903+
msgid "Data format error (may be broken data)"
904+
msgstr ""
905+
902906
#: ports/espressif/common-hal/_bleio/Adapter.c
903907
#: ports/nrf/common-hal/_bleio/Adapter.c
904908
msgid "Data not supported with directed advertising"
@@ -913,10 +917,18 @@ msgstr "Zu vielen Daten für das advertisement packet"
913917
msgid "Deep sleep pins must use a rising edge with pulldown"
914918
msgstr "Deep Sleep Pins müssen eine steigende Flanke mit Pulldown verwenden"
915919

920+
#: shared-module/jpegio/JpegDecoder.c
921+
msgid "Destination bitmap too small to contain image"
922+
msgstr ""
923+
916924
#: shared-bindings/audiobusio/PDMIn.c
917925
msgid "Destination capacity is smaller than destination_length."
918926
msgstr "Die Zielkapazität ist kleiner als destination_length."
919927

928+
#: shared-module/jpegio/JpegDecoder.c
929+
msgid "Device error or wrong termination of input stream"
930+
msgstr ""
931+
920932
#: ports/nrf/common-hal/audiobusio/I2SOut.c
921933
msgid "Device in use"
922934
msgstr "Gerät in Benutzung"
@@ -1208,6 +1220,14 @@ msgstr "Unzureichende Authentifizierung"
12081220
msgid "Insufficient encryption"
12091221
msgstr "Unzureichende Verschlüsselung"
12101222

1223+
#: shared-module/jpegio/JpegDecoder.c
1224+
msgid "Insufficient memory pool for the image"
1225+
msgstr ""
1226+
1227+
#: shared-module/jpegio/JpegDecoder.c
1228+
msgid "Insufficient stream input buffer"
1229+
msgstr ""
1230+
12111231
#: ports/espressif/common-hal/wifi/Radio.c
12121232
msgid "Interface must be started"
12131233
msgstr "Schnittstelle muss gestartet sein"
@@ -1238,6 +1258,10 @@ msgstr "Der Interne WatchDog Timer ist abgelaufen."
12381258
msgid "Interrupt error."
12391259
msgstr "Interrupt Fehler."
12401260

1261+
#: shared-module/jpegio/JpegDecoder.c
1262+
msgid "Interrupted by output function"
1263+
msgstr ""
1264+
12411265
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12421266
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
12431267
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1578,6 +1602,10 @@ msgstr "Nicht verbunden"
15781602
msgid "Not playing"
15791603
msgstr "Spielt nicht ab"
15801604

1605+
#: shared-module/jpegio/JpegDecoder.c
1606+
msgid "Not supported JPEG standard"
1607+
msgstr ""
1608+
15811609
#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
15821610
#, c-format
15831611
msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1725,6 +1753,10 @@ msgstr "PWM-Stück wird bereits verwendet"
17251753
msgid "PWM slice channel A already in use"
17261754
msgstr "PWM-Stück-Kanal A wird bereits verwendet"
17271755

1756+
#: shared-module/jpegio/JpegDecoder.c
1757+
msgid "Parameter error"
1758+
msgstr ""
1759+
17281760
#: ports/espressif/common-hal/audiobusio/__init__.c
17291761
msgid "Peripheral in use"
17301762
msgstr "Peripheriegerät wird bereits verwendet"
@@ -1901,6 +1933,10 @@ msgstr "Angefragte Ressource nicht gefunden"
19011933
msgid "Right channel unsupported"
19021934
msgstr "Rechter Kanal wird nicht unterstützt"
19031935

1936+
#: shared-module/jpegio/JpegDecoder.c
1937+
msgid "Right format but not supported"
1938+
msgstr ""
1939+
19041940
#: main.c
19051941
msgid "Running in safe mode! Not running saved code.\n"
19061942
msgstr "Sicherheitsmodus aktiv! Gespeicherter Code wird nicht ausgeführt\n"

locale/el.po

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,10 @@ msgstr "Το Data 0 pin πρέπει να είναι byte aligned"
907907
msgid "Data chunk must follow fmt chunk"
908908
msgstr "Το data chunk πρέπει να ακολουθεί το fmt chunk"
909909

910+
#: shared-module/jpegio/JpegDecoder.c
911+
msgid "Data format error (may be broken data)"
912+
msgstr ""
913+
910914
#: ports/espressif/common-hal/_bleio/Adapter.c
911915
#: ports/nrf/common-hal/_bleio/Adapter.c
912916
msgid "Data not supported with directed advertising"
@@ -921,11 +925,19 @@ msgstr "Τα δεδομένα είναι πολύ μεγάλα για πακέτ
921925
msgid "Deep sleep pins must use a rising edge with pulldown"
922926
msgstr "Τα pins βαθύ ύπνου πρέπει να χρησιμοποιούν rising edge με pulldown"
923927

928+
#: shared-module/jpegio/JpegDecoder.c
929+
msgid "Destination bitmap too small to contain image"
930+
msgstr ""
931+
924932
#: shared-bindings/audiobusio/PDMIn.c
925933
msgid "Destination capacity is smaller than destination_length."
926934
msgstr ""
927935
"Το μέγεθος προορισμού πρέπει να είναι μικρότερο από το destination_length."
928936

937+
#: shared-module/jpegio/JpegDecoder.c
938+
msgid "Device error or wrong termination of input stream"
939+
msgstr ""
940+
929941
#: ports/nrf/common-hal/audiobusio/I2SOut.c
930942
msgid "Device in use"
931943
msgstr "Συσκευή σε χρήση"
@@ -1207,6 +1219,14 @@ msgstr ""
12071219
msgid "Insufficient encryption"
12081220
msgstr ""
12091221

1222+
#: shared-module/jpegio/JpegDecoder.c
1223+
msgid "Insufficient memory pool for the image"
1224+
msgstr ""
1225+
1226+
#: shared-module/jpegio/JpegDecoder.c
1227+
msgid "Insufficient stream input buffer"
1228+
msgstr ""
1229+
12101230
#: ports/espressif/common-hal/wifi/Radio.c
12111231
msgid "Interface must be started"
12121232
msgstr ""
@@ -1237,6 +1257,10 @@ msgstr ""
12371257
msgid "Interrupt error."
12381258
msgstr ""
12391259

1260+
#: shared-module/jpegio/JpegDecoder.c
1261+
msgid "Interrupted by output function"
1262+
msgstr ""
1263+
12401264
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12411265
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
12421266
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1576,6 +1600,10 @@ msgstr ""
15761600
msgid "Not playing"
15771601
msgstr ""
15781602

1603+
#: shared-module/jpegio/JpegDecoder.c
1604+
msgid "Not supported JPEG standard"
1605+
msgstr ""
1606+
15791607
#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
15801608
#, c-format
15811609
msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1717,6 +1745,10 @@ msgstr ""
17171745
msgid "PWM slice channel A already in use"
17181746
msgstr ""
17191747

1748+
#: shared-module/jpegio/JpegDecoder.c
1749+
msgid "Parameter error"
1750+
msgstr ""
1751+
17201752
#: ports/espressif/common-hal/audiobusio/__init__.c
17211753
msgid "Peripheral in use"
17221754
msgstr ""
@@ -1889,6 +1921,10 @@ msgstr ""
18891921
msgid "Right channel unsupported"
18901922
msgstr ""
18911923

1924+
#: shared-module/jpegio/JpegDecoder.c
1925+
msgid "Right format but not supported"
1926+
msgstr ""
1927+
18921928
#: main.c
18931929
msgid "Running in safe mode! Not running saved code.\n"
18941930
msgstr ""

0 commit comments

Comments
 (0)