Skip to content

Commit 88db16a

Browse files
committed
add translations
1 parent 98aa4b7 commit 88db16a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

locale/circuitpython.pot

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-10-06 13:26-0400\n"
11+
"POT-Creation-Date: 2020-10-10 23:49-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -246,6 +246,10 @@ msgstr ""
246246
msgid "'return' outside function"
247247
msgstr ""
248248

249+
#: py/compile.c
250+
msgid "'yield from' inside async function"
251+
msgstr ""
252+
249253
#: py/compile.c
250254
msgid "'yield' outside function"
251255
msgstr ""
@@ -289,6 +293,7 @@ msgid "All I2C peripherals are in use"
289293
msgstr ""
290294

291295
#: ports/atmel-samd/common-hal/canio/Listener.c
296+
#: ports/stm/common-hal/canio/Listener.c
292297
msgid "All RX FIFOs in use"
293298
msgstr ""
294299

@@ -896,6 +901,7 @@ msgid "File exists"
896901
msgstr ""
897902

898903
#: ports/atmel-samd/common-hal/canio/Listener.c
904+
#: ports/stm/common-hal/canio/Listener.c
899905
msgid "Filters too complex"
900906
msgstr ""
901907

@@ -932,7 +938,8 @@ msgid "Group full"
932938
msgstr ""
933939

934940
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
935-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
941+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
942+
#: ports/stm/common-hal/sdioio/SDCard.c
936943
msgid "Hardware busy, try alternative pins"
937944
msgstr ""
938945

@@ -1002,7 +1009,8 @@ msgid "Invalid %q pin"
10021009
msgstr ""
10031010

10041011
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
1005-
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
1012+
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c
1013+
#: ports/stm/common-hal/sdioio/SDCard.c
10061014
msgid "Invalid %q pin selection"
10071015
msgstr ""
10081016

@@ -3426,6 +3434,10 @@ msgstr ""
34263434
msgid "type object '%q' has no attribute '%q'"
34273435
msgstr ""
34283436

3437+
#: py/objgenerator.c
3438+
msgid "type object 'generator' has no attribute '__await__'"
3439+
msgstr ""
3440+
34293441
#: py/objtype.c
34303442
msgid "type takes 1 or 3 arguments"
34313443
msgstr ""

0 commit comments

Comments
 (0)