Skip to content

Commit 9bdae2f

Browse files
committed
Merge branch 'origin/main' into Weblate.
2 parents 4db5565 + 8b26cae commit 9bdae2f

File tree

16 files changed

+384
-0
lines changed

16 files changed

+384
-0
lines changed

locale/ID.po

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ msgstr "0.0 ke kompleks berpangkat"
280280
msgid "3-arg pow() not supported"
281281
msgstr "pow() 3-arg tidak didukung"
282282

283+
#: shared-module/msgpack/__init__.c
284+
msgid "64 bit types"
285+
msgstr ""
286+
283287
#: ports/atmel-samd/common-hal/countio/Counter.c
284288
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
285289
msgid "A hardware interrupt channel is already in use"
@@ -2474,6 +2478,10 @@ msgstr ""
24742478
msgid "circle can only be registered in one parent"
24752479
msgstr ""
24762480

2481+
#: shared-bindings/msgpack/ExtType.c
2482+
msgid "code outside range 0~127"
2483+
msgstr ""
2484+
24772485
#: shared-bindings/displayio/Palette.c
24782486
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
24792487
msgstr ""
@@ -2558,6 +2566,10 @@ msgstr ""
25582566
msgid "default 'except' must be last"
25592567
msgstr "'except' standar harus terakhir"
25602568

2569+
#: shared-bindings/msgpack/__init__.c
2570+
msgid "default is not a function"
2571+
msgstr ""
2572+
25612573
#: shared-bindings/audiobusio/PDMIn.c
25622574
msgid ""
25632575
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2657,6 +2669,10 @@ msgstr "hanya mengharapkan sebuah nilai (value) untuk set"
26572669
msgid "expecting key:value for dict"
26582670
msgstr "key:value diharapkan untuk dict"
26592671

2672+
#: shared-bindings/msgpack/__init__.c
2673+
msgid "ext_hook is not a function"
2674+
msgstr ""
2675+
26602676
#: py/argcheck.c
26612677
msgid "extra keyword arguments given"
26622678
msgstr "argumen keyword ekstra telah diberikan"
@@ -3189,6 +3205,10 @@ msgstr ""
31893205
msgid "no binding for nonlocal found"
31903206
msgstr "tidak ada ikatan/bind pada temuan nonlocal"
31913207

3208+
#: shared-module/msgpack/__init__.c
3209+
msgid "no default packer"
3210+
msgstr ""
3211+
31923212
#: py/builtinimport.c
31933213
msgid "no module named '%q'"
31943214
msgstr "tidak ada modul yang bernama '%q'"
@@ -3523,6 +3543,10 @@ msgstr "kompilasi script tidak didukung"
35233543
msgid "shape must be a tuple"
35243544
msgstr ""
35253545

3546+
#: shared-module/msgpack/__init__.c
3547+
msgid "short read"
3548+
msgstr ""
3549+
35263550
#: py/objstr.c
35273551
msgid "sign not allowed in string format specifier"
35283552
msgstr ""

locale/cs.po

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ msgstr ""
278278
msgid "3-arg pow() not supported"
279279
msgstr ""
280280

281+
#: shared-module/msgpack/__init__.c
282+
msgid "64 bit types"
283+
msgstr ""
284+
281285
#: ports/atmel-samd/common-hal/countio/Counter.c
282286
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
283287
msgid "A hardware interrupt channel is already in use"
@@ -2428,6 +2432,10 @@ msgstr ""
24282432
msgid "circle can only be registered in one parent"
24292433
msgstr ""
24302434

2435+
#: shared-bindings/msgpack/ExtType.c
2436+
msgid "code outside range 0~127"
2437+
msgstr ""
2438+
24312439
#: shared-bindings/displayio/Palette.c
24322440
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
24332441
msgstr ""
@@ -2512,6 +2520,10 @@ msgstr ""
25122520
msgid "default 'except' must be last"
25132521
msgstr ""
25142522

2523+
#: shared-bindings/msgpack/__init__.c
2524+
msgid "default is not a function"
2525+
msgstr ""
2526+
25152527
#: shared-bindings/audiobusio/PDMIn.c
25162528
msgid ""
25172529
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2611,6 +2623,10 @@ msgstr ""
26112623
msgid "expecting key:value for dict"
26122624
msgstr ""
26132625

2626+
#: shared-bindings/msgpack/__init__.c
2627+
msgid "ext_hook is not a function"
2628+
msgstr ""
2629+
26142630
#: py/argcheck.c
26152631
msgid "extra keyword arguments given"
26162632
msgstr ""
@@ -3143,6 +3159,10 @@ msgstr ""
31433159
msgid "no binding for nonlocal found"
31443160
msgstr ""
31453161

3162+
#: shared-module/msgpack/__init__.c
3163+
msgid "no default packer"
3164+
msgstr ""
3165+
31463166
#: py/builtinimport.c
31473167
msgid "no module named '%q'"
31483168
msgstr ""
@@ -3476,6 +3496,10 @@ msgstr ""
34763496
msgid "shape must be a tuple"
34773497
msgstr ""
34783498

3499+
#: shared-module/msgpack/__init__.c
3500+
msgid "short read"
3501+
msgstr ""
3502+
34793503
#: py/objstr.c
34803504
msgid "sign not allowed in string format specifier"
34813505
msgstr ""

locale/de_DE.po

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ msgstr "0.0 zu einer komplexen Potenz"
279279
msgid "3-arg pow() not supported"
280280
msgstr "3-arg pow() wird nicht unterstützt"
281281

282+
#: shared-module/msgpack/__init__.c
283+
msgid "64 bit types"
284+
msgstr ""
285+
282286
#: ports/atmel-samd/common-hal/countio/Counter.c
283287
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
284288
msgid "A hardware interrupt channel is already in use"
@@ -2493,6 +2497,10 @@ msgstr "chr() arg ist nicht in range(256)"
24932497
msgid "circle can only be registered in one parent"
24942498
msgstr "Kreis kann nur in einem Elternteil registriert werden"
24952499

2500+
#: shared-bindings/msgpack/ExtType.c
2501+
msgid "code outside range 0~127"
2502+
msgstr ""
2503+
24962504
#: shared-bindings/displayio/Palette.c
24972505
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
24982506
msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein"
@@ -2579,6 +2587,10 @@ msgstr "Dezimalzahlen nicht unterstützt"
25792587
msgid "default 'except' must be last"
25802588
msgstr "Die Standart-Ausnahmebehandlung muss als letztes sein"
25812589

2590+
#: shared-bindings/msgpack/__init__.c
2591+
msgid "default is not a function"
2592+
msgstr ""
2593+
25822594
#: shared-bindings/audiobusio/PDMIn.c
25832595
msgid ""
25842596
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2680,6 +2692,10 @@ msgstr "Erwarte nur einen Wert für set"
26802692
msgid "expecting key:value for dict"
26812693
msgstr "Erwarte key:value für dict"
26822694

2695+
#: shared-bindings/msgpack/__init__.c
2696+
msgid "ext_hook is not a function"
2697+
msgstr ""
2698+
26832699
#: py/argcheck.c
26842700
msgid "extra keyword arguments given"
26852701
msgstr "Es wurden zusätzliche Keyword-Argumente angegeben"
@@ -3219,6 +3235,10 @@ msgstr "kein verfügbares Netzwerkadapter (NIC)"
32193235
msgid "no binding for nonlocal found"
32203236
msgstr "Kein Binding für nonlocal gefunden"
32213237

3238+
#: shared-module/msgpack/__init__.c
3239+
msgid "no default packer"
3240+
msgstr ""
3241+
32223242
#: py/builtinimport.c
32233243
msgid "no module named '%q'"
32243244
msgstr "Kein Modul mit dem Namen '%q'"
@@ -3558,6 +3578,10 @@ msgstr "kompilieren von Skripten nicht unterstützt"
35583578
msgid "shape must be a tuple"
35593579
msgstr ""
35603580

3581+
#: shared-module/msgpack/__init__.c
3582+
msgid "short read"
3583+
msgstr ""
3584+
35613585
#: py/objstr.c
35623586
msgid "sign not allowed in string format specifier"
35633587
msgstr "Vorzeichen nicht erlaubt in einem String formatierungs specifier"

locale/el.po

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ msgstr ""
275275
msgid "3-arg pow() not supported"
276276
msgstr ""
277277

278+
#: shared-module/msgpack/__init__.c
279+
msgid "64 bit types"
280+
msgstr ""
281+
278282
#: ports/atmel-samd/common-hal/countio/Counter.c
279283
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
280284
msgid "A hardware interrupt channel is already in use"
@@ -2425,6 +2429,10 @@ msgstr ""
24252429
msgid "circle can only be registered in one parent"
24262430
msgstr ""
24272431

2432+
#: shared-bindings/msgpack/ExtType.c
2433+
msgid "code outside range 0~127"
2434+
msgstr ""
2435+
24282436
#: shared-bindings/displayio/Palette.c
24292437
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
24302438
msgstr ""
@@ -2509,6 +2517,10 @@ msgstr ""
25092517
msgid "default 'except' must be last"
25102518
msgstr ""
25112519

2520+
#: shared-bindings/msgpack/__init__.c
2521+
msgid "default is not a function"
2522+
msgstr ""
2523+
25122524
#: shared-bindings/audiobusio/PDMIn.c
25132525
msgid ""
25142526
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2608,6 +2620,10 @@ msgstr ""
26082620
msgid "expecting key:value for dict"
26092621
msgstr ""
26102622

2623+
#: shared-bindings/msgpack/__init__.c
2624+
msgid "ext_hook is not a function"
2625+
msgstr ""
2626+
26112627
#: py/argcheck.c
26122628
msgid "extra keyword arguments given"
26132629
msgstr ""
@@ -3140,6 +3156,10 @@ msgstr ""
31403156
msgid "no binding for nonlocal found"
31413157
msgstr ""
31423158

3159+
#: shared-module/msgpack/__init__.c
3160+
msgid "no default packer"
3161+
msgstr ""
3162+
31433163
#: py/builtinimport.c
31443164
msgid "no module named '%q'"
31453165
msgstr ""
@@ -3473,6 +3493,10 @@ msgstr ""
34733493
msgid "shape must be a tuple"
34743494
msgstr ""
34753495

3496+
#: shared-module/msgpack/__init__.c
3497+
msgid "short read"
3498+
msgstr ""
3499+
34763500
#: py/objstr.c
34773501
msgid "sign not allowed in string format specifier"
34783502
msgstr ""

locale/es.po

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ msgstr "0.0 a una potencia compleja"
281281
msgid "3-arg pow() not supported"
282282
msgstr "pow() con 3 argumentos no soportado"
283283

284+
#: shared-module/msgpack/__init__.c
285+
msgid "64 bit types"
286+
msgstr ""
287+
284288
#: ports/atmel-samd/common-hal/countio/Counter.c
285289
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
286290
msgid "A hardware interrupt channel is already in use"
@@ -2491,6 +2495,10 @@ msgstr "El argumento de chr() no esta en el rango(256)"
24912495
msgid "circle can only be registered in one parent"
24922496
msgstr "circulo solo puede ser registrado con un pariente"
24932497

2498+
#: shared-bindings/msgpack/ExtType.c
2499+
msgid "code outside range 0~127"
2500+
msgstr ""
2501+
24942502
#: shared-bindings/displayio/Palette.c
24952503
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
24962504
msgstr "color buffer debe ser 3 bytes (RGB) ó 4 bytes (RGB + pad byte)"
@@ -2575,6 +2583,10 @@ msgstr "números decimales no soportados"
25752583
msgid "default 'except' must be last"
25762584
msgstr "'except' por defecto deberia estar de último"
25772585

2586+
#: shared-bindings/msgpack/__init__.c
2587+
msgid "default is not a function"
2588+
msgstr ""
2589+
25782590
#: shared-bindings/audiobusio/PDMIn.c
25792591
msgid ""
25802592
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2676,6 +2688,10 @@ msgstr "esperando solo un valor para set"
26762688
msgid "expecting key:value for dict"
26772689
msgstr "esperando la clave:valor para dict"
26782690

2691+
#: shared-bindings/msgpack/__init__.c
2692+
msgid "ext_hook is not a function"
2693+
msgstr ""
2694+
26792695
#: py/argcheck.c
26802696
msgid "extra keyword arguments given"
26812697
msgstr "argumento(s) por palabra clave adicionales fueron dados"
@@ -3211,6 +3227,10 @@ msgstr "NIC no disponible"
32113227
msgid "no binding for nonlocal found"
32123228
msgstr "no se ha encontrado ningún enlace para nonlocal"
32133229

3230+
#: shared-module/msgpack/__init__.c
3231+
msgid "no default packer"
3232+
msgstr ""
3233+
32143234
#: py/builtinimport.c
32153235
msgid "no module named '%q'"
32163236
msgstr "ningún módulo se llama '%q'"
@@ -3549,6 +3569,10 @@ msgstr "script de compilación no soportado"
35493569
msgid "shape must be a tuple"
35503570
msgstr "forma tiene que ser una tupla"
35513571

3572+
#: shared-module/msgpack/__init__.c
3573+
msgid "short read"
3574+
msgstr ""
3575+
35523576
#: py/objstr.c
35533577
msgid "sign not allowed in string format specifier"
35543578
msgstr "signo no permitido en el espeficador de string format"

locale/fil.po

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ msgstr "0.0 para sa complex power"
277277
msgid "3-arg pow() not supported"
278278
msgstr "3-arg pow() hindi suportado"
279279

280+
#: shared-module/msgpack/__init__.c
281+
msgid "64 bit types"
282+
msgstr ""
283+
280284
#: ports/atmel-samd/common-hal/countio/Counter.c
281285
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
282286
msgid "A hardware interrupt channel is already in use"
@@ -2462,6 +2466,10 @@ msgstr "chr() arg wala sa sakop ng range(256)"
24622466
msgid "circle can only be registered in one parent"
24632467
msgstr ""
24642468

2469+
#: shared-bindings/msgpack/ExtType.c
2470+
msgid "code outside range 0~127"
2471+
msgstr ""
2472+
24652473
#: shared-bindings/displayio/Palette.c
24662474
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
24672475
msgstr "color buffer ay dapat na 3 bytes (RGB) o 4 bytes (RGB + pad byte)"
@@ -2546,6 +2554,10 @@ msgstr "decimal numbers hindi sinusuportahan"
25462554
msgid "default 'except' must be last"
25472555
msgstr "default 'except' ay dapat sa huli"
25482556

2557+
#: shared-bindings/msgpack/__init__.c
2558+
msgid "default is not a function"
2559+
msgstr ""
2560+
25492561
#: shared-bindings/audiobusio/PDMIn.c
25502562
msgid ""
25512563
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2650,6 +2662,10 @@ msgstr "umaasa sa value para sa set"
26502662
msgid "expecting key:value for dict"
26512663
msgstr "umaasang key: halaga para sa dict"
26522664

2665+
#: shared-bindings/msgpack/__init__.c
2666+
msgid "ext_hook is not a function"
2667+
msgstr ""
2668+
26532669
#: py/argcheck.c
26542670
msgid "extra keyword arguments given"
26552671
msgstr "dagdag na keyword argument na ibinigay"
@@ -3187,6 +3203,10 @@ msgstr "walang magagamit na NIC"
31873203
msgid "no binding for nonlocal found"
31883204
msgstr "no binding para sa nonlocal, nahanap"
31893205

3206+
#: shared-module/msgpack/__init__.c
3207+
msgid "no default packer"
3208+
msgstr ""
3209+
31903210
#: py/builtinimport.c
31913211
msgid "no module named '%q'"
31923212
msgstr "walang module na '%q'"
@@ -3524,6 +3544,10 @@ msgstr "script kompilasyon hindi supportado"
35243544
msgid "shape must be a tuple"
35253545
msgstr ""
35263546

3547+
#: shared-module/msgpack/__init__.c
3548+
msgid "short read"
3549+
msgstr ""
3550+
35273551
#: py/objstr.c
35283552
msgid "sign not allowed in string format specifier"
35293553
msgstr "sign hindi maaring string format specifier"

0 commit comments

Comments
 (0)