Skip to content

Commit a1c6105

Browse files
andibingweblate
authored andcommitted
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (1003 of 1003 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
1 parent 88fe81c commit a1c6105

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

locale/en_GB.po

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"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"
1111
"Last-Translator: Andi Chandler <[email protected]>\n"
1212
"Language-Team: none\n"
1313
"Language: en_GB\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18-
"X-Generator: Weblate 5.1-dev\n"
18+
"X-Generator: Weblate 5.2-dev\n"
1919

2020
#: main.c
2121
msgid ""
@@ -295,7 +295,7 @@ msgstr "%q[%u] waits on input outside of count"
295295
#: py/runtime.c
296296
#, c-format
297297
msgid "%s"
298-
msgstr ""
298+
msgstr "%s"
299299

300300
#: ports/espressif/common-hal/espidf/__init__.c
301301
#, c-format
@@ -409,7 +409,7 @@ msgstr "'await' outside function"
409409

410410
#: py/compile.c
411411
msgid "'break'/'continue' outside loop"
412-
msgstr ""
412+
msgstr "'break'/'continue' outside loop"
413413

414414
#: py/compile.c
415415
msgid "'data' requires at least 2 arguments"
@@ -451,7 +451,7 @@ msgstr ", in %q\n"
451451
#: shared-bindings/displayio/EPaperDisplay.c
452452
#: shared-bindings/framebufferio/FramebufferDisplay.c
453453
msgid ".show(x) removed. Use .root_group = x"
454-
msgstr ""
454+
msgstr ".show(x) removed. Use .root_group = x"
455455

456456
#: py/objcomplex.c
457457
msgid "0.0 to a complex power"
@@ -647,7 +647,7 @@ msgstr "Below minimum frame rate"
647647

648648
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
649649
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"
651651

652652
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
653653
msgid "Bit clock and word select must share a clock unit"
@@ -2431,7 +2431,7 @@ msgstr "__init__() should return None"
24312431
#: py/objtype.c
24322432
#, c-format
24332433
msgid "__init__() should return None, not '%s'"
2434-
msgstr ""
2434+
msgstr "__init__() should return None, not '%s'"
24352435

24362436
#: py/objobject.c
24372437
msgid "__new__ arg must be a user-type"
@@ -2513,7 +2513,7 @@ msgstr "asm overflow"
25132513

25142514
#: py/compile.c
25152515
msgid "async for/with outside async function"
2516-
msgstr ""
2516+
msgstr "async for/with outside async function"
25172517

25182518
#: extmod/ulab/code/numpy/numerical.c
25192519
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"
25252525

25262526
#: py/objstr.c
25272527
msgid "attributes not supported"
2528-
msgstr ""
2528+
msgstr "attributes not supported"
25292529

25302530
#: extmod/ulab/code/ulab_tools.c
25312531
msgid "axis is out of bounds"
@@ -2597,7 +2597,7 @@ msgstr "Buffer slices must be of equal length"
25972597

25982598
#: py/modstruct.c shared-module/struct/__init__.c
25992599
msgid "buffer too small"
2600-
msgstr "Buffer too small"
2600+
msgstr "buffer too small"
26012601

26022602
#: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
26032603
msgid "buffer too small for requested bytes"
@@ -2669,23 +2669,23 @@ msgstr "can't convert %s to float"
26692669
#: py/runtime.c
26702670
#, c-format
26712671
msgid "can't convert %s to int"
2672-
msgstr ""
2672+
msgstr "can't convert %s to int"
26732673

26742674
#: py/objstr.c
26752675
msgid "can't convert '%q' object to %q implicitly"
26762676
msgstr "Can't convert '%q' object to %q implicitly"
26772677

26782678
#: py/objint.c
26792679
msgid "can't convert NaN to int"
2680-
msgstr ""
2680+
msgstr "can't convert NaN to int"
26812681

26822682
#: extmod/ulab/code/numpy/vector.c
26832683
msgid "can't convert complex to float"
26842684
msgstr "can't convert complex to float"
26852685

26862686
#: py/objint.c
26872687
msgid "can't convert inf to int"
2688-
msgstr ""
2688+
msgstr "can't convert inf to int"
26892689

26902690
#: py/obj.c
26912691
msgid "can't convert to complex"
@@ -2721,7 +2721,7 @@ msgstr "can't implicitly convert '%q' to 'bool'"
27212721

27222722
#: py/runtime.c
27232723
msgid "can't import name %q"
2724-
msgstr ""
2724+
msgstr "can't import name %q"
27252725

27262726
#: py/emitnative.c
27272727
msgid "can't load from '%q'"
@@ -2777,11 +2777,11 @@ msgstr ""
27772777

27782778
#: py/objcomplex.c
27792779
msgid "can't truncate-divide a complex number"
2780-
msgstr ""
2780+
msgstr "can't truncate-divide a complex number"
27812781

27822782
#: extmod/moductypes.c
27832783
msgid "can't unambiguously get sizeof scalar"
2784-
msgstr ""
2784+
msgstr "can't unambiguously get sizeof scalar"
27852785

27862786
#: extmod/modasyncio.c
27872787
msgid "can't wait"
@@ -2869,7 +2869,7 @@ msgstr "comparison of int and uint"
28692869

28702870
#: py/objcomplex.c
28712871
msgid "complex divide by zero"
2872-
msgstr ""
2872+
msgstr "complex divide by zero"
28732873

28742874
#: py/objfloat.c py/parsenum.c
28752875
msgid "complex values not supported"
@@ -3123,7 +3123,7 @@ msgstr "font must be 2048 bytes long"
31233123

31243124
#: extmod/moddeflate.c
31253125
msgid "format"
3126-
msgstr ""
3126+
msgstr "format"
31273127

31283128
#: py/objstr.c
31293129
msgid "format requires a dict"
@@ -3367,7 +3367,7 @@ msgstr "interval must be in range %s-%s"
33673367

33683368
#: py/compile.c
33693369
msgid "invalid arch"
3370-
msgstr ""
3370+
msgstr "invalid arch"
33713371

33723372
#: shared-bindings/bitmaptools/__init__.c
33733373
#, c-format
@@ -3451,7 +3451,7 @@ msgstr "join expects a list of str/bytes objects consistent with self object"
34513451

34523452
#: py/argcheck.c
34533453
msgid "keyword argument(s) not implemented - use normal args instead"
3454-
msgstr ""
3454+
msgstr "keyword argument(s) not implemented - use normal args instead"
34553455

34563456
#: py/emitinlinethumb.c py/emitinlinextensa.c
34573457
msgid "label '%q' not defined"
@@ -3549,15 +3549,15 @@ msgstr "memory allocation failed, heap is locked"
35493549

35503550
#: py/objarray.c
35513551
msgid "memoryview offset too large"
3552-
msgstr ""
3552+
msgstr "memoryview offset too large"
35533553

35543554
#: py/objarray.c
35553555
msgid "memoryview: length is not a multiple of itemsize"
35563556
msgstr "memoryview: length is not a multiple of itemsize"
35573557

35583558
#: extmod/modtime.c
35593559
msgid "mktime needs a tuple of length 8 or 9"
3560-
msgstr ""
3560+
msgstr "mktime needs a tuple of length 8 or 9"
35613561

35623562
#: extmod/ulab/code/numpy/linalg/linalg.c
35633563
msgid "mode must be complete, or reduced"
@@ -3605,7 +3605,7 @@ msgstr "name not defined"
36053605

36063606
#: py/persistentcode.c
36073607
msgid "native code in .mpy unsupported"
3608-
msgstr ""
3608+
msgstr "native code in .mpy unsupported"
36093609

36103610
#: py/asmthumb.c
36113611
msgid "native method too big"
@@ -4085,7 +4085,7 @@ msgstr "source_bitmap must have value_count of 8"
40854085

40864086
#: extmod/modre.c
40874087
msgid "splitting with sub-captures"
4088-
msgstr ""
4088+
msgstr "splitting with sub-captures"
40894089

40904090
#: py/objstr.c
40914091
msgid "start/end indices"
@@ -4101,16 +4101,16 @@ msgstr "stream operation not supported"
41014101

41024102
#: py/objarray.c py/objstr.c
41034103
msgid "string argument without an encoding"
4104-
msgstr ""
4104+
msgstr "string argument without an encoding"
41054105

41064106
#: py/objstrunicode.c
41074107
msgid "string index out of range"
4108-
msgstr ""
4108+
msgstr "string index out of range"
41094109

41104110
#: py/objstrunicode.c
41114111
#, c-format
41124112
msgid "string indices must be integers, not %s"
4113-
msgstr ""
4113+
msgstr "string indices must be integers, not %s"
41144114

41154115
#: extmod/moductypes.c
41164116
msgid "struct: can't index"
@@ -4142,7 +4142,7 @@ msgstr "syntax error in uctypes descriptor"
41424142

41434143
#: extmod/modtime.c
41444144
msgid "ticks interval overflow"
4145-
msgstr ""
4145+
msgstr "ticks interval overflow"
41464146

41474147
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
41484148
msgid "timeout duration exceeded the maximum supported value"
@@ -4319,7 +4319,7 @@ msgstr "unsupported format character '%c' (0x%x) at index %d"
43194319

43204320
#: py/runtime.c
43214321
msgid "unsupported type for %q: '%s'"
4322-
msgstr ""
4322+
msgstr "unsupported type for %q: '%s'"
43234323

43244324
#: py/runtime.c
43254325
msgid "unsupported type for operator"
@@ -4348,7 +4348,7 @@ msgstr "value out of range of target"
43484348

43494349
#: extmod/moddeflate.c
43504350
msgid "wbits"
4351-
msgstr ""
4351+
msgstr "wbits"
43524352

43534353
#: shared-bindings/is31fl3741/FrameBuffer.c
43544354
msgid "width must be greater than zero"

0 commit comments

Comments
 (0)