@@ -7,15 +7,15 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version : PACKAGE VERSION\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "PO-Revision-Date : 2023-10-05 03:10 +0000\n "
10
+ "PO-Revision-Date : 2023-10-27 08:51 +0000\n "
11
11
"
Last-Translator :
Andi Chandler <[email protected] >\n "
12
12
"Language-Team : none\n "
13
13
"Language : en_GB\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
17
"Plural-Forms : nplurals=2; plural=n != 1;\n "
18
- "X-Generator : Weblate 5.1 -dev\n "
18
+ "X-Generator : Weblate 5.2 -dev\n "
19
19
20
20
#: main.c
21
21
msgid ""
@@ -295,7 +295,7 @@ msgstr "%q[%u] waits on input outside of count"
295
295
#: py/runtime.c
296
296
#, c-format
297
297
msgid "%s"
298
- msgstr ""
298
+ msgstr "%s "
299
299
300
300
#: ports/espressif/common-hal/espidf/__init__.c
301
301
#, c-format
@@ -409,7 +409,7 @@ msgstr "'await' outside function"
409
409
410
410
#: py/compile.c
411
411
msgid "'break'/'continue' outside loop"
412
- msgstr ""
412
+ msgstr "'break'/'continue' outside loop "
413
413
414
414
#: py/compile.c
415
415
msgid "'data' requires at least 2 arguments"
@@ -451,7 +451,7 @@ msgstr ", in %q\n"
451
451
#: shared-bindings/displayio/EPaperDisplay.c
452
452
#: shared-bindings/framebufferio/FramebufferDisplay.c
453
453
msgid ".show(x) removed. Use .root_group = x"
454
- msgstr ""
454
+ msgstr ".show(x) removed. Use .root_group = x "
455
455
456
456
#: py/objcomplex.c
457
457
msgid "0.0 to a complex power"
@@ -647,7 +647,7 @@ msgstr "Below minimum frame rate"
647
647
648
648
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
649
649
msgid "Bit clock and word select must be sequential GPIO pins"
650
- msgstr ""
650
+ msgstr "Bit clock and word select must be sequential GPIO pins "
651
651
652
652
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
653
653
msgid "Bit clock and word select must share a clock unit"
@@ -2431,7 +2431,7 @@ msgstr "__init__() should return None"
2431
2431
#: py/objtype.c
2432
2432
#, c-format
2433
2433
msgid "__init__() should return None, not '%s'"
2434
- msgstr ""
2434
+ msgstr "__init__() should return None, not '%s' "
2435
2435
2436
2436
#: py/objobject.c
2437
2437
msgid "__new__ arg must be a user-type"
@@ -2513,7 +2513,7 @@ msgstr "asm overflow"
2513
2513
2514
2514
#: py/compile.c
2515
2515
msgid "async for/with outside async function"
2516
- msgstr ""
2516
+ msgstr "async for/with outside async function "
2517
2517
2518
2518
#: extmod/ulab/code/numpy/numerical.c
2519
2519
msgid "attempt to get (arg)min/(arg)max of empty sequence"
@@ -2525,7 +2525,7 @@ msgstr "attempt to get argmin/argmax of an empty sequence"
2525
2525
2526
2526
#: py/objstr.c
2527
2527
msgid "attributes not supported"
2528
- msgstr ""
2528
+ msgstr "attributes not supported "
2529
2529
2530
2530
#: extmod/ulab/code/ulab_tools.c
2531
2531
msgid "axis is out of bounds"
@@ -2597,7 +2597,7 @@ msgstr "Buffer slices must be of equal length"
2597
2597
2598
2598
#: py/modstruct.c shared-module/struct/__init__.c
2599
2599
msgid "buffer too small"
2600
- msgstr "Buffer too small"
2600
+ msgstr "buffer too small"
2601
2601
2602
2602
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
2603
2603
msgid "buffer too small for requested bytes"
@@ -2669,23 +2669,23 @@ msgstr "can't convert %s to float"
2669
2669
#: py/runtime.c
2670
2670
#, c-format
2671
2671
msgid "can't convert %s to int"
2672
- msgstr ""
2672
+ msgstr "can't convert %s to int "
2673
2673
2674
2674
#: py/objstr.c
2675
2675
msgid "can't convert '%q' object to %q implicitly"
2676
2676
msgstr "Can't convert '%q' object to %q implicitly"
2677
2677
2678
2678
#: py/objint.c
2679
2679
msgid "can't convert NaN to int"
2680
- msgstr ""
2680
+ msgstr "can't convert NaN to int "
2681
2681
2682
2682
#: extmod/ulab/code/numpy/vector.c
2683
2683
msgid "can't convert complex to float"
2684
2684
msgstr "can't convert complex to float"
2685
2685
2686
2686
#: py/objint.c
2687
2687
msgid "can't convert inf to int"
2688
- msgstr ""
2688
+ msgstr "can't convert inf to int "
2689
2689
2690
2690
#: py/obj.c
2691
2691
msgid "can't convert to complex"
@@ -2721,7 +2721,7 @@ msgstr "can't implicitly convert '%q' to 'bool'"
2721
2721
2722
2722
#: py/runtime.c
2723
2723
msgid "can't import name %q"
2724
- msgstr ""
2724
+ msgstr "can't import name %q "
2725
2725
2726
2726
#: py/emitnative.c
2727
2727
msgid "can't load from '%q'"
@@ -2777,11 +2777,11 @@ msgstr ""
2777
2777
2778
2778
#: py/objcomplex.c
2779
2779
msgid "can't truncate-divide a complex number"
2780
- msgstr ""
2780
+ msgstr "can't truncate-divide a complex number "
2781
2781
2782
2782
#: extmod/moductypes.c
2783
2783
msgid "can't unambiguously get sizeof scalar"
2784
- msgstr ""
2784
+ msgstr "can't unambiguously get sizeof scalar "
2785
2785
2786
2786
#: extmod/modasyncio.c
2787
2787
msgid "can't wait"
@@ -2869,7 +2869,7 @@ msgstr "comparison of int and uint"
2869
2869
2870
2870
#: py/objcomplex.c
2871
2871
msgid "complex divide by zero"
2872
- msgstr ""
2872
+ msgstr "complex divide by zero "
2873
2873
2874
2874
#: py/objfloat.c py/parsenum.c
2875
2875
msgid "complex values not supported"
@@ -3123,7 +3123,7 @@ msgstr "font must be 2048 bytes long"
3123
3123
3124
3124
#: extmod/moddeflate.c
3125
3125
msgid "format"
3126
- msgstr ""
3126
+ msgstr "format "
3127
3127
3128
3128
#: py/objstr.c
3129
3129
msgid "format requires a dict"
@@ -3367,7 +3367,7 @@ msgstr "interval must be in range %s-%s"
3367
3367
3368
3368
#: py/compile.c
3369
3369
msgid "invalid arch"
3370
- msgstr ""
3370
+ msgstr "invalid arch "
3371
3371
3372
3372
#: shared-bindings/bitmaptools/__init__.c
3373
3373
#, c-format
@@ -3451,7 +3451,7 @@ msgstr "join expects a list of str/bytes objects consistent with self object"
3451
3451
3452
3452
#: py/argcheck.c
3453
3453
msgid "keyword argument(s) not implemented - use normal args instead"
3454
- msgstr ""
3454
+ msgstr "keyword argument(s) not implemented - use normal args instead "
3455
3455
3456
3456
#: py/emitinlinethumb.c py/emitinlinextensa.c
3457
3457
msgid "label '%q' not defined"
@@ -3549,15 +3549,15 @@ msgstr "memory allocation failed, heap is locked"
3549
3549
3550
3550
#: py/objarray.c
3551
3551
msgid "memoryview offset too large"
3552
- msgstr ""
3552
+ msgstr "memoryview offset too large "
3553
3553
3554
3554
#: py/objarray.c
3555
3555
msgid "memoryview: length is not a multiple of itemsize"
3556
3556
msgstr "memoryview: length is not a multiple of itemsize"
3557
3557
3558
3558
#: extmod/modtime.c
3559
3559
msgid "mktime needs a tuple of length 8 or 9"
3560
- msgstr ""
3560
+ msgstr "mktime needs a tuple of length 8 or 9 "
3561
3561
3562
3562
#: extmod/ulab/code/numpy/linalg/linalg.c
3563
3563
msgid "mode must be complete, or reduced"
@@ -3605,7 +3605,7 @@ msgstr "name not defined"
3605
3605
3606
3606
#: py/persistentcode.c
3607
3607
msgid "native code in .mpy unsupported"
3608
- msgstr ""
3608
+ msgstr "native code in .mpy unsupported "
3609
3609
3610
3610
#: py/asmthumb.c
3611
3611
msgid "native method too big"
@@ -4085,7 +4085,7 @@ msgstr "source_bitmap must have value_count of 8"
4085
4085
4086
4086
#: extmod/modre.c
4087
4087
msgid "splitting with sub-captures"
4088
- msgstr ""
4088
+ msgstr "splitting with sub-captures "
4089
4089
4090
4090
#: py/objstr.c
4091
4091
msgid "start/end indices"
@@ -4101,16 +4101,16 @@ msgstr "stream operation not supported"
4101
4101
4102
4102
#: py/objarray.c py/objstr.c
4103
4103
msgid "string argument without an encoding"
4104
- msgstr ""
4104
+ msgstr "string argument without an encoding "
4105
4105
4106
4106
#: py/objstrunicode.c
4107
4107
msgid "string index out of range"
4108
- msgstr ""
4108
+ msgstr "string index out of range "
4109
4109
4110
4110
#: py/objstrunicode.c
4111
4111
#, c-format
4112
4112
msgid "string indices must be integers, not %s"
4113
- msgstr ""
4113
+ msgstr "string indices must be integers, not %s "
4114
4114
4115
4115
#: extmod/moductypes.c
4116
4116
msgid "struct: can't index"
@@ -4142,7 +4142,7 @@ msgstr "syntax error in uctypes descriptor"
4142
4142
4143
4143
#: extmod/modtime.c
4144
4144
msgid "ticks interval overflow"
4145
- msgstr ""
4145
+ msgstr "ticks interval overflow "
4146
4146
4147
4147
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4148
4148
msgid "timeout duration exceeded the maximum supported value"
@@ -4319,7 +4319,7 @@ msgstr "unsupported format character '%c' (0x%x) at index %d"
4319
4319
4320
4320
#: py/runtime.c
4321
4321
msgid "unsupported type for %q: '%s'"
4322
- msgstr ""
4322
+ msgstr "unsupported type for %q: '%s' "
4323
4323
4324
4324
#: py/runtime.c
4325
4325
msgid "unsupported type for operator"
@@ -4348,7 +4348,7 @@ msgstr "value out of range of target"
4348
4348
4349
4349
#: extmod/moddeflate.c
4350
4350
msgid "wbits"
4351
- msgstr ""
4351
+ msgstr "wbits "
4352
4352
4353
4353
#: shared-bindings/is31fl3741/FrameBuffer.c
4354
4354
msgid "width must be greater than zero"
0 commit comments