Skip to content

Commit a07b595

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 9b6cad3 commit a07b595

File tree

16 files changed

+992
-0
lines changed

16 files changed

+992
-0
lines changed

locale/ID.po

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ msgstr "%q harus berupa int"
118118
msgid "%q() takes %d positional arguments but %d were given"
119119
msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
120120

121+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
122+
#, c-format
123+
msgid "%s error 0x%x"
124+
msgstr ""
125+
121126
#: py/argcheck.c
122127
msgid "'%q' argument required"
123128
msgstr "'%q' argumen dibutuhkan"
@@ -546,6 +551,10 @@ msgstr "Bytes harus di antara 0 dan 255."
546551
msgid "CBC blocks must be multiples of 16 bytes"
547552
msgstr "Blok CBC harus merupakan kelipatan 16 byte"
548553

554+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
555+
msgid "CRC or checksum was invalid"
556+
msgstr ""
557+
549558
#: py/objtype.c
550559
msgid "Call super().__init__() before accessing native object."
551560
msgstr "Panggil super().__init__() sebelum mengakses objek asli."
@@ -1006,6 +1015,10 @@ msgstr "Frekuensi harus cocok dengan PWMOut yang ada menggunakan timer ini"
10061015
msgid "Function requires lock"
10071016
msgstr "Fungsinya membutuhkan kunci"
10081017

1018+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1019+
msgid "Generic Failure"
1020+
msgstr ""
1021+
10091022
#: shared-bindings/displayio/Display.c
10101023
#: shared-bindings/displayio/EPaperDisplay.c
10111024
#: shared-bindings/framebufferio/FramebufferDisplay.c
@@ -1134,6 +1147,7 @@ msgstr "Frekuensi PWM tidak valid"
11341147
msgid "Invalid Pin"
11351148
msgstr ""
11361149

1150+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
11371151
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
11381152
msgid "Invalid argument"
11391153
msgstr "Argumen tidak valid"
@@ -1243,6 +1257,14 @@ msgstr "Mode operasi tidak valid."
12431257
msgid "Invalid security_mode"
12441258
msgstr "security_mode tidak valid"
12451259

1260+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1261+
msgid "Invalid size"
1262+
msgstr ""
1263+
1264+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1265+
msgid "Invalid state"
1266+
msgstr ""
1267+
12461268
#: shared-bindings/audiomixer/Mixer.c
12471269
msgid "Invalid voice"
12481270
msgstr "Suara tidak valid"
@@ -1283,6 +1305,10 @@ msgstr "Panjang harus berupa int"
12831305
msgid "Length must be non-negative"
12841306
msgstr "Panjangnya harus non-negatif"
12851307

1308+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1309+
msgid "MAC address was invalid"
1310+
msgstr ""
1311+
12861312
#: shared-module/bitbangio/SPI.c
12871313
msgid "MISO pin init failed."
12881314
msgstr "Pin MISO gagal inisialisasi."
@@ -1531,6 +1557,18 @@ msgstr ""
15311557
msgid "Only raw int supported for ip"
15321558
msgstr ""
15331559

1560+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1561+
msgid "Operation or feature not supported"
1562+
msgstr ""
1563+
1564+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1565+
msgid "Operation timed out"
1566+
msgstr ""
1567+
1568+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1569+
msgid "Out of memory"
1570+
msgstr ""
1571+
15341572
#: ports/esp32s2/common-hal/socketpool/SocketPool.c
15351573
msgid "Out of sockets"
15361574
msgstr ""
@@ -1539,6 +1577,10 @@ msgstr ""
15391577
msgid "Oversample must be multiple of 8."
15401578
msgstr "Sampel berlebihan harus kelipatan 8."
15411579

1580+
#: shared-bindings/audiobusio/PDMIn.c
1581+
msgid "PDMIn not available"
1582+
msgstr ""
1583+
15421584
#: shared-bindings/pwmio/PWMOut.c
15431585
msgid ""
15441586
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
@@ -1557,6 +1599,10 @@ msgstr ""
15571599
msgid "ParallelBus not yet supported"
15581600
msgstr "ParallelBus belum didukung"
15591601

1602+
#: ports/esp32s2/common-hal/audiobusio/__init__.c
1603+
msgid "Peripheral in use"
1604+
msgstr ""
1605+
15601606
#: py/moduerrno.c
15611607
msgid "Permission denied"
15621608
msgstr "Izin ditolak"
@@ -1678,6 +1724,10 @@ msgstr "sistem file (filesystem) bersifat Read-only"
16781724
msgid "Read-only object"
16791725
msgstr "sistem file (filesystem) bersifat Read-only"
16801726

1727+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1728+
msgid "Received response was invalid"
1729+
msgstr ""
1730+
16811731
#: shared-bindings/displayio/EPaperDisplay.c
16821732
msgid "Refresh too soon"
16831733
msgstr "Segarkan terlalu cepat"
@@ -1690,6 +1740,10 @@ msgstr ""
16901740
msgid "Requested AES mode is unsupported"
16911741
msgstr "Mode AES yang diminta tidak didukung"
16921742

1743+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1744+
msgid "Requested resource not found"
1745+
msgstr ""
1746+
16931747
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
16941748
msgid "Right channel unsupported"
16951749
msgstr "Channel Kanan tidak didukung"
@@ -2069,6 +2123,10 @@ msgstr ""
20692123
msgid "Value length > max_length"
20702124
msgstr ""
20712125

2126+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
2127+
msgid "Version was invalid"
2128+
msgstr ""
2129+
20722130
#: py/emitnative.c
20732131
msgid "Viper functions don't currently support more than 4 arguments"
20742132
msgstr ""
@@ -3920,6 +3978,10 @@ msgstr ""
39203978
msgid "x value out of bounds"
39213979
msgstr ""
39223980

3981+
#: ports/esp32s2/common-hal/audiobusio/__init__.c
3982+
msgid "xTaskCreate failed"
3983+
msgstr ""
3984+
39233985
#: shared-bindings/displayio/Shape.c
39243986
msgid "y should be an int"
39253987
msgstr ""

locale/cs.po

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ msgstr "%q by měl být int"
116116
msgid "%q() takes %d positional arguments but %d were given"
117117
msgstr "%q() vyžaduje %d pozičních argumentů, ale %d jich bylo zadáno"
118118

119+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
120+
#, c-format
121+
msgid "%s error 0x%x"
122+
msgstr ""
123+
119124
#: py/argcheck.c
120125
msgid "'%q' argument required"
121126
msgstr "Je vyžadován argument '%q'"
@@ -542,6 +547,10 @@ msgstr ""
542547
msgid "CBC blocks must be multiples of 16 bytes"
543548
msgstr ""
544549

550+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
551+
msgid "CRC or checksum was invalid"
552+
msgstr ""
553+
545554
#: py/objtype.c
546555
msgid "Call super().__init__() before accessing native object."
547556
msgstr ""
@@ -990,6 +999,10 @@ msgstr ""
990999
msgid "Function requires lock"
9911000
msgstr ""
9921001

1002+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1003+
msgid "Generic Failure"
1004+
msgstr ""
1005+
9931006
#: shared-bindings/displayio/Display.c
9941007
#: shared-bindings/displayio/EPaperDisplay.c
9951008
#: shared-bindings/framebufferio/FramebufferDisplay.c
@@ -1116,6 +1129,7 @@ msgstr ""
11161129
msgid "Invalid Pin"
11171130
msgstr ""
11181131

1132+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
11191133
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
11201134
msgid "Invalid argument"
11211135
msgstr ""
@@ -1225,6 +1239,14 @@ msgstr ""
12251239
msgid "Invalid security_mode"
12261240
msgstr ""
12271241

1242+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1243+
msgid "Invalid size"
1244+
msgstr ""
1245+
1246+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1247+
msgid "Invalid state"
1248+
msgstr ""
1249+
12281250
#: shared-bindings/audiomixer/Mixer.c
12291251
msgid "Invalid voice"
12301252
msgstr ""
@@ -1265,6 +1287,10 @@ msgstr ""
12651287
msgid "Length must be non-negative"
12661288
msgstr ""
12671289

1290+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1291+
msgid "MAC address was invalid"
1292+
msgstr ""
1293+
12681294
#: shared-module/bitbangio/SPI.c
12691295
msgid "MISO pin init failed."
12701296
msgstr ""
@@ -1507,6 +1533,18 @@ msgstr ""
15071533
msgid "Only raw int supported for ip"
15081534
msgstr ""
15091535

1536+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1537+
msgid "Operation or feature not supported"
1538+
msgstr ""
1539+
1540+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1541+
msgid "Operation timed out"
1542+
msgstr ""
1543+
1544+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1545+
msgid "Out of memory"
1546+
msgstr ""
1547+
15101548
#: ports/esp32s2/common-hal/socketpool/SocketPool.c
15111549
msgid "Out of sockets"
15121550
msgstr ""
@@ -1515,6 +1553,10 @@ msgstr ""
15151553
msgid "Oversample must be multiple of 8."
15161554
msgstr ""
15171555

1556+
#: shared-bindings/audiobusio/PDMIn.c
1557+
msgid "PDMIn not available"
1558+
msgstr ""
1559+
15181560
#: shared-bindings/pwmio/PWMOut.c
15191561
msgid ""
15201562
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
@@ -1531,6 +1573,10 @@ msgstr ""
15311573
msgid "ParallelBus not yet supported"
15321574
msgstr ""
15331575

1576+
#: ports/esp32s2/common-hal/audiobusio/__init__.c
1577+
msgid "Peripheral in use"
1578+
msgstr ""
1579+
15341580
#: py/moduerrno.c
15351581
msgid "Permission denied"
15361582
msgstr ""
@@ -1648,6 +1694,10 @@ msgstr ""
16481694
msgid "Read-only object"
16491695
msgstr ""
16501696

1697+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1698+
msgid "Received response was invalid"
1699+
msgstr ""
1700+
16511701
#: shared-bindings/displayio/EPaperDisplay.c
16521702
msgid "Refresh too soon"
16531703
msgstr ""
@@ -1660,6 +1710,10 @@ msgstr ""
16601710
msgid "Requested AES mode is unsupported"
16611711
msgstr ""
16621712

1713+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1714+
msgid "Requested resource not found"
1715+
msgstr ""
1716+
16631717
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
16641718
msgid "Right channel unsupported"
16651719
msgstr ""
@@ -2030,6 +2084,10 @@ msgstr ""
20302084
msgid "Value length > max_length"
20312085
msgstr ""
20322086

2087+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
2088+
msgid "Version was invalid"
2089+
msgstr ""
2090+
20332091
#: py/emitnative.c
20342092
msgid "Viper functions don't currently support more than 4 arguments"
20352093
msgstr ""
@@ -3872,6 +3930,10 @@ msgstr ""
38723930
msgid "x value out of bounds"
38733931
msgstr ""
38743932

3933+
#: ports/esp32s2/common-hal/audiobusio/__init__.c
3934+
msgid "xTaskCreate failed"
3935+
msgstr ""
3936+
38753937
#: shared-bindings/displayio/Shape.c
38763938
msgid "y should be an int"
38773939
msgstr ""

0 commit comments

Comments
 (0)