Skip to content

Commit 94e2613

Browse files
authored
Merge pull request #3413 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 814339a + 90b21ce commit 94e2613

File tree

15 files changed

+165
-30
lines changed

15 files changed

+165
-30
lines changed

locale/ID.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
8+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
99
"PO-Revision-Date: 2020-07-06 18:10+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1955,7 +1955,7 @@ msgstr ""
19551955
msgid "bad format string"
19561956
msgstr ""
19571957

1958-
#: py/binary.c
1958+
#: py/binary.c py/objarray.c
19591959
msgid "bad typecode"
19601960
msgstr "typecode buruk"
19611961

@@ -2009,6 +2009,10 @@ msgstr ""
20092009
msgid "bytes > 8 bits not supported"
20102010
msgstr "byte > 8 bit tidak didukung"
20112011

2012+
#: py/objarray.c
2013+
msgid "bytes length not a multiple of item size"
2014+
msgstr ""
2015+
20122016
#: py/objstr.c
20132017
msgid "bytes value out of range"
20142018
msgstr ""
@@ -2975,6 +2979,11 @@ msgstr ""
29752979
msgid "overflow converting long int to machine word"
29762980
msgstr ""
29772981

2982+
#: py/modstruct.c
2983+
#, c-format
2984+
msgid "pack expected %d items for packing (got %d)"
2985+
msgstr ""
2986+
29782987
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
29792988
msgid "palette must be 32 bytes long"
29802989
msgstr ""

locale/cs.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
8+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
99
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1010
"Last-Translator: dronecz <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1927,7 +1927,7 @@ msgstr ""
19271927
msgid "bad format string"
19281928
msgstr ""
19291929

1930-
#: py/binary.c
1930+
#: py/binary.c py/objarray.c
19311931
msgid "bad typecode"
19321932
msgstr ""
19331933

@@ -1980,6 +1980,10 @@ msgstr ""
19801980
msgid "bytes > 8 bits not supported"
19811981
msgstr ""
19821982

1983+
#: py/objarray.c
1984+
msgid "bytes length not a multiple of item size"
1985+
msgstr ""
1986+
19831987
#: py/objstr.c
19841988
msgid "bytes value out of range"
19851989
msgstr ""
@@ -2945,6 +2949,11 @@ msgstr ""
29452949
msgid "overflow converting long int to machine word"
29462950
msgstr ""
29472951

2952+
#: py/modstruct.c
2953+
#, c-format
2954+
msgid "pack expected %d items for packing (got %d)"
2955+
msgstr ""
2956+
29482957
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
29492958
msgid "palette must be 32 bytes long"
29502959
msgstr ""

locale/de_DE.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
8+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
99
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1010
"Last-Translator: Andreas Buchen <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -1984,7 +1984,7 @@ msgstr "schlechter Konvertierungsspezifizierer"
19841984
msgid "bad format string"
19851985
msgstr "Falscher Formatstring"
19861986

1987-
#: py/binary.c
1987+
#: py/binary.c py/objarray.c
19881988
msgid "bad typecode"
19891989
msgstr "Falscher Typcode"
19901990

@@ -2037,6 +2037,10 @@ msgstr "Byteorder ist kein String"
20372037
msgid "bytes > 8 bits not supported"
20382038
msgstr "bytes mit mehr als 8 bits werden nicht unterstützt"
20392039

2040+
#: py/objarray.c
2041+
msgid "bytes length not a multiple of item size"
2042+
msgstr ""
2043+
20402044
#: py/objstr.c
20412045
msgid "bytes value out of range"
20422046
msgstr "Byte-Wert außerhalb des Bereichs"
@@ -3026,6 +3030,11 @@ msgstr ""
30263030
msgid "overflow converting long int to machine word"
30273031
msgstr "Überlauf beim konvertieren von long int zu machine word"
30283032

3033+
#: py/modstruct.c
3034+
#, c-format
3035+
msgid "pack expected %d items for packing (got %d)"
3036+
msgstr ""
3037+
30293038
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
30303039
msgid "palette must be 32 bytes long"
30313040
msgstr "Die Palette muss 32 Byte lang sein"

locale/es.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
10+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
1111
"PO-Revision-Date: 2020-08-17 21:11+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
@@ -1981,7 +1981,7 @@ msgstr "especificador de conversion erroneo"
19811981
msgid "bad format string"
19821982
msgstr "formato de string erroneo"
19831983

1984-
#: py/binary.c
1984+
#: py/binary.c py/objarray.c
19851985
msgid "bad typecode"
19861986
msgstr "typecode erroneo"
19871987

@@ -2034,6 +2034,10 @@ msgstr "byteorder no es una cadena"
20342034
msgid "bytes > 8 bits not supported"
20352035
msgstr "bytes > 8 bits no soportados"
20362036

2037+
#: py/objarray.c
2038+
msgid "bytes length not a multiple of item size"
2039+
msgstr ""
2040+
20372041
#: py/objstr.c
20382042
msgid "bytes value out of range"
20392043
msgstr "valor de bytes fuera de rango"
@@ -3012,6 +3016,11 @@ msgstr ""
30123016
msgid "overflow converting long int to machine word"
30133017
msgstr "desbordamiento convirtiendo long int a palabra de máquina"
30143018

3019+
#: py/modstruct.c
3020+
#, c-format
3021+
msgid "pack expected %d items for packing (got %d)"
3022+
msgstr ""
3023+
30153024
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
30163025
msgid "palette must be 32 bytes long"
30173026
msgstr "palette debe ser 32 bytes de largo"

locale/fil.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
8+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
99
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1010
"Last-Translator: Timothy <[email protected]>\n"
1111
"Language-Team: fil\n"
@@ -1954,7 +1954,7 @@ msgstr "masamang pag convert na specifier"
19541954
msgid "bad format string"
19551955
msgstr "maling format ang string"
19561956

1957-
#: py/binary.c
1957+
#: py/binary.c py/objarray.c
19581958
msgid "bad typecode"
19591959
msgstr "masamang typecode"
19601960

@@ -2008,6 +2008,10 @@ msgstr ""
20082008
msgid "bytes > 8 bits not supported"
20092009
msgstr "hindi sinusuportahan ang bytes > 8 bits"
20102010

2011+
#: py/objarray.c
2012+
msgid "bytes length not a multiple of item size"
2013+
msgstr ""
2014+
20112015
#: py/objstr.c
20122016
msgid "bytes value out of range"
20132017
msgstr "bytes value wala sa sakop"
@@ -2990,6 +2994,11 @@ msgstr ""
29902994
msgid "overflow converting long int to machine word"
29912995
msgstr "overflow nagcoconvert ng long int sa machine word"
29922996

2997+
#: py/modstruct.c
2998+
#, c-format
2999+
msgid "pack expected %d items for packing (got %d)"
3000+
msgstr ""
3001+
29933002
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
29943003
msgid "palette must be 32 bytes long"
29953004
msgstr "ang palette ay dapat 32 bytes ang haba"

locale/fr.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
10+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
1111
"PO-Revision-Date: 2020-07-27 21:27+0000\n"
1212
"Last-Translator: Nathan <[email protected]>\n"
1313
"Language: fr\n"
@@ -1988,7 +1988,7 @@ msgstr "mauvaise spécification de conversion"
19881988
msgid "bad format string"
19891989
msgstr "chaîne mal-formée"
19901990

1991-
#: py/binary.c
1991+
#: py/binary.c py/objarray.c
19921992
msgid "bad typecode"
19931993
msgstr "mauvais code type"
19941994

@@ -2041,6 +2041,10 @@ msgstr "byteorder n'est pas une chaîne"
20412041
msgid "bytes > 8 bits not supported"
20422042
msgstr "octets > 8 bits non supporté"
20432043

2044+
#: py/objarray.c
2045+
msgid "bytes length not a multiple of item size"
2046+
msgstr ""
2047+
20442048
#: py/objstr.c
20452049
msgid "bytes value out of range"
20462050
msgstr "valeur des octets hors bornes"
@@ -3032,6 +3036,11 @@ msgstr ""
30323036
msgid "overflow converting long int to machine word"
30333037
msgstr "dépassement de capacité en convertissant un entier long en mot machine"
30343038

3039+
#: py/modstruct.c
3040+
#, c-format
3041+
msgid "pack expected %d items for packing (got %d)"
3042+
msgstr ""
3043+
30353044
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
30363045
msgid "palette must be 32 bytes long"
30373046
msgstr "la palette doit être longue de 32 octets"

locale/hi.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
10+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -1922,7 +1922,7 @@ msgstr ""
19221922
msgid "bad format string"
19231923
msgstr ""
19241924

1925-
#: py/binary.c
1925+
#: py/binary.c py/objarray.c
19261926
msgid "bad typecode"
19271927
msgstr ""
19281928

@@ -1975,6 +1975,10 @@ msgstr ""
19751975
msgid "bytes > 8 bits not supported"
19761976
msgstr ""
19771977

1978+
#: py/objarray.c
1979+
msgid "bytes length not a multiple of item size"
1980+
msgstr ""
1981+
19781982
#: py/objstr.c
19791983
msgid "bytes value out of range"
19801984
msgstr ""
@@ -2940,6 +2944,11 @@ msgstr ""
29402944
msgid "overflow converting long int to machine word"
29412945
msgstr ""
29422946

2947+
#: py/modstruct.c
2948+
#, c-format
2949+
msgid "pack expected %d items for packing (got %d)"
2950+
msgstr ""
2951+
29432952
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
29442953
msgid "palette must be 32 bytes long"
29452954
msgstr ""

locale/it_IT.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: PACKAGE VERSION\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
9+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
1010
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1111
"Last-Translator: Enrico Paganin <[email protected]>\n"
1212
"Language-Team: \n"
@@ -1957,7 +1957,7 @@ msgstr "specificatore di conversione scorretto"
19571957
msgid "bad format string"
19581958
msgstr "stringa di formattazione scorretta"
19591959

1960-
#: py/binary.c
1960+
#: py/binary.c py/objarray.c
19611961
msgid "bad typecode"
19621962
msgstr ""
19631963

@@ -2013,6 +2013,10 @@ msgstr ""
20132013
msgid "bytes > 8 bits not supported"
20142014
msgstr "byte > 8 bit non supportati"
20152015

2016+
#: py/objarray.c
2017+
msgid "bytes length not a multiple of item size"
2018+
msgstr ""
2019+
20162020
#: py/objstr.c
20172021
msgid "bytes value out of range"
20182022
msgstr "valore byte fuori intervallo"
@@ -2996,6 +3000,11 @@ msgstr ""
29963000
msgid "overflow converting long int to machine word"
29973001
msgstr "overflow convertendo long int in parola"
29983002

3003+
#: py/modstruct.c
3004+
#, c-format
3005+
msgid "pack expected %d items for packing (got %d)"
3006+
msgstr ""
3007+
29993008
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
30003009
msgid "palette must be 32 bytes long"
30013010
msgstr "la palette deve essere lunga 32 byte"

locale/ja.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-09-13 22:53+0530\n"
10+
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
1111
"PO-Revision-Date: 2020-09-01 18:44+0000\n"
1212
"Last-Translator: Jeff Epler <[email protected]>\n"
1313
"Language-Team: none\n"
@@ -1952,7 +1952,7 @@ msgstr ""
19521952
msgid "bad format string"
19531953
msgstr "不正な書式化文字列"
19541954

1955-
#: py/binary.c
1955+
#: py/binary.c py/objarray.c
19561956
msgid "bad typecode"
19571957
msgstr "不正なtypecode"
19581958

@@ -2005,6 +2005,10 @@ msgstr "byteorderが文字列ではありません"
20052005
msgid "bytes > 8 bits not supported"
20062006
msgstr ""
20072007

2008+
#: py/objarray.c
2009+
msgid "bytes length not a multiple of item size"
2010+
msgstr ""
2011+
20082012
#: py/objstr.c
20092013
msgid "bytes value out of range"
20102014
msgstr "範囲外のバイト値"
@@ -2972,6 +2976,11 @@ msgstr ""
29722976
msgid "overflow converting long int to machine word"
29732977
msgstr "long intをマシンのwordに変換する際にオーバーフローしました"
29742978

2979+
#: py/modstruct.c
2980+
#, c-format
2981+
msgid "pack expected %d items for packing (got %d)"
2982+
msgstr ""
2983+
29752984
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
29762985
msgid "palette must be 32 bytes long"
29772986
msgstr "パレットの長さは32バイトでなければなりません"

0 commit comments

Comments
 (0)