File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-09-09 14:33-0700 \n "
11
+ "POT-Creation-Date : 2020-09-12 15:10-0500 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -1925,7 +1925,7 @@ msgstr ""
1925
1925
msgid "bad format string"
1926
1926
msgstr ""
1927
1927
1928
- #: py/binary.c
1928
+ #: py/binary.c py/objarray.c
1929
1929
msgid "bad typecode"
1930
1930
msgstr ""
1931
1931
@@ -1978,6 +1978,10 @@ msgstr ""
1978
1978
msgid "bytes > 8 bits not supported"
1979
1979
msgstr ""
1980
1980
1981
+ #: py/objarray.c
1982
+ msgid "bytes length not a multiple of item size"
1983
+ msgstr ""
1984
+
1981
1985
#: py/objstr.c
1982
1986
msgid "bytes value out of range"
1983
1987
msgstr ""
@@ -2943,6 +2947,11 @@ msgstr ""
2943
2947
msgid "overflow converting long int to machine word"
2944
2948
msgstr ""
2945
2949
2950
+ #: py/modstruct.c
2951
+ #, c-format
2952
+ msgid "pack expected %d items for packing (got %d)"
2953
+ msgstr ""
2954
+
2946
2955
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
2947
2956
msgid "palette must be 32 bytes long"
2948
2957
msgstr ""
You can’t perform that action at this time.
0 commit comments