@@ -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-08-14 01:48 +0000\n "
10
+ "PO-Revision-Date : 2023-09-10 08:50 +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.0-dev\n "
18
+ "X-Generator : Weblate 5.0.1 -dev\n "
19
19
20
20
#: main.c
21
21
msgid ""
@@ -39,6 +39,9 @@ msgid ""
39
39
"Please file an issue with your program at github.com/adafruit/circuitpython/"
40
40
"issues."
41
41
msgstr ""
42
+ "\n"
43
+ "Please file an issue with your program at github.com/adafruit/circuitpython/"
44
+ "issues."
42
45
43
46
#: supervisor/shared/safe_mode.c
44
47
msgid ""
@@ -433,7 +436,7 @@ msgstr "'yield' outside function"
433
436
434
437
#: py/compile.c
435
438
msgid "* arg after **"
436
- msgstr ""
439
+ msgstr "* arg after ** "
437
440
438
441
#: py/compile.c
439
442
msgid "*x must be assignment target"
@@ -463,7 +466,7 @@ msgstr "ADC2 is being used by WiFi"
463
466
464
467
#: ports/raspberrypi/common-hal/wifi/Radio.c
465
468
msgid "AP could not be started"
466
- msgstr ""
469
+ msgstr "AP could not be started "
467
470
468
471
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
469
472
#, c-format
@@ -478,7 +481,7 @@ msgstr "Address range not allowed"
478
481
479
482
#: shared-bindings/memorymap/AddressRange.c
480
483
msgid "Address range wraps around"
481
- msgstr ""
484
+ msgstr "Address range wraps around "
482
485
483
486
#: ports/espressif/common-hal/canio/CAN.c
484
487
msgid "All CAN peripherals are in use"
@@ -708,7 +711,7 @@ msgstr "Buffer too short by %d bytes"
708
711
#: shared-bindings/framebufferio/FramebufferDisplay.c
709
712
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
710
713
msgid "Buffer too small"
711
- msgstr ""
714
+ msgstr "Buffer too small "
712
715
713
716
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
714
717
msgid "Buffers must be same size"
@@ -1132,7 +1135,7 @@ msgstr "Half duplex SPI is not implemented"
1132
1135
1133
1136
#: supervisor/shared/safe_mode.c
1134
1137
msgid "Hard fault: memory access or instruction error."
1135
- msgstr ""
1138
+ msgstr "Hard fault: memory access or instruction error. "
1136
1139
1137
1140
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1138
1141
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
@@ -1406,7 +1409,7 @@ msgstr "Must be a %q subclass."
1406
1409
1407
1410
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
1408
1411
msgid "Must provide 5/6/5 RGB pins"
1409
- msgstr ""
1412
+ msgstr "Must provide 5/6/5 RGB pins "
1410
1413
1411
1414
#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c
1412
1415
msgid "Must provide MISO or MOSI pin"
@@ -1796,7 +1799,7 @@ msgstr "Polygon needs at least 3 points"
1796
1799
1797
1800
#: supervisor/shared/safe_mode.c
1798
1801
msgid "Power dipped. Make sure you are providing enough power."
1799
- msgstr ""
1802
+ msgstr "Power dipped. Make sure you are providing enough power. "
1800
1803
1801
1804
#: shared-bindings/_bleio/Adapter.c
1802
1805
msgid "Prefix buffer must be on the heap"
@@ -2169,7 +2172,7 @@ msgstr "UUID value is not str, int or byte buffer"
2169
2172
2170
2173
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2171
2174
msgid "Unable to access unaligned IO register"
2172
- msgstr ""
2175
+ msgstr "Unable to access unaligned IO register "
2173
2176
2174
2177
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2175
2178
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
@@ -2230,7 +2233,7 @@ msgstr "Unable to write to nvm."
2230
2233
2231
2234
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2232
2235
msgid "Unable to write to read-only memory"
2233
- msgstr ""
2236
+ msgstr "Unable to write to read-only memory "
2234
2237
2235
2238
#: shared-bindings/alarm/SleepMemory.c
2236
2239
msgid "Unable to write to sleep_memory."
@@ -2417,7 +2420,7 @@ msgstr "You pressed button A at start up."
2417
2420
2418
2421
#: ports/espressif/boards/m5stack_m5paper/mpconfigboard.h
2419
2422
msgid "You pressed button DOWN at start up."
2420
- msgstr ""
2423
+ msgstr "You pressed button DOWN at start up. "
2421
2424
2422
2425
#: supervisor/shared/safe_mode.c
2423
2426
msgid "You pressed the BOOT button at start up"
@@ -2542,7 +2545,7 @@ msgstr "array/bytes required on right side"
2542
2545
2543
2546
#: py/asmxtensa.c
2544
2547
msgid "asm overflow"
2545
- msgstr ""
2548
+ msgstr "asm overflow "
2546
2549
2547
2550
#: extmod/ulab/code/numpy/numerical.c
2548
2551
msgid "attempt to get (arg)min/(arg)max of empty sequence"
@@ -2634,7 +2637,7 @@ msgstr "Buffer too small for requested bytes"
2634
2637
2635
2638
#: py/emitbc.c
2636
2639
msgid "bytecode overflow"
2637
- msgstr ""
2640
+ msgstr "bytecode overflow "
2638
2641
2639
2642
#: py/objarray.c
2640
2643
msgid "bytes length not a multiple of item size"
@@ -2693,7 +2696,7 @@ msgstr "can't convert %s to complex"
2693
2696
#: py/obj.c
2694
2697
#, c-format
2695
2698
msgid "can't convert %s to float"
2696
- msgstr ""
2699
+ msgstr "can't convert %s to float "
2697
2700
2698
2701
#: py/objstr.c
2699
2702
msgid "can't convert '%q' object to %q implicitly"
@@ -2709,7 +2712,7 @@ msgstr "can't convert to complex"
2709
2712
2710
2713
#: py/obj.c
2711
2714
msgid "can't convert to float"
2712
- msgstr ""
2715
+ msgstr "can't convert to float "
2713
2716
2714
2717
#: py/runtime.c
2715
2718
msgid "can't convert to int"
@@ -2793,7 +2796,7 @@ msgstr ""
2793
2796
2794
2797
#: extmod/moduasyncio.c
2795
2798
msgid "can't wait"
2796
- msgstr ""
2799
+ msgstr "can't wait "
2797
2800
2798
2801
#: extmod/ulab/code/ndarray.c
2799
2802
msgid "cannot assign new shape"
@@ -3231,11 +3234,11 @@ msgstr "import * not at module level"
3231
3234
3232
3235
#: py/persistentcode.c
3233
3236
msgid "incompatible .mpy arch"
3234
- msgstr ""
3237
+ msgstr "incompatible .mpy arch "
3235
3238
3236
3239
#: py/persistentcode.c
3237
3240
msgid "incompatible .mpy file"
3238
- msgstr ""
3241
+ msgstr "incompatible .mpy file "
3239
3242
3240
3243
#: py/objstr.c
3241
3244
msgid "incomplete format"
@@ -3699,7 +3702,7 @@ msgstr "not a 128-bit UUID"
3699
3702
3700
3703
#: py/parse.c
3701
3704
msgid "not a constant"
3702
- msgstr ""
3705
+ msgstr "not a constant "
3703
3706
3704
3707
#: py/objstr.c
3705
3708
msgid "not all arguments converted during string formatting"
@@ -3937,11 +3940,11 @@ msgstr "port must be >= 0"
3937
3940
3938
3941
#: py/compile.c
3939
3942
msgid "positional arg after **"
3940
- msgstr ""
3943
+ msgstr "positional arg after ** "
3941
3944
3942
3945
#: py/compile.c
3943
3946
msgid "positional arg after keyword arg"
3944
- msgstr ""
3947
+ msgstr "positional arg after keyword arg "
3945
3948
3946
3949
#: py/objint_mpz.c
3947
3950
msgid "pow() 3rd argument cannot be 0"
@@ -4168,7 +4171,7 @@ msgstr "tobytes can be invoked for dense arrays only"
4168
4171
4169
4172
#: py/compile.c
4170
4173
msgid "too many args"
4171
- msgstr ""
4174
+ msgstr "too many args "
4172
4175
4173
4176
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create.c
4174
4177
msgid "too many dimensions"
0 commit comments