Skip to content

Commit 51f2d0f

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 adf5b7a commit 51f2d0f

File tree

19 files changed

+363
-1
lines changed

19 files changed

+363
-1
lines changed

locale/ID.po

Lines changed: 19 additions & 0 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 ""
@@ -2199,6 +2203,11 @@ msgstr "Tidak dapat mengalokasikan buffer untuk signed conversion"
21992203
msgid "Unable to allocate the heap."
22002204
msgstr ""
22012205

2206+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2207+
#, c-format
2208+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2209+
msgstr ""
2210+
22022211
#: ports/espressif/common-hal/busio/I2C.c
22032212
msgid "Unable to create lock"
22042213
msgstr ""
@@ -2217,10 +2226,20 @@ msgstr "Tidak dapat menemukan GCLK yang kosong"
22172226
msgid "Unable to init parser"
22182227
msgstr "Tidak dapat memulai parser"
22192228

2229+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2230+
#, c-format
2231+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2232+
msgstr ""
2233+
22202234
#: shared-module/displayio/OnDiskBitmap.c
22212235
msgid "Unable to read color palette data"
22222236
msgstr "Tidak dapat membaca data palet warna"
22232237

2238+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2239+
#, c-format
2240+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2241+
msgstr ""
2242+
22242243
#: ports/espressif/common-hal/mdns/Server.c
22252244
#: ports/raspberrypi/common-hal/mdns/Server.c
22262245
msgid "Unable to start mDNS query"

locale/cs.po

Lines changed: 19 additions & 0 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 ""
@@ -2188,6 +2192,11 @@ msgstr ""
21882192
msgid "Unable to allocate the heap."
21892193
msgstr ""
21902194

2195+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2196+
#, c-format
2197+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2198+
msgstr ""
2199+
21912200
#: ports/espressif/common-hal/busio/I2C.c
21922201
msgid "Unable to create lock"
21932202
msgstr ""
@@ -2206,10 +2215,20 @@ msgstr ""
22062215
msgid "Unable to init parser"
22072216
msgstr ""
22082217

2218+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2219+
#, c-format
2220+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2221+
msgstr ""
2222+
22092223
#: shared-module/displayio/OnDiskBitmap.c
22102224
msgid "Unable to read color palette data"
22112225
msgstr ""
22122226

2227+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2228+
#, c-format
2229+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2230+
msgstr ""
2231+
22132232
#: ports/espressif/common-hal/mdns/Server.c
22142233
#: ports/raspberrypi/common-hal/mdns/Server.c
22152234
msgid "Unable to start mDNS query"

locale/de_DE.po

Lines changed: 19 additions & 0 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 ""
@@ -2223,6 +2227,11 @@ msgstr "Konnte keine Buffer für Vorzeichenumwandlung allozieren"
22232227
msgid "Unable to allocate the heap."
22242228
msgstr ""
22252229

2230+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2231+
#, c-format
2232+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2233+
msgstr ""
2234+
22262235
#: ports/espressif/common-hal/busio/I2C.c
22272236
msgid "Unable to create lock"
22282237
msgstr "Lock kann nicht erzeugt werden"
@@ -2241,10 +2250,20 @@ msgstr "Konnte keinen freien GCLK finden"
22412250
msgid "Unable to init parser"
22422251
msgstr "Parser konnte nicht gestartet werden"
22432252

2253+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2254+
#, c-format
2255+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2256+
msgstr ""
2257+
22442258
#: shared-module/displayio/OnDiskBitmap.c
22452259
msgid "Unable to read color palette data"
22462260
msgstr "Konnte Farbpalettendaten nicht lesen"
22472261

2262+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2263+
#, c-format
2264+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2265+
msgstr ""
2266+
22482267
#: ports/espressif/common-hal/mdns/Server.c
22492268
#: ports/raspberrypi/common-hal/mdns/Server.c
22502269
msgid "Unable to start mDNS query"

locale/el.po

Lines changed: 19 additions & 0 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 ""
@@ -2196,6 +2200,11 @@ msgstr ""
21962200
msgid "Unable to allocate the heap."
21972201
msgstr ""
21982202

2203+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2204+
#, c-format
2205+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2206+
msgstr ""
2207+
21992208
#: ports/espressif/common-hal/busio/I2C.c
22002209
msgid "Unable to create lock"
22012210
msgstr ""
@@ -2214,10 +2223,20 @@ msgstr ""
22142223
msgid "Unable to init parser"
22152224
msgstr ""
22162225

2226+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2227+
#, c-format
2228+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2229+
msgstr ""
2230+
22172231
#: shared-module/displayio/OnDiskBitmap.c
22182232
msgid "Unable to read color palette data"
22192233
msgstr ""
22202234

2235+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2236+
#, c-format
2237+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2238+
msgstr ""
2239+
22212240
#: ports/espressif/common-hal/mdns/Server.c
22222241
#: ports/raspberrypi/common-hal/mdns/Server.c
22232242
msgid "Unable to start mDNS query"

locale/en_GB.po

Lines changed: 19 additions & 0 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 ""
@@ -2194,6 +2198,11 @@ msgstr "Unable to allocate buffers for signed conversion"
21942198
msgid "Unable to allocate the heap."
21952199
msgstr ""
21962200

2201+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2202+
#, c-format
2203+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2204+
msgstr ""
2205+
21972206
#: ports/espressif/common-hal/busio/I2C.c
21982207
msgid "Unable to create lock"
21992208
msgstr "Unable to create lock"
@@ -2212,10 +2221,20 @@ msgstr "Unable to find free GCLK"
22122221
msgid "Unable to init parser"
22132222
msgstr "Unable to init parser"
22142223

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

2233+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2234+
#, c-format
2235+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2236+
msgstr ""
2237+
22192238
#: ports/espressif/common-hal/mdns/Server.c
22202239
#: ports/raspberrypi/common-hal/mdns/Server.c
22212240
msgid "Unable to start mDNS query"

locale/es.po

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ msgstr "%q debe ser <= %d"
208208
msgid "%q must be >= %d"
209209
msgstr "%q debe ser >= %d"
210210

211+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
212+
msgid "%q must be array of type 'H'"
213+
msgstr ""
214+
211215
#: shared-bindings/analogbufio/BufferedIn.c
212216
msgid "%q must be a bytearray or array of type 'H' or 'B'"
213217
msgstr "%q debe ser un bytearray o array de tipo 'H' o 'B'"
@@ -665,7 +669,8 @@ msgstr "Buffer es muy pequeño"
665669
#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
666670
#, c-format
667671
msgid "Buffer length %d too big. It must be less than %d"
668-
msgstr "La longitud del buffer %d es demasiado grande. Tiene que ser menor a %d"
672+
msgstr ""
673+
"La longitud del buffer %d es demasiado grande. Tiene que ser menor a %d"
669674

670675
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
671676
#: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
@@ -2247,6 +2252,11 @@ msgstr "No se pudieron asignar buffers para la conversión con signo"
22472252
msgid "Unable to allocate the heap."
22482253
msgstr "Imposible de asignar el heap."
22492254

2255+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2256+
#, c-format
2257+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2258+
msgstr ""
2259+
22502260
#: ports/espressif/common-hal/busio/I2C.c
22512261
msgid "Unable to create lock"
22522262
msgstr "No se puede crear bloqueo"
@@ -2265,10 +2275,20 @@ msgstr "No se pudo encontrar un GCLK libre"
22652275
msgid "Unable to init parser"
22662276
msgstr "Incapaz de inicializar el parser"
22672277

2278+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2279+
#, c-format
2280+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2281+
msgstr ""
2282+
22682283
#: shared-module/displayio/OnDiskBitmap.c
22692284
msgid "Unable to read color palette data"
22702285
msgstr "No se pudo leer los datos de la paleta de colores"
22712286

2287+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2288+
#, c-format
2289+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2290+
msgstr ""
2291+
22722292
#: ports/espressif/common-hal/mdns/Server.c
22732293
#: ports/raspberrypi/common-hal/mdns/Server.c
22742294
msgid "Unable to start mDNS query"

locale/fil.po

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ msgstr ""
189189
msgid "%q must be >= %d"
190190
msgstr ""
191191

192+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
193+
msgid "%q must be array of type 'H'"
194+
msgstr ""
195+
192196
#: shared-bindings/analogbufio/BufferedIn.c
193197
msgid "%q must be a bytearray or array of type 'H' or 'B'"
194198
msgstr ""
@@ -2189,6 +2193,11 @@ msgstr "Hindi ma-allocate ang buffers para sa naka-sign na conversion"
21892193
msgid "Unable to allocate the heap."
21902194
msgstr ""
21912195

2196+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2197+
#, c-format
2198+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2199+
msgstr ""
2200+
21922201
#: ports/espressif/common-hal/busio/I2C.c
21932202
msgid "Unable to create lock"
21942203
msgstr ""
@@ -2207,10 +2216,20 @@ msgstr "Hindi mahanap ang libreng GCLK"
22072216
msgid "Unable to init parser"
22082217
msgstr "Hindi ma-init ang parser"
22092218

2219+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2220+
#, c-format
2221+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2222+
msgstr ""
2223+
22102224
#: shared-module/displayio/OnDiskBitmap.c
22112225
msgid "Unable to read color palette data"
22122226
msgstr ""
22132227

2228+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2229+
#, c-format
2230+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2231+
msgstr ""
2232+
22142233
#: ports/espressif/common-hal/mdns/Server.c
22152234
#: ports/raspberrypi/common-hal/mdns/Server.c
22162235
msgid "Unable to start mDNS query"

locale/fr.po

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ msgstr "%q doit être <= %d"
200200
msgid "%q must be >= %d"
201201
msgstr "%q doit être >= %d"
202202

203+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
204+
msgid "%q must be array of type 'H'"
205+
msgstr ""
206+
203207
#: shared-bindings/analogbufio/BufferedIn.c
204208
msgid "%q must be a bytearray or array of type 'H' or 'B'"
205209
msgstr "%q doit être un bytearray ou matrice de type 'H' ou 'B'"
@@ -2251,6 +2255,11 @@ msgstr "Impossible d'allouer des tampons pour une conversion signée"
22512255
msgid "Unable to allocate the heap."
22522256
msgstr "Impossible d'allouer le tas."
22532257

2258+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2259+
#, c-format
2260+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2261+
msgstr ""
2262+
22542263
#: ports/espressif/common-hal/busio/I2C.c
22552264
msgid "Unable to create lock"
22562265
msgstr "Impossible de créer un verrou ('lock')"
@@ -2269,10 +2278,20 @@ msgstr "Impossible de trouver un GCLK libre"
22692278
msgid "Unable to init parser"
22702279
msgstr "Impossible d'initialiser le parser"
22712280

2281+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2282+
#, c-format
2283+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2284+
msgstr ""
2285+
22722286
#: shared-module/displayio/OnDiskBitmap.c
22732287
msgid "Unable to read color palette data"
22742288
msgstr "Impossible de lire les données de la palette de couleurs"
22752289

2290+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2291+
#, c-format
2292+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2293+
msgstr ""
2294+
22762295
#: ports/espressif/common-hal/mdns/Server.c
22772296
#: ports/raspberrypi/common-hal/mdns/Server.c
22782297
msgid "Unable to start mDNS query"

0 commit comments

Comments
 (0)