Skip to content

Commit ab7f8a7

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 23d2c96 commit ab7f8a7

File tree

17 files changed

+347
-550
lines changed

17 files changed

+347
-550
lines changed

locale/ID.po

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,10 +2523,6 @@ msgstr "__new__ arg harus berupa user-type"
25232523
msgid "a bytes-like object is required"
25242524
msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
25252525

2526-
#: lib/embed/abort_.c
2527-
msgid "abort() called"
2528-
msgstr "abort() dipanggil"
2529-
25302526
#: shared-bindings/i2cperipheral/I2CPeripheral.c
25312527
msgid "address out of bounds"
25322528
msgstr "alamat di luar batas"
@@ -3103,26 +3099,6 @@ msgstr "argumen keyword ekstra telah diberikan"
31033099
msgid "extra positional arguments given"
31043100
msgstr "argumen posisi ekstra telah diberikan"
31053101

3106-
#: py/parse.c
3107-
msgid "f-string expression part cannot include a '#'"
3108-
msgstr ""
3109-
3110-
#: py/parse.c
3111-
msgid "f-string expression part cannot include a backslash"
3112-
msgstr ""
3113-
3114-
#: py/parse.c
3115-
msgid "f-string: empty expression not allowed"
3116-
msgstr ""
3117-
3118-
#: py/parse.c
3119-
msgid "f-string: expecting '}'"
3120-
msgstr ""
3121-
3122-
#: py/parse.c
3123-
msgid "f-string: single '}' is not allowed"
3124-
msgstr ""
3125-
31263102
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31273103
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
31283104
msgid "file must be a file opened in byte mode"
@@ -3400,10 +3376,6 @@ msgstr ""
34003376
msgid "invalid architecture"
34013377
msgstr ""
34023378

3403-
#: lib/netutils/netutils.c
3404-
msgid "invalid arguments"
3405-
msgstr "argumen-argumen tidak valid"
3406-
34073379
#: shared-bindings/bitmaptools/__init__.c
34083380
#, c-format
34093381
msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
@@ -4009,7 +3981,7 @@ msgid "queue overflow"
40093981
msgstr "antrian meluap (overflow)"
40103982

40113983
#: py/parse.c
4012-
msgid "raw f-strings are not implemented"
3984+
msgid "raw f-strings are not supported"
40133985
msgstr ""
40143986

40153987
#: extmod/ulab/code/numpy/fft/fft_tools.c
@@ -4070,7 +4042,7 @@ msgstr "nilai sampling keluar dari jangkauan"
40704042
msgid "schedule queue full"
40714043
msgstr ""
40724044

4073-
#: shared/runtime/pyexec.c py/builtinimport.c
4045+
#: py/builtinimport.c
40744046
msgid "script compilation not supported"
40754047
msgstr "kompilasi script tidak didukung"
40764048

@@ -4346,7 +4318,7 @@ msgid "unicode name escapes"
43464318
msgstr ""
43474319

43484320
#: py/parse.c
4349-
msgid "unindent does not match any outer indentation level"
4321+
msgid "unindent doesn't match any outer indent level"
43504322
msgstr ""
43514323

43524324
#: py/objstr.c
@@ -4500,6 +4472,12 @@ msgstr "zi harus berjenis float"
45004472
msgid "zi must be of shape (n_section, 2)"
45014473
msgstr ""
45024474

4475+
#~ msgid "abort() called"
4476+
#~ msgstr "abort() dipanggil"
4477+
4478+
#~ msgid "invalid arguments"
4479+
#~ msgstr "argumen-argumen tidak valid"
4480+
45034481
#~ msgid "%q list must be a list"
45044482
#~ msgstr "daftar %q harus berupa daftar"
45054483

locale/cs.po

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,10 +2484,6 @@ msgstr ""
24842484
msgid "a bytes-like object is required"
24852485
msgstr ""
24862486

2487-
#: lib/embed/abort_.c
2488-
msgid "abort() called"
2489-
msgstr ""
2490-
24912487
#: shared-bindings/i2cperipheral/I2CPeripheral.c
24922488
msgid "address out of bounds"
24932489
msgstr ""
@@ -3064,26 +3060,6 @@ msgstr ""
30643060
msgid "extra positional arguments given"
30653061
msgstr ""
30663062

3067-
#: py/parse.c
3068-
msgid "f-string expression part cannot include a '#'"
3069-
msgstr ""
3070-
3071-
#: py/parse.c
3072-
msgid "f-string expression part cannot include a backslash"
3073-
msgstr ""
3074-
3075-
#: py/parse.c
3076-
msgid "f-string: empty expression not allowed"
3077-
msgstr ""
3078-
3079-
#: py/parse.c
3080-
msgid "f-string: expecting '}'"
3081-
msgstr ""
3082-
3083-
#: py/parse.c
3084-
msgid "f-string: single '}' is not allowed"
3085-
msgstr ""
3086-
30873063
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
30883064
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
30893065
msgid "file must be a file opened in byte mode"
@@ -3361,10 +3337,6 @@ msgstr ""
33613337
msgid "invalid architecture"
33623338
msgstr ""
33633339

3364-
#: lib/netutils/netutils.c
3365-
msgid "invalid arguments"
3366-
msgstr ""
3367-
33683340
#: shared-bindings/bitmaptools/__init__.c
33693341
#, c-format
33703342
msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
@@ -3969,7 +3941,7 @@ msgid "queue overflow"
39693941
msgstr ""
39703942

39713943
#: py/parse.c
3972-
msgid "raw f-strings are not implemented"
3944+
msgid "raw f-strings are not supported"
39733945
msgstr ""
39743946

39753947
#: extmod/ulab/code/numpy/fft/fft_tools.c
@@ -4030,7 +4002,7 @@ msgstr ""
40304002
msgid "schedule queue full"
40314003
msgstr ""
40324004

4033-
#: shared/runtime/pyexec.c py/builtinimport.c
4005+
#: py/builtinimport.c
40344006
msgid "script compilation not supported"
40354007
msgstr ""
40364008

@@ -4306,7 +4278,7 @@ msgid "unicode name escapes"
43064278
msgstr ""
43074279

43084280
#: py/parse.c
4309-
msgid "unindent does not match any outer indentation level"
4281+
msgid "unindent doesn't match any outer indent level"
43104282
msgstr ""
43114283

43124284
#: py/objstr.c

locale/de_DE.po

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,10 +2529,6 @@ msgstr "__new__ arg muss user-type sein"
25292529
msgid "a bytes-like object is required"
25302530
msgstr "ein Byte-ähnliches Objekt ist erforderlich"
25312531

2532-
#: lib/embed/abort_.c
2533-
msgid "abort() called"
2534-
msgstr "abort() wurde aufgerufen"
2535-
25362532
#: shared-bindings/i2cperipheral/I2CPeripheral.c
25372533
msgid "address out of bounds"
25382534
msgstr "Adresse außerhalb der Grenzen"
@@ -3121,26 +3117,6 @@ msgstr "Es wurden zusätzliche Schlüsselwort-Argumente angegeben"
31213117
msgid "extra positional arguments given"
31223118
msgstr "Es wurden zusätzliche Argumente ohne Schlüsselwort angegeben"
31233119

3124-
#: py/parse.c
3125-
msgid "f-string expression part cannot include a '#'"
3126-
msgstr "f-string expression Teil kann kein '#' beinhalten"
3127-
3128-
#: py/parse.c
3129-
msgid "f-string expression part cannot include a backslash"
3130-
msgstr "Die f-String expression darf keinen Backslash enthalten"
3131-
3132-
#: py/parse.c
3133-
msgid "f-string: empty expression not allowed"
3134-
msgstr "f-string: leere expression nicht erlaubt"
3135-
3136-
#: py/parse.c
3137-
msgid "f-string: expecting '}'"
3138-
msgstr "f-string: erwartet '}'"
3139-
3140-
#: py/parse.c
3141-
msgid "f-string: single '}' is not allowed"
3142-
msgstr "f-string: einzelne '}' nicht erlaubt"
3143-
31443120
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31453121
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
31463122
msgid "file must be a file opened in byte mode"
@@ -3420,10 +3396,6 @@ msgstr "Das Intervall muss im Bereich %s-%s sein"
34203396
msgid "invalid architecture"
34213397
msgstr ""
34223398

3423-
#: lib/netutils/netutils.c
3424-
msgid "invalid arguments"
3425-
msgstr "ungültige argumente"
3426-
34273399
#: shared-bindings/bitmaptools/__init__.c
34283400
#, c-format
34293401
msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
@@ -4038,8 +4010,8 @@ msgid "queue overflow"
40384010
msgstr "Warteschlangenüberlauf"
40394011

40404012
#: py/parse.c
4041-
msgid "raw f-strings are not implemented"
4042-
msgstr "rohe F-Strings sind nicht implementiert"
4013+
msgid "raw f-strings are not supported"
4014+
msgstr ""
40434015

40444016
#: extmod/ulab/code/numpy/fft/fft_tools.c
40454017
msgid "real and imaginary parts must be of equal length"
@@ -4101,7 +4073,7 @@ msgstr "Abtastrate außerhalb der Reichweite"
41014073
msgid "schedule queue full"
41024074
msgstr ""
41034075

4104-
#: shared/runtime/pyexec.c py/builtinimport.c
4076+
#: py/builtinimport.c
41054077
msgid "script compilation not supported"
41064078
msgstr "kompilieren von Skripten nicht unterstützt"
41074079

@@ -4380,10 +4352,8 @@ msgid "unicode name escapes"
43804352
msgstr "Unicode Name ausgebrochen (escaped)"
43814353

43824354
#: py/parse.c
4383-
msgid "unindent does not match any outer indentation level"
4355+
msgid "unindent doesn't match any outer indent level"
43844356
msgstr ""
4385-
"Einrückung entspricht keiner äußeren Einrückungsebene. Bitte Leerzeichen am "
4386-
"Zeilenanfang kontrollieren"
43874357

43884358
#: py/objstr.c
43894359
#, c-format
@@ -4536,6 +4506,35 @@ msgstr ""
45364506
msgid "zi must be of shape (n_section, 2)"
45374507
msgstr ""
45384508

4509+
#~ msgid "abort() called"
4510+
#~ msgstr "abort() wurde aufgerufen"
4511+
4512+
#~ msgid "f-string expression part cannot include a '#'"
4513+
#~ msgstr "f-string expression Teil kann kein '#' beinhalten"
4514+
4515+
#~ msgid "f-string expression part cannot include a backslash"
4516+
#~ msgstr "Die f-String expression darf keinen Backslash enthalten"
4517+
4518+
#~ msgid "f-string: empty expression not allowed"
4519+
#~ msgstr "f-string: leere expression nicht erlaubt"
4520+
4521+
#~ msgid "f-string: expecting '}'"
4522+
#~ msgstr "f-string: erwartet '}'"
4523+
4524+
#~ msgid "f-string: single '}' is not allowed"
4525+
#~ msgstr "f-string: einzelne '}' nicht erlaubt"
4526+
4527+
#~ msgid "invalid arguments"
4528+
#~ msgstr "ungültige argumente"
4529+
4530+
#~ msgid "raw f-strings are not implemented"
4531+
#~ msgstr "rohe F-Strings sind nicht implementiert"
4532+
4533+
#~ msgid "unindent does not match any outer indentation level"
4534+
#~ msgstr ""
4535+
#~ "Einrückung entspricht keiner äußeren Einrückungsebene. Bitte Leerzeichen "
4536+
#~ "am Zeilenanfang kontrollieren"
4537+
45394538
#~ msgid "%q list must be a list"
45404539
#~ msgstr "%q Liste muss eine Liste sein"
45414540

locale/el.po

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,10 +2481,6 @@ msgstr ""
24812481
msgid "a bytes-like object is required"
24822482
msgstr ""
24832483

2484-
#: lib/embed/abort_.c
2485-
msgid "abort() called"
2486-
msgstr ""
2487-
24882484
#: shared-bindings/i2cperipheral/I2CPeripheral.c
24892485
msgid "address out of bounds"
24902486
msgstr ""
@@ -3061,26 +3057,6 @@ msgstr ""
30613057
msgid "extra positional arguments given"
30623058
msgstr ""
30633059

3064-
#: py/parse.c
3065-
msgid "f-string expression part cannot include a '#'"
3066-
msgstr ""
3067-
3068-
#: py/parse.c
3069-
msgid "f-string expression part cannot include a backslash"
3070-
msgstr ""
3071-
3072-
#: py/parse.c
3073-
msgid "f-string: empty expression not allowed"
3074-
msgstr ""
3075-
3076-
#: py/parse.c
3077-
msgid "f-string: expecting '}'"
3078-
msgstr ""
3079-
3080-
#: py/parse.c
3081-
msgid "f-string: single '}' is not allowed"
3082-
msgstr ""
3083-
30843060
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
30853061
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
30863062
msgid "file must be a file opened in byte mode"
@@ -3358,10 +3334,6 @@ msgstr ""
33583334
msgid "invalid architecture"
33593335
msgstr ""
33603336

3361-
#: lib/netutils/netutils.c
3362-
msgid "invalid arguments"
3363-
msgstr ""
3364-
33653337
#: shared-bindings/bitmaptools/__init__.c
33663338
#, c-format
33673339
msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
@@ -3966,7 +3938,7 @@ msgid "queue overflow"
39663938
msgstr ""
39673939

39683940
#: py/parse.c
3969-
msgid "raw f-strings are not implemented"
3941+
msgid "raw f-strings are not supported"
39703942
msgstr ""
39713943

39723944
#: extmod/ulab/code/numpy/fft/fft_tools.c
@@ -4027,7 +3999,7 @@ msgstr ""
40273999
msgid "schedule queue full"
40284000
msgstr ""
40294001

4030-
#: shared/runtime/pyexec.c py/builtinimport.c
4002+
#: py/builtinimport.c
40314003
msgid "script compilation not supported"
40324004
msgstr ""
40334005

@@ -4303,7 +4275,7 @@ msgid "unicode name escapes"
43034275
msgstr ""
43044276

43054277
#: py/parse.c
4306-
msgid "unindent does not match any outer indentation level"
4278+
msgid "unindent doesn't match any outer indent level"
43074279
msgstr ""
43084280

43094281
#: py/objstr.c

0 commit comments

Comments
 (0)