Skip to content

Commit f963d06

Browse files
authored
Update from adafruit/main
1 parent 72bda34 commit f963d06

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

locale/circuitpython.pot

Lines changed: 15 additions & 8 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-09-09 14:33-0700\n"
11+
"POT-Creation-Date: 2020-09-13 14:21-0500\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"
@@ -30,12 +30,6 @@ msgid ""
3030
"https://github.com/adafruit/circuitpython/issues\n"
3131
msgstr ""
3232

33-
#: supervisor/shared/safe_mode.c
34-
msgid ""
35-
"\n"
36-
"To exit, please reset the board without "
37-
msgstr ""
38-
3933
#: py/obj.c
4034
msgid " File \"%q\""
4135
msgstr ""
@@ -1605,6 +1599,10 @@ msgid ""
16051599
"Timer was reserved for internal use - declare PWM pins earlier in the program"
16061600
msgstr ""
16071601

1602+
#: supervisor/shared/safe_mode.c
1603+
msgid "To exit, please reset the board without "
1604+
msgstr ""
1605+
16081606
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
16091607
msgid "Too many channels in sample."
16101608
msgstr ""
@@ -1925,7 +1923,7 @@ msgstr ""
19251923
msgid "bad format string"
19261924
msgstr ""
19271925

1928-
#: py/binary.c
1926+
#: py/binary.c py/objarray.c
19291927
msgid "bad typecode"
19301928
msgstr ""
19311929

@@ -1978,6 +1976,10 @@ msgstr ""
19781976
msgid "bytes > 8 bits not supported"
19791977
msgstr ""
19801978

1979+
#: py/objarray.c
1980+
msgid "bytes length not a multiple of item size"
1981+
msgstr ""
1982+
19811983
#: py/objstr.c
19821984
msgid "bytes value out of range"
19831985
msgstr ""
@@ -2943,6 +2945,11 @@ msgstr ""
29432945
msgid "overflow converting long int to machine word"
29442946
msgstr ""
29452947

2948+
#: py/modstruct.c
2949+
#, c-format
2950+
msgid "pack expected %d items for packing (got %d)"
2951+
msgstr ""
2952+
29462953
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
29472954
msgid "palette must be 32 bytes long"
29482955
msgstr ""

0 commit comments

Comments
 (0)