update translations again
This commit is contained in:
parent
530e5a1df2
commit
19a3893d40
|
@ -130,7 +130,7 @@ msgstr ""
|
|||
msgid "%q length must be <= %d"
|
||||
msgstr ""
|
||||
|
||||
#: py/argcheck.c shared-bindings/busio/I2C.c
|
||||
#: py/argcheck.c
|
||||
msgid "%q length must be >= %d"
|
||||
msgstr ""
|
||||
|
||||
|
@ -159,7 +159,7 @@ msgstr ""
|
|||
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
|
||||
msgstr ""
|
||||
|
||||
#: py/argcheck.c py/obj.c
|
||||
#: py/argcheck.c py/obj.c py/objstrunicode.c
|
||||
msgid "%q must be of type %q"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3949,10 +3949,6 @@ msgstr ""
|
|||
msgid "stream operation not supported"
|
||||
msgstr ""
|
||||
|
||||
#: py/objstrunicode.c
|
||||
msgid "string indices must be integers, not %q"
|
||||
msgstr ""
|
||||
|
||||
#: py/stream.c
|
||||
msgid "string not supported; use bytes or bytearray"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue