Merge pull request #3413 from weblate/weblate-circuitpython-main

Translations update from Weblate
This commit is contained in:
Jeff Epler 2020-09-14 08:47:30 -05:00 committed by GitHub
commit 94e261370b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 165 additions and 30 deletions

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-07-06 18:10+0000\n" "PO-Revision-Date: 2020-07-06 18:10+0000\n"
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n" "Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1955,7 +1955,7 @@ msgstr ""
msgid "bad format string" msgid "bad format string"
msgstr "" msgstr ""
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "typecode buruk" msgstr "typecode buruk"
@ -2009,6 +2009,10 @@ msgstr ""
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "byte > 8 bit tidak didukung" msgstr "byte > 8 bit tidak didukung"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "" msgstr ""
@ -2975,6 +2979,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "" msgstr ""
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "" msgstr ""

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-05-24 03:22+0000\n" "PO-Revision-Date: 2020-05-24 03:22+0000\n"
"Last-Translator: dronecz <mzuzelka@gmail.com>\n" "Last-Translator: dronecz <mzuzelka@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1927,7 +1927,7 @@ msgstr ""
msgid "bad format string" msgid "bad format string"
msgstr "" msgstr ""
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "" msgstr ""
@ -1980,6 +1980,10 @@ msgstr ""
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "" msgstr ""
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "" msgstr ""
@ -2945,6 +2949,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "" msgstr ""
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "" msgstr ""

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-06-16 18:24+0000\n" "PO-Revision-Date: 2020-06-16 18:24+0000\n"
"Last-Translator: Andreas Buchen <andreas.buchen@gmail.com>\n" "Last-Translator: Andreas Buchen <andreas.buchen@gmail.com>\n"
"Language: de_DE\n" "Language: de_DE\n"
@ -1984,7 +1984,7 @@ msgstr "schlechter Konvertierungsspezifizierer"
msgid "bad format string" msgid "bad format string"
msgstr "Falscher Formatstring" msgstr "Falscher Formatstring"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "Falscher Typcode" msgstr "Falscher Typcode"
@ -2037,6 +2037,10 @@ msgstr "Byteorder ist kein String"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "bytes mit mehr als 8 bits werden nicht unterstützt" msgstr "bytes mit mehr als 8 bits werden nicht unterstützt"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "Byte-Wert außerhalb des Bereichs" msgstr "Byte-Wert außerhalb des Bereichs"
@ -3026,6 +3030,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "Überlauf beim konvertieren von long int zu machine word" msgstr "Überlauf beim konvertieren von long int zu machine word"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "Die Palette muss 32 Byte lang sein" msgstr "Die Palette muss 32 Byte lang sein"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-08-17 21:11+0000\n" "PO-Revision-Date: 2020-08-17 21:11+0000\n"
"Last-Translator: Alvaro Figueroa <alvaro@greencore.co.cr>\n" "Last-Translator: Alvaro Figueroa <alvaro@greencore.co.cr>\n"
"Language-Team: \n" "Language-Team: \n"
@ -1981,7 +1981,7 @@ msgstr "especificador de conversion erroneo"
msgid "bad format string" msgid "bad format string"
msgstr "formato de string erroneo" msgstr "formato de string erroneo"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "typecode erroneo" msgstr "typecode erroneo"
@ -2034,6 +2034,10 @@ msgstr "byteorder no es una cadena"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "bytes > 8 bits no soportados" msgstr "bytes > 8 bits no soportados"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "valor de bytes fuera de rango" msgstr "valor de bytes fuera de rango"
@ -3012,6 +3016,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "desbordamiento convirtiendo long int a palabra de máquina" msgstr "desbordamiento convirtiendo long int a palabra de máquina"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "palette debe ser 32 bytes de largo" msgstr "palette debe ser 32 bytes de largo"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2018-12-20 22:15-0800\n" "PO-Revision-Date: 2018-12-20 22:15-0800\n"
"Last-Translator: Timothy <me@timothygarcia.ca>\n" "Last-Translator: Timothy <me@timothygarcia.ca>\n"
"Language-Team: fil\n" "Language-Team: fil\n"
@ -1954,7 +1954,7 @@ msgstr "masamang pag convert na specifier"
msgid "bad format string" msgid "bad format string"
msgstr "maling format ang string" msgstr "maling format ang string"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "masamang typecode" msgstr "masamang typecode"
@ -2008,6 +2008,10 @@ msgstr ""
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "hindi sinusuportahan ang bytes > 8 bits" msgstr "hindi sinusuportahan ang bytes > 8 bits"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "bytes value wala sa sakop" msgstr "bytes value wala sa sakop"
@ -2990,6 +2994,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "overflow nagcoconvert ng long int sa machine word" msgstr "overflow nagcoconvert ng long int sa machine word"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "ang palette ay dapat 32 bytes ang haba" msgstr "ang palette ay dapat 32 bytes ang haba"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.1\n" "Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-07-27 21:27+0000\n" "PO-Revision-Date: 2020-07-27 21:27+0000\n"
"Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n" "Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n"
"Language: fr\n" "Language: fr\n"
@ -1988,7 +1988,7 @@ msgstr "mauvaise spécification de conversion"
msgid "bad format string" msgid "bad format string"
msgstr "chaîne mal-formée" msgstr "chaîne mal-formée"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "mauvais code type" msgstr "mauvais code type"
@ -2041,6 +2041,10 @@ msgstr "byteorder n'est pas une chaîne"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "octets > 8 bits non supporté" msgstr "octets > 8 bits non supporté"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "valeur des octets hors bornes" msgstr "valeur des octets hors bornes"
@ -3032,6 +3036,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "dépassement de capacité en convertissant un entier long en mot machine" msgstr "dépassement de capacité en convertissant un entier long en mot machine"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "la palette doit être longue de 32 octets" msgstr "la palette doit être longue de 32 octets"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -1922,7 +1922,7 @@ msgstr ""
msgid "bad format string" msgid "bad format string"
msgstr "" msgstr ""
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "" msgstr ""
@ -1975,6 +1975,10 @@ msgstr ""
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "" msgstr ""
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "" msgstr ""
@ -2940,6 +2944,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "" msgstr ""
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "" msgstr ""

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2018-10-02 16:27+0200\n" "PO-Revision-Date: 2018-10-02 16:27+0200\n"
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n" "Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@ -1957,7 +1957,7 @@ msgstr "specificatore di conversione scorretto"
msgid "bad format string" msgid "bad format string"
msgstr "stringa di formattazione scorretta" msgstr "stringa di formattazione scorretta"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "" msgstr ""
@ -2013,6 +2013,10 @@ msgstr ""
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "byte > 8 bit non supportati" msgstr "byte > 8 bit non supportati"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "valore byte fuori intervallo" msgstr "valore byte fuori intervallo"
@ -2996,6 +3000,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "overflow convertendo long int in parola" msgstr "overflow convertendo long int in parola"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "la palette deve essere lunga 32 byte" msgstr "la palette deve essere lunga 32 byte"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-09-01 18:44+0000\n" "PO-Revision-Date: 2020-09-01 18:44+0000\n"
"Last-Translator: Jeff Epler <jepler@gmail.com>\n" "Last-Translator: Jeff Epler <jepler@gmail.com>\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -1952,7 +1952,7 @@ msgstr ""
msgid "bad format string" msgid "bad format string"
msgstr "不正な書式化文字列" msgstr "不正な書式化文字列"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "不正なtypecode" msgstr "不正なtypecode"
@ -2005,6 +2005,10 @@ msgstr "byteorderが文字列ではありません"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "" msgstr ""
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "範囲外のバイト値" msgstr "範囲外のバイト値"
@ -2972,6 +2976,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "long intをマシンのwordに変換する際にオーバーフローしました" msgstr "long intをマシンのwordに変換する際にオーバーフローしました"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "パレットの長さは32バイトでなければなりません" msgstr "パレットの長さは32バイトでなければなりません"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2019-05-06 14:22-0700\n" "PO-Revision-Date: 2019-05-06 14:22-0700\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1926,7 +1926,7 @@ msgstr ""
msgid "bad format string" msgid "bad format string"
msgstr "" msgstr ""
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "" msgstr ""
@ -1979,6 +1979,10 @@ msgstr ""
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "" msgstr ""
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "" msgstr ""
@ -2944,6 +2948,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "" msgstr ""
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "" msgstr ""

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-09-09 16:05+0000\n" "PO-Revision-Date: 2020-09-09 16:05+0000\n"
"Last-Translator: Jelle Jager <jell@jjc.id.au>\n" "Last-Translator: Jelle Jager <jell@jjc.id.au>\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -1974,7 +1974,7 @@ msgstr "slechte conversie specificatie"
msgid "bad format string" msgid "bad format string"
msgstr "string met verkeerde indeling" msgstr "string met verkeerde indeling"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "verkeerde typecode" msgstr "verkeerde typecode"
@ -2027,6 +2027,10 @@ msgstr "byteorder is geen string"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "butes > 8 niet ondersteund" msgstr "butes > 8 niet ondersteund"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "bytes waarde buiten bereik" msgstr "bytes waarde buiten bereik"
@ -3000,6 +3004,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "overloop bij converteren van long int naar machine word" msgstr "overloop bij converteren van long int naar machine word"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "palette moet 32 bytes lang zijn" msgstr "palette moet 32 bytes lang zijn"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2019-03-19 18:37-0700\n" "PO-Revision-Date: 2019-03-19 18:37-0700\n"
"Last-Translator: Radomir Dopieralski <circuitpython@sheep.art.pl>\n" "Last-Translator: Radomir Dopieralski <circuitpython@sheep.art.pl>\n"
"Language-Team: pl\n" "Language-Team: pl\n"
@ -1930,7 +1930,7 @@ msgstr "zły specyfikator konwersji"
msgid "bad format string" msgid "bad format string"
msgstr "zła specyfikacja formatu" msgstr "zła specyfikacja formatu"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "zły typecode" msgstr "zły typecode"
@ -1983,6 +1983,10 @@ msgstr ""
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "bajty większe od 8 bitów są niewspierane" msgstr "bajty większe od 8 bitów są niewspierane"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "wartość bytes poza zakresem" msgstr "wartość bytes poza zakresem"
@ -2949,6 +2953,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "przepełnienie przy konwersji long in to słowa maszynowego" msgstr "przepełnienie przy konwersji long in to słowa maszynowego"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "paleta musi mieć 32 bajty długości" msgstr "paleta musi mieć 32 bajty długości"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-09-12 17:32+0000\n" "PO-Revision-Date: 2020-09-12 17:32+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@ -1991,7 +1991,7 @@ msgstr "especificador de conversão incorreto"
msgid "bad format string" msgid "bad format string"
msgstr "formato da string incorreta" msgstr "formato da string incorreta"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "typecode incorreto" msgstr "typecode incorreto"
@ -2044,6 +2044,10 @@ msgstr "a ordem dos bytes não é uma cadeia de caracteres"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "bytes > 8 bits não suportado" msgstr "bytes > 8 bits não suportado"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "o valor dos bytes estão fora do alcance" msgstr "o valor dos bytes estão fora do alcance"
@ -3029,6 +3033,11 @@ msgstr ""
"houve um transbordamento durante a conversão int longo para a palavra de " "houve um transbordamento durante a conversão int longo para a palavra de "
"máquina" "máquina"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "a paleta deve ter 32 bytes de comprimento" msgstr "a paleta deve ter 32 bytes de comprimento"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2020-09-07 19:36+0000\n" "PO-Revision-Date: 2020-09-07 19:36+0000\n"
"Last-Translator: Jonny Bergdahl <jonny@bergdahl.it>\n" "Last-Translator: Jonny Bergdahl <jonny@bergdahl.it>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1969,7 +1969,7 @@ msgstr "Ogiltig konverteringsspecifikation"
msgid "bad format string" msgid "bad format string"
msgstr "Ogiltig formatsträng" msgstr "Ogiltig formatsträng"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "Ogiltig typkod" msgstr "Ogiltig typkod"
@ -2022,6 +2022,10 @@ msgstr "byteorder är inte en sträng"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "bytes> 8 bitar stöds inte" msgstr "bytes> 8 bitar stöds inte"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "bytevärde utanför intervallet" msgstr "bytevärde utanför intervallet"
@ -2995,6 +2999,11 @@ msgstr "utanför räckvidd för target"
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "Konvertering av long int till machine word överskred maxvärde" msgstr "Konvertering av long int till machine word överskred maxvärde"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "palette måste vara 32 bytes lång" msgstr "palette måste vara 32 bytes lång"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: circuitpython-cn\n" "Project-Id-Version: circuitpython-cn\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-13 22:53+0530\n" "POT-Creation-Date: 2020-09-13 14:21-0500\n"
"PO-Revision-Date: 2019-04-13 10:10-0700\n" "PO-Revision-Date: 2019-04-13 10:10-0700\n"
"Last-Translator: hexthat\n" "Last-Translator: hexthat\n"
"Language-Team: Chinese Hanyu Pinyin\n" "Language-Team: Chinese Hanyu Pinyin\n"
@ -1960,7 +1960,7 @@ msgstr "cuòwù zhuǎnhuàn biāozhù"
msgid "bad format string" msgid "bad format string"
msgstr "géshì cuòwù zìfú chuàn" msgstr "géshì cuòwù zìfú chuàn"
#: py/binary.c #: py/binary.c py/objarray.c
msgid "bad typecode" msgid "bad typecode"
msgstr "cuòwù de dàimǎ lèixíng" msgstr "cuòwù de dàimǎ lèixíng"
@ -2013,6 +2013,10 @@ msgstr "byteorder bùshì zìfú chuàn"
msgid "bytes > 8 bits not supported" msgid "bytes > 8 bits not supported"
msgstr "zì jié > 8 wèi" msgstr "zì jié > 8 wèi"
#: py/objarray.c
msgid "bytes length not a multiple of item size"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "bytes value out of range" msgid "bytes value out of range"
msgstr "zì jié zhí chāochū fànwéi" msgstr "zì jié zhí chāochū fànwéi"
@ -2984,6 +2988,11 @@ msgstr ""
msgid "overflow converting long int to machine word" msgid "overflow converting long int to machine word"
msgstr "chāo gāo zhuǎnhuàn zhǎng zhěng shùzì shí" msgstr "chāo gāo zhuǎnhuàn zhǎng zhěng shùzì shí"
#: py/modstruct.c
#, c-format
msgid "pack expected %d items for packing (got %d)"
msgstr ""
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c #: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
msgid "palette must be 32 bytes long" msgid "palette must be 32 bytes long"
msgstr "yánsè bìxū shì 32 gè zì jié" msgstr "yánsè bìxū shì 32 gè zì jié"