From be9caeb9150df3ff8a30b2e7ab20f32b7fc9b5f7 Mon Sep 17 00:00:00 2001 From: Roy Hooper Date: Sun, 13 Jan 2019 23:52:05 -0500 Subject: update translations --- locale/circuitpython.pot | 57 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) (limited to 'locale/circuitpython.pot') diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 5c85d09a8..37b403826 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-01-10 21:32-0500\n" +"POT-Creation-Date: 2019-01-13 23:51-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1931,7 +1931,7 @@ msgstr "" msgid "argument should be a '%q' not a '%q'" msgstr "" -#: py/runtime.c:1123 py/runtime.c:1197 +#: py/runtime.c:1123 py/runtime.c:1197 shared-bindings/_pixelbuf/__init__.c:106 msgid "no such attribute" msgstr "" @@ -2010,6 +2010,54 @@ msgstr "" msgid "byte code not implemented" msgstr "" +#: shared-bindings/_pixelbuf/PixelBuf.c:101 +#, c-format +msgid "byteorder is not an instance of ByteOrder (got a %s)" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:106 +#, c-format +msgid "Can not use dotstar with %s" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:118 +msgid "rawbuf is not the same size as buf" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:123 +#, c-format +msgid "buf is too small. need %d bytes" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:129 +msgid "write_args must be a list, tuple, or None" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:394 +msgid "Only slices with step=1 (aka None) are supported" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:396 +msgid "Range out of bounds" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:405 +msgid "tuple/list required on RHS" +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:421 +#, c-format +msgid "Unmatched number of items on RHS (expected %d, got %d)." +msgstr "" + +#: shared-bindings/_pixelbuf/PixelBuf.c:444 +msgid "Pixel beyond bounds of buffer" +msgstr "" + +#: shared-bindings/_pixelbuf/__init__.c:112 +msgid "readonly attribute" +msgstr "" + #: shared-bindings/_stage/Layer.c:71 msgid "graphic must be 2048 bytes long" msgstr "" @@ -2457,6 +2505,11 @@ msgid "" "Object has been deinitialized and can no longer be used. Create a new object." msgstr "" +#: shared-module/_pixelbuf/PixelBuf.c:69 +#, c-format +msgid "Expected tuple of length %d, got %d" +msgstr "" + #: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117 msgid "Couldn't allocate first buffer" msgstr "" -- cgit v1.2.3