Skip to content

Commit 1bf88a2

Browse files
authored
Merge pull request #7646 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 8c714ec + 547bb1f commit 1bf88a2

File tree

19 files changed

+455
-82
lines changed

19 files changed

+455
-82
lines changed

locale/ID.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ msgstr "%q harus <= %d"
191191
msgid "%q must be >= %d"
192192
msgstr "%q harus >= %d"
193193

194+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
195+
msgid "%q must be array of type 'H'"
196+
msgstr ""
197+
194198
#: shared-bindings/analogbufio/BufferedIn.c
195199
msgid "%q must be a bytearray or array of type 'H' or 'B'"
196200
msgstr ""
@@ -225,10 +229,6 @@ msgstr ""
225229
msgid "%q out of range"
226230
msgstr "%q di luar jangkauan"
227231

228-
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
229-
msgid "%q pin invalid"
230-
msgstr "pin %q tidak valid"
231-
232232
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
233233
msgid "%q step cannot be zero"
234234
msgstr ""
@@ -1233,9 +1233,11 @@ msgid "Interrupt error."
12331233
msgstr ""
12341234

12351235
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1236+
#: shared-bindings/displayio/EPaperDisplay.c
12361237
msgid "Invalid %q"
12371238
msgstr ""
12381239

1240+
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
12391241
#: shared-bindings/microcontroller/Pin.c
12401242
msgid "Invalid %q pin"
12411243
msgstr "%q pada tidak valid"
@@ -2199,6 +2201,11 @@ msgstr "Tidak dapat mengalokasikan buffer untuk signed conversion"
21992201
msgid "Unable to allocate the heap."
22002202
msgstr ""
22012203

2204+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2205+
#, c-format
2206+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2207+
msgstr ""
2208+
22022209
#: ports/espressif/common-hal/busio/I2C.c
22032210
msgid "Unable to create lock"
22042211
msgstr ""
@@ -2217,10 +2224,20 @@ msgstr "Tidak dapat menemukan GCLK yang kosong"
22172224
msgid "Unable to init parser"
22182225
msgstr "Tidak dapat memulai parser"
22192226

2227+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2228+
#, c-format
2229+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2230+
msgstr ""
2231+
22202232
#: shared-module/displayio/OnDiskBitmap.c
22212233
msgid "Unable to read color palette data"
22222234
msgstr "Tidak dapat membaca data palet warna"
22232235

2236+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2237+
#, c-format
2238+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2239+
msgstr ""
2240+
22242241
#: ports/espressif/common-hal/mdns/Server.c
22252242
#: ports/raspberrypi/common-hal/mdns/Server.c
22262243
msgid "Unable to start mDNS query"
@@ -4388,6 +4405,9 @@ msgstr "zi harus berjenis float"
43884405
msgid "zi must be of shape (n_section, 2)"
43894406
msgstr "Zi harus berbentuk (n_section, 2)"
43904407

4408+
#~ msgid "%q pin invalid"
4409+
#~ msgstr "pin %q tidak valid"
4410+
43914411
#~ msgid ""
43924412
#~ "\n"
43934413
#~ "Please file an issue with the contents of your CIRCUITPY drive at \n"

locale/cs.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ msgstr "%q musí být <= %d"
192192
msgid "%q must be >= %d"
193193
msgstr "%q musí být >= %d"
194194

195+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
196+
msgid "%q must be array of type 'H'"
197+
msgstr ""
198+
195199
#: shared-bindings/analogbufio/BufferedIn.c
196200
msgid "%q must be a bytearray or array of type 'H' or 'B'"
197201
msgstr ""
@@ -226,10 +230,6 @@ msgstr "%q je mimo hranice"
226230
msgid "%q out of range"
227231
msgstr "%q je mimo rozsah"
228232

229-
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
230-
msgid "%q pin invalid"
231-
msgstr "pin %q není platný"
232-
233233
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
234234
msgid "%q step cannot be zero"
235235
msgstr ""
@@ -1233,9 +1233,11 @@ msgid "Interrupt error."
12331233
msgstr ""
12341234

12351235
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1236+
#: shared-bindings/displayio/EPaperDisplay.c
12361237
msgid "Invalid %q"
12371238
msgstr ""
12381239

1240+
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
12391241
#: shared-bindings/microcontroller/Pin.c
12401242
msgid "Invalid %q pin"
12411243
msgstr "Neplatný pin %q"
@@ -2188,6 +2190,11 @@ msgstr ""
21882190
msgid "Unable to allocate the heap."
21892191
msgstr ""
21902192

2193+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2194+
#, c-format
2195+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2196+
msgstr ""
2197+
21912198
#: ports/espressif/common-hal/busio/I2C.c
21922199
msgid "Unable to create lock"
21932200
msgstr ""
@@ -2206,10 +2213,20 @@ msgstr ""
22062213
msgid "Unable to init parser"
22072214
msgstr ""
22082215

2216+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2217+
#, c-format
2218+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2219+
msgstr ""
2220+
22092221
#: shared-module/displayio/OnDiskBitmap.c
22102222
msgid "Unable to read color palette data"
22112223
msgstr ""
22122224

2225+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2226+
#, c-format
2227+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2228+
msgstr ""
2229+
22132230
#: ports/espressif/common-hal/mdns/Server.c
22142231
#: ports/raspberrypi/common-hal/mdns/Server.c
22152232
msgid "Unable to start mDNS query"
@@ -4374,6 +4391,9 @@ msgstr ""
43744391
msgid "zi must be of shape (n_section, 2)"
43754392
msgstr ""
43764393

4394+
#~ msgid "%q pin invalid"
4395+
#~ msgstr "pin %q není platný"
4396+
43774397
#~ msgid ""
43784398
#~ "\n"
43794399
#~ "Please file an issue with the contents of your CIRCUITPY drive at \n"

locale/de_DE.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ msgstr "%q muss <= %d sein"
195195
msgid "%q must be >= %d"
196196
msgstr "%q muss >= %d sein"
197197

198+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
199+
msgid "%q must be array of type 'H'"
200+
msgstr ""
201+
198202
#: shared-bindings/analogbufio/BufferedIn.c
199203
msgid "%q must be a bytearray or array of type 'H' or 'B'"
200204
msgstr ""
@@ -230,10 +234,6 @@ msgstr "%q außerhalb der Grenzen"
230234
msgid "%q out of range"
231235
msgstr "%q außerhalb des Bereichs"
232236

233-
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
234-
msgid "%q pin invalid"
235-
msgstr "%q Pin ungültig"
236-
237237
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
238238
msgid "%q step cannot be zero"
239239
msgstr "Schritt %q kann nicht Null sein"
@@ -1252,9 +1252,11 @@ msgid "Interrupt error."
12521252
msgstr ""
12531253

12541254
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1255+
#: shared-bindings/displayio/EPaperDisplay.c
12551256
msgid "Invalid %q"
12561257
msgstr "Ungültiger %q"
12571258

1259+
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
12581260
#: shared-bindings/microcontroller/Pin.c
12591261
msgid "Invalid %q pin"
12601262
msgstr "Ungültiger %q Pin"
@@ -2223,6 +2225,11 @@ msgstr "Konnte keine Buffer für Vorzeichenumwandlung allozieren"
22232225
msgid "Unable to allocate the heap."
22242226
msgstr ""
22252227

2228+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2229+
#, c-format
2230+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2231+
msgstr ""
2232+
22262233
#: ports/espressif/common-hal/busio/I2C.c
22272234
msgid "Unable to create lock"
22282235
msgstr "Lock kann nicht erzeugt werden"
@@ -2241,10 +2248,20 @@ msgstr "Konnte keinen freien GCLK finden"
22412248
msgid "Unable to init parser"
22422249
msgstr "Parser konnte nicht gestartet werden"
22432250

2251+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2252+
#, c-format
2253+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2254+
msgstr ""
2255+
22442256
#: shared-module/displayio/OnDiskBitmap.c
22452257
msgid "Unable to read color palette data"
22462258
msgstr "Konnte Farbpalettendaten nicht lesen"
22472259

2260+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2261+
#, c-format
2262+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2263+
msgstr ""
2264+
22482265
#: ports/espressif/common-hal/mdns/Server.c
22492266
#: ports/raspberrypi/common-hal/mdns/Server.c
22502267
msgid "Unable to start mDNS query"
@@ -4450,6 +4467,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
44504467
msgid "zi must be of shape (n_section, 2)"
44514468
msgstr "zi muss die Form (n_section, 2) haben"
44524469

4470+
#~ msgid "%q pin invalid"
4471+
#~ msgstr "%q Pin ungültig"
4472+
44534473
#~ msgid ""
44544474
#~ "\n"
44554475
#~ "Please file an issue with the contents of your CIRCUITPY drive at \n"

locale/el.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ msgstr "%q πρέπει να είναι <= %d"
196196
msgid "%q must be >= %d"
197197
msgstr "%q πρέπει να είναι >= %d"
198198

199+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
200+
msgid "%q must be array of type 'H'"
201+
msgstr ""
202+
199203
#: shared-bindings/analogbufio/BufferedIn.c
200204
msgid "%q must be a bytearray or array of type 'H' or 'B'"
201205
msgstr ""
@@ -230,10 +234,6 @@ msgstr "%q εκτός ορίων"
230234
msgid "%q out of range"
231235
msgstr "%q εκτός εμβέλειας"
232236

233-
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
234-
msgid "%q pin invalid"
235-
msgstr "%q άκυρο pin"
236-
237237
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
238238
msgid "%q step cannot be zero"
239239
msgstr ""
@@ -1242,9 +1242,11 @@ msgid "Interrupt error."
12421242
msgstr ""
12431243

12441244
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1245+
#: shared-bindings/displayio/EPaperDisplay.c
12451246
msgid "Invalid %q"
12461247
msgstr ""
12471248

1249+
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
12481250
#: shared-bindings/microcontroller/Pin.c
12491251
msgid "Invalid %q pin"
12501252
msgstr ""
@@ -2196,6 +2198,11 @@ msgstr ""
21962198
msgid "Unable to allocate the heap."
21972199
msgstr ""
21982200

2201+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2202+
#, c-format
2203+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2204+
msgstr ""
2205+
21992206
#: ports/espressif/common-hal/busio/I2C.c
22002207
msgid "Unable to create lock"
22012208
msgstr ""
@@ -2214,10 +2221,20 @@ msgstr ""
22142221
msgid "Unable to init parser"
22152222
msgstr ""
22162223

2224+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2225+
#, c-format
2226+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2227+
msgstr ""
2228+
22172229
#: shared-module/displayio/OnDiskBitmap.c
22182230
msgid "Unable to read color palette data"
22192231
msgstr ""
22202232

2233+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2234+
#, c-format
2235+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2236+
msgstr ""
2237+
22212238
#: ports/espressif/common-hal/mdns/Server.c
22222239
#: ports/raspberrypi/common-hal/mdns/Server.c
22232240
msgid "Unable to start mDNS query"
@@ -4382,6 +4399,9 @@ msgstr ""
43824399
msgid "zi must be of shape (n_section, 2)"
43834400
msgstr ""
43844401

4402+
#~ msgid "%q pin invalid"
4403+
#~ msgstr "%q άκυρο pin"
4404+
43854405
#~ msgid ""
43864406
#~ "\n"
43874407
#~ "Please file an issue with the contents of your CIRCUITPY drive at \n"

locale/en_GB.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ msgstr ""
195195
msgid "%q must be >= %d"
196196
msgstr "%q must be >= %d"
197197

198+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
199+
msgid "%q must be array of type 'H'"
200+
msgstr ""
201+
198202
#: shared-bindings/analogbufio/BufferedIn.c
199203
msgid "%q must be a bytearray or array of type 'H' or 'B'"
200204
msgstr ""
@@ -229,10 +233,6 @@ msgstr ""
229233
msgid "%q out of range"
230234
msgstr "%q out of range"
231235

232-
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
233-
msgid "%q pin invalid"
234-
msgstr "%q pin invalid"
235-
236236
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
237237
msgid "%q step cannot be zero"
238238
msgstr ""
@@ -1234,9 +1234,11 @@ msgid "Interrupt error."
12341234
msgstr ""
12351235

12361236
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1237+
#: shared-bindings/displayio/EPaperDisplay.c
12371238
msgid "Invalid %q"
12381239
msgstr "Invalid %q"
12391240

1241+
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
12401242
#: shared-bindings/microcontroller/Pin.c
12411243
msgid "Invalid %q pin"
12421244
msgstr "Invalid %q pin"
@@ -2194,6 +2196,11 @@ msgstr "Unable to allocate buffers for signed conversion"
21942196
msgid "Unable to allocate the heap."
21952197
msgstr ""
21962198

2199+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2200+
#, c-format
2201+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2202+
msgstr ""
2203+
21972204
#: ports/espressif/common-hal/busio/I2C.c
21982205
msgid "Unable to create lock"
21992206
msgstr "Unable to create lock"
@@ -2212,10 +2219,20 @@ msgstr "Unable to find free GCLK"
22122219
msgid "Unable to init parser"
22132220
msgstr "Unable to init parser"
22142221

2222+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2223+
#, c-format
2224+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2225+
msgstr ""
2226+
22152227
#: shared-module/displayio/OnDiskBitmap.c
22162228
msgid "Unable to read color palette data"
22172229
msgstr "Unable to read colour palette data"
22182230

2231+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2232+
#, c-format
2233+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2234+
msgstr ""
2235+
22192236
#: ports/espressif/common-hal/mdns/Server.c
22202237
#: ports/raspberrypi/common-hal/mdns/Server.c
22212238
msgid "Unable to start mDNS query"
@@ -4385,6 +4402,9 @@ msgstr "zi must be of float type"
43854402
msgid "zi must be of shape (n_section, 2)"
43864403
msgstr "zi must be of shape (n_section, 2)"
43874404

4405+
#~ msgid "%q pin invalid"
4406+
#~ msgstr "%q pin invalid"
4407+
43884408
#~ msgid ""
43894409
#~ "\n"
43904410
#~ "Please file an issue with the contents of your CIRCUITPY drive at \n"

0 commit comments

Comments
 (0)