diff options
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 50 |
1 files changed, 19 insertions, 31 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index e52ee4df4..0a9e67685 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-18 11:43-0800\n" +"POT-Creation-Date: 2019-01-20 17:33-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -21,8 +21,8 @@ msgstr "" msgid "invalid I2C peripheral" msgstr "" -#: extmod/machine_i2c.c:340 extmod/machine_i2c.c:354 extmod/machine_i2c.c:368 -#: extmod/machine_i2c.c:392 +#: extmod/machine_i2c.c:338 extmod/machine_i2c.c:352 extmod/machine_i2c.c:366 +#: extmod/machine_i2c.c:390 msgid "I2C operation not supported" msgstr "" @@ -877,7 +877,7 @@ msgstr "" msgid "function does not take keyword arguments" msgstr "" -#: py/argcheck.c:63 py/bc.c:85 py/objnamedtuple.c:105 +#: py/argcheck.c:63 py/bc.c:85 py/objnamedtuple.c:108 #, c-format msgid "function takes %d positional arguments but %d were given" msgstr "" @@ -912,7 +912,7 @@ msgstr "" msgid "keyword argument(s) not yet implemented - use normal args instead" msgstr "" -#: py/bc.c:88 py/objnamedtuple.c:109 +#: py/bc.c:88 py/objnamedtuple.c:112 msgid "%q() takes %d positional arguments but %d were given" msgstr "" @@ -924,11 +924,11 @@ msgstr "" msgid "keywords must be strings" msgstr "" -#: py/bc.c:206 py/objnamedtuple.c:139 +#: py/bc.c:206 py/objnamedtuple.c:142 msgid "function got multiple values for argument '%q'" msgstr "" -#: py/bc.c:218 py/objnamedtuple.c:131 +#: py/bc.c:218 py/objnamedtuple.c:134 msgid "unexpected keyword argument '%q'" msgstr "" @@ -1510,11 +1510,11 @@ msgstr "" msgid "empty" msgstr "" -#: py/objdict.c:312 +#: py/objdict.c:315 msgid "popitem(): dictionary is empty" msgstr "" -#: py/objdict.c:355 +#: py/objdict.c:358 msgid "dict update sequence has wrong length" msgstr "" @@ -2252,29 +2252,21 @@ msgstr "" msgid "color should be an int" msgstr "" -#: shared-bindings/displayio/Display.c:79 -msgid "Width and height kwargs required" +#: shared-bindings/displayio/Display.c:119 +msgid "Too many displays" msgstr "" -#: shared-bindings/displayio/Display.c:93 -msgid "Display limit reached" -msgstr "" - -#: shared-bindings/displayio/Display.c:112 +#: shared-bindings/displayio/Display.c:138 msgid "Must be a Group subclass." msgstr "" -#: shared-bindings/displayio/FourWire.c:69 -msgid "Command and chip_select required" -msgstr "" - -#: shared-bindings/displayio/FourWire.c:91 -#: shared-bindings/displayio/ParallelBus.c:94 -msgid "Display bus limit reached" +#: shared-bindings/displayio/FourWire.c:93 +#: shared-bindings/displayio/ParallelBus.c:98 +msgid "Too many display busses" msgstr "" -#: shared-bindings/displayio/FourWire.c:104 -#: shared-bindings/displayio/ParallelBus.c:106 +#: shared-bindings/displayio/FourWire.c:106 +#: shared-bindings/displayio/ParallelBus.c:110 msgid "displayio is a work in progress" msgstr "" @@ -2303,10 +2295,6 @@ msgstr "" msgid "palette_index should be an int" msgstr "" -#: shared-bindings/displayio/ParallelBus.c:75 -msgid "Data0, command, chip_select, write and read required" -msgstr "" - #: shared-bindings/displayio/Shape.c:92 msgid "start_x should be an int" msgstr "" @@ -2645,11 +2633,11 @@ msgstr "" msgid "No default I2C bus" msgstr "" -#: supervisor/shared/board_busses.c:89 +#: supervisor/shared/board_busses.c:91 msgid "No default SPI bus" msgstr "" -#: supervisor/shared/board_busses.c:116 +#: supervisor/shared/board_busses.c:118 msgid "No default UART bus" msgstr "" |
