Translated using Weblate (English (United Kingdom))

Currently translated at 100.0% (998 of 998 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
This commit is contained in:
Andi Chandler 2023-08-13 01:11:52 +00:00 committed by Hosted Weblate
parent 29a7a9e63b
commit c0f39076dc
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-08-06 17:45+0000\n"
"PO-Revision-Date: 2023-08-14 01:48+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: none\n"
"Language: en_GB\n"
@ -266,19 +266,19 @@ msgstr "%q=%q"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "%q[%u] shifts in more bits than pin count"
msgstr ""
msgstr "%q[%u] shifts in more bits than pin count"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "%q[%u] shifts out more bits than pin count"
msgstr ""
msgstr "%q[%u] shifts out more bits than pin count"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "%q[%u] uses extra pin"
msgstr ""
msgstr "%q[%u] uses extra pin"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "%q[%u] waits on input outside of count"
msgstr ""
msgstr "%q[%u] waits on input outside of count"
#: ports/espressif/common-hal/espidf/__init__.c
#, c-format
@ -1370,31 +1370,31 @@ msgstr "Mismatched swap flag"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "Missing first_in_pin. %q[%u] reads pin(s)"
msgstr ""
msgstr "Missing first_in_pin. %q[%u] reads pin(s)"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "Missing first_in_pin. %q[%u] shifts in from pin(s)"
msgstr ""
msgstr "Missing first_in_pin. %q[%u] shifts in from pin(s)"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "Missing first_in_pin. %q[%u] waits based on pin"
msgstr ""
msgstr "Missing first_in_pin. %q[%u] waits based on pin"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "Missing first_out_pin. %q[%u] shifts out to pin(s)"
msgstr ""
msgstr "Missing first_out_pin. %q[%u] shifts out to pin(s)"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "Missing first_out_pin. %q[%u] writes pin(s)"
msgstr ""
msgstr "Missing first_out_pin. %q[%u] writes pin(s)"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "Missing first_set_pin. %q[%u] sets pin(s)"
msgstr ""
msgstr "Missing first_set_pin. %q[%u] sets pin(s)"
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "Missing jmp_pin. %q[%u] jumps on pin"
msgstr ""
msgstr "Missing jmp_pin. %q[%u] jumps on pin"
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."