Skip to content

Commit e4953a4

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 12be7b1 commit e4953a4

File tree

19 files changed

+325
-67
lines changed

19 files changed

+325
-67
lines changed

locale/ID.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ msgstr "indeks %q harus bilangan bulat, bukan %s"
123123
msgid "%q init failed"
124124
msgstr ""
125125

126+
#: shared-bindings/dualbank/__init__.c
127+
msgid "%q is %q"
128+
msgstr ""
129+
126130
#: py/argcheck.c
127131
msgid "%q length must be %d"
128132
msgstr ""
@@ -217,7 +221,7 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
217221
msgid "%q, %q, and %q must all be the same length"
218222
msgstr "%q, %q, dan %q semuanya harus memiliki panjang yang sama"
219223

220-
#: py/objint.c
224+
#: py/objint.c shared-bindings/storage/__init__.c
221225
msgid "%q=%q"
222226
msgstr ""
223227

@@ -1014,7 +1018,15 @@ msgid "Filters too complex"
10141018
msgstr ""
10151019

10161020
#: ports/espressif/common-hal/dualbank/__init__.c
1017-
msgid "Firmware image is invalid"
1021+
msgid "Firmware is duplicate"
1022+
msgstr ""
1023+
1024+
#: ports/espressif/common-hal/dualbank/__init__.c
1025+
msgid "Firmware is invalid"
1026+
msgstr ""
1027+
1028+
#: ports/espressif/common-hal/dualbank/__init__.c
1029+
msgid "Firmware is too big"
10181030
msgstr ""
10191031

10201032
#: shared-bindings/bitmaptools/__init__.c
@@ -4183,7 +4195,7 @@ msgstr ""
41834195
msgid "unexpected keyword argument"
41844196
msgstr "argumen keyword tidak diharapkan"
41854197

4186-
#: py/bc.c py/objnamedtuple.c
4198+
#: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
41874199
msgid "unexpected keyword argument '%q'"
41884200
msgstr "keyword argumen '%q' tidak diharapkan"
41894201

locale/cs.po

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ msgstr "Indexy %q musí být celá čísla, nikoli %s"
124124
msgid "%q init failed"
125125
msgstr "Inicializace %q selhala"
126126

127+
#: shared-bindings/dualbank/__init__.c
128+
msgid "%q is %q"
129+
msgstr ""
130+
127131
#: py/argcheck.c
128132
msgid "%q length must be %d"
129133
msgstr "Délka %q musí být %d"
@@ -218,7 +222,7 @@ msgstr "%q() vyžaduje %d pozičních argumentů, ale %d jich bylo zadáno"
218222
msgid "%q, %q, and %q must all be the same length"
219223
msgstr "%q, %q, a %q musí mít všechny shodnou délku"
220224

221-
#: py/objint.c
225+
#: py/objint.c shared-bindings/storage/__init__.c
222226
msgid "%q=%q"
223227
msgstr ""
224228

@@ -1012,8 +1016,16 @@ msgid "Filters too complex"
10121016
msgstr ""
10131017

10141018
#: ports/espressif/common-hal/dualbank/__init__.c
1015-
msgid "Firmware image is invalid"
1016-
msgstr "Obraz firmwaru je nevalidní"
1019+
msgid "Firmware is duplicate"
1020+
msgstr ""
1021+
1022+
#: ports/espressif/common-hal/dualbank/__init__.c
1023+
msgid "Firmware is invalid"
1024+
msgstr ""
1025+
1026+
#: ports/espressif/common-hal/dualbank/__init__.c
1027+
msgid "Firmware is too big"
1028+
msgstr ""
10171029

10181030
#: shared-bindings/bitmaptools/__init__.c
10191031
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
@@ -4169,7 +4181,7 @@ msgstr ""
41694181
msgid "unexpected keyword argument"
41704182
msgstr ""
41714183

4172-
#: py/bc.c py/objnamedtuple.c
4184+
#: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
41734185
msgid "unexpected keyword argument '%q'"
41744186
msgstr ""
41754187

@@ -4361,6 +4373,9 @@ msgstr ""
43614373
msgid "zi must be of shape (n_section, 2)"
43624374
msgstr ""
43634375

4376+
#~ msgid "Firmware image is invalid"
4377+
#~ msgstr "Obraz firmwaru je nevalidní"
4378+
43644379
#~ msgid "%q must be >= 0"
43654380
#~ msgstr "%q musí být >= 0"
43664381

locale/de_DE.po

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ msgstr "%q Indizes müssen Integer sein, nicht %s"
125125
msgid "%q init failed"
126126
msgstr "%q Initialisierung ist gescheitert"
127127

128+
#: shared-bindings/dualbank/__init__.c
129+
msgid "%q is %q"
130+
msgstr ""
131+
128132
#: py/argcheck.c
129133
msgid "%q length must be %d"
130134
msgstr "%q länge muss %d betragen"
@@ -220,7 +224,7 @@ msgstr ""
220224
msgid "%q, %q, and %q must all be the same length"
221225
msgstr "%q, %q und %q müssen alle die gleiche Länge haben"
222226

223-
#: py/objint.c
227+
#: py/objint.c shared-bindings/storage/__init__.c
224228
msgid "%q=%q"
225229
msgstr "%q=%q"
226230

@@ -1020,8 +1024,16 @@ msgid "Filters too complex"
10201024
msgstr "Filter zu komplex"
10211025

10221026
#: ports/espressif/common-hal/dualbank/__init__.c
1023-
msgid "Firmware image is invalid"
1024-
msgstr "Firmware Image ist ungültig"
1027+
msgid "Firmware is duplicate"
1028+
msgstr ""
1029+
1030+
#: ports/espressif/common-hal/dualbank/__init__.c
1031+
msgid "Firmware is invalid"
1032+
msgstr ""
1033+
1034+
#: ports/espressif/common-hal/dualbank/__init__.c
1035+
msgid "Firmware is too big"
1036+
msgstr ""
10251037

10261038
#: shared-bindings/bitmaptools/__init__.c
10271039
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
@@ -4250,7 +4262,7 @@ msgstr ""
42504262
msgid "unexpected keyword argument"
42514263
msgstr "unerwartetes Schlüsselwort-Argument"
42524264

4253-
#: py/bc.c py/objnamedtuple.c
4265+
#: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
42544266
msgid "unexpected keyword argument '%q'"
42554267
msgstr "unerwartetes Schlüsselwort-Argument '%q'"
42564268

@@ -4442,6 +4454,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
44424454
msgid "zi must be of shape (n_section, 2)"
44434455
msgstr "zi muss die Form (n_section, 2) haben"
44444456

4457+
#~ msgid "Firmware image is invalid"
4458+
#~ msgstr "Firmware Image ist ungültig"
4459+
44454460
#~ msgid "Stream missing readinto() or write() method."
44464461
#~ msgstr "Stream fehlt readinto() oder write() Methode."
44474462

locale/el.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ msgstr "%q δείκτες πρέπει να είναι ακέραιοι, όχι
129129
msgid "%q init failed"
130130
msgstr "%q εκκίνηση απέτυχε"
131131

132+
#: shared-bindings/dualbank/__init__.c
133+
msgid "%q is %q"
134+
msgstr ""
135+
132136
#: py/argcheck.c
133137
msgid "%q length must be %d"
134138
msgstr "%q μήκος πρέπει να είναι %d"
@@ -223,7 +227,7 @@ msgstr "%q() παίρνει %d ορίσματα θέσεως αλλά %d δόθ
223227
msgid "%q, %q, and %q must all be the same length"
224228
msgstr "%q, %q, και %q πρέπει να είναι όλα του ιδίου μήκους"
225229

226-
#: py/objint.c
230+
#: py/objint.c shared-bindings/storage/__init__.c
227231
msgid "%q=%q"
228232
msgstr "%q=%q"
229233

@@ -1026,7 +1030,15 @@ msgid "Filters too complex"
10261030
msgstr ""
10271031

10281032
#: ports/espressif/common-hal/dualbank/__init__.c
1029-
msgid "Firmware image is invalid"
1033+
msgid "Firmware is duplicate"
1034+
msgstr ""
1035+
1036+
#: ports/espressif/common-hal/dualbank/__init__.c
1037+
msgid "Firmware is invalid"
1038+
msgstr ""
1039+
1040+
#: ports/espressif/common-hal/dualbank/__init__.c
1041+
msgid "Firmware is too big"
10301042
msgstr ""
10311043

10321044
#: shared-bindings/bitmaptools/__init__.c
@@ -4178,7 +4190,7 @@ msgstr ""
41784190
msgid "unexpected keyword argument"
41794191
msgstr ""
41804192

4181-
#: py/bc.c py/objnamedtuple.c
4193+
#: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
41824194
msgid "unexpected keyword argument '%q'"
41834195
msgstr ""
41844196

locale/en_GB.po

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ msgstr "%q indices must be integers, not %s"
127127
msgid "%q init failed"
128128
msgstr ""
129129

130+
#: shared-bindings/dualbank/__init__.c
131+
msgid "%q is %q"
132+
msgstr ""
133+
130134
#: py/argcheck.c
131135
msgid "%q length must be %d"
132136
msgstr ""
@@ -221,7 +225,7 @@ msgstr "%q() takes %d positional arguments but %d were given"
221225
msgid "%q, %q, and %q must all be the same length"
222226
msgstr "%q, %q, and %q must all be the same length"
223227

224-
#: py/objint.c
228+
#: py/objint.c shared-bindings/storage/__init__.c
225229
msgid "%q=%q"
226230
msgstr ""
227231

@@ -1015,8 +1019,16 @@ msgid "Filters too complex"
10151019
msgstr "Filters too complex"
10161020

10171021
#: ports/espressif/common-hal/dualbank/__init__.c
1018-
msgid "Firmware image is invalid"
1019-
msgstr "Firmware image is invalid"
1022+
msgid "Firmware is duplicate"
1023+
msgstr ""
1024+
1025+
#: ports/espressif/common-hal/dualbank/__init__.c
1026+
msgid "Firmware is invalid"
1027+
msgstr ""
1028+
1029+
#: ports/espressif/common-hal/dualbank/__init__.c
1030+
msgid "Firmware is too big"
1031+
msgstr ""
10201032

10211033
#: shared-bindings/bitmaptools/__init__.c
10221034
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
@@ -4188,7 +4200,7 @@ msgstr "unexpected indent"
41884200
msgid "unexpected keyword argument"
41894201
msgstr "unexpected keyword argument"
41904202

4191-
#: py/bc.c py/objnamedtuple.c
4203+
#: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
41924204
msgid "unexpected keyword argument '%q'"
41934205
msgstr "unexpected keyword argument '%q'"
41944206

@@ -4380,6 +4392,9 @@ msgstr "zi must be of float type"
43804392
msgid "zi must be of shape (n_section, 2)"
43814393
msgstr "zi must be of shape (n_section, 2)"
43824394

4395+
#~ msgid "Firmware image is invalid"
4396+
#~ msgstr "Firmware image is invalid"
4397+
43834398
#~ msgid "Stream missing readinto() or write() method."
43844399
#~ msgstr "Stream missing readinto() or write() method."
43854400

locale/es.po

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ msgstr "%q indices deben ser enteros, no %s"
129129
msgid "%q init failed"
130130
msgstr "%q inicializado fallido"
131131

132+
#: shared-bindings/dualbank/__init__.c
133+
msgid "%q is %q"
134+
msgstr ""
135+
132136
#: py/argcheck.c
133137
msgid "%q length must be %d"
134138
msgstr "%q tamaño debe ser %d"
@@ -223,7 +227,7 @@ msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
223227
msgid "%q, %q, and %q must all be the same length"
224228
msgstr ""
225229

226-
#: py/objint.c
230+
#: py/objint.c shared-bindings/storage/__init__.c
227231
msgid "%q=%q"
228232
msgstr ""
229233

@@ -1025,8 +1029,16 @@ msgid "Filters too complex"
10251029
msgstr "Filtros muy complejos"
10261030

10271031
#: ports/espressif/common-hal/dualbank/__init__.c
1028-
msgid "Firmware image is invalid"
1029-
msgstr "La imagen de firmware es inválida"
1032+
msgid "Firmware is duplicate"
1033+
msgstr ""
1034+
1035+
#: ports/espressif/common-hal/dualbank/__init__.c
1036+
msgid "Firmware is invalid"
1037+
msgstr ""
1038+
1039+
#: ports/espressif/common-hal/dualbank/__init__.c
1040+
msgid "Firmware is too big"
1041+
msgstr ""
10301042

10311043
#: shared-bindings/bitmaptools/__init__.c
10321044
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
@@ -4236,7 +4248,7 @@ msgstr "sangría inesperada"
42364248
msgid "unexpected keyword argument"
42374249
msgstr "argumento por palabra clave inesperado"
42384250

4239-
#: py/bc.c py/objnamedtuple.c
4251+
#: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
42404252
msgid "unexpected keyword argument '%q'"
42414253
msgstr "argumento por palabra clave inesperado '%q'"
42424254

@@ -4428,6 +4440,9 @@ msgstr "zi debe ser de tipo flotante"
44284440
msgid "zi must be of shape (n_section, 2)"
44294441
msgstr "zi debe ser una forma (n_section,2)"
44304442

4443+
#~ msgid "Firmware image is invalid"
4444+
#~ msgstr "La imagen de firmware es inválida"
4445+
44314446
#~ msgid "Stream missing readinto() or write() method."
44324447
#~ msgstr "A Stream le falta el método readinto() o write()."
44334448

locale/fil.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ msgstr "%q indeks ay dapat integers, hindi %s"
118118
msgid "%q init failed"
119119
msgstr ""
120120

121+
#: shared-bindings/dualbank/__init__.c
122+
msgid "%q is %q"
123+
msgstr ""
124+
121125
#: py/argcheck.c
122126
msgid "%q length must be %d"
123127
msgstr ""
@@ -213,7 +217,7 @@ msgstr ""
213217
msgid "%q, %q, and %q must all be the same length"
214218
msgstr ""
215219

216-
#: py/objint.c
220+
#: py/objint.c shared-bindings/storage/__init__.c
217221
msgid "%q=%q"
218222
msgstr ""
219223

@@ -1011,7 +1015,15 @@ msgid "Filters too complex"
10111015
msgstr ""
10121016

10131017
#: ports/espressif/common-hal/dualbank/__init__.c
1014-
msgid "Firmware image is invalid"
1018+
msgid "Firmware is duplicate"
1019+
msgstr ""
1020+
1021+
#: ports/espressif/common-hal/dualbank/__init__.c
1022+
msgid "Firmware is invalid"
1023+
msgstr ""
1024+
1025+
#: ports/espressif/common-hal/dualbank/__init__.c
1026+
msgid "Firmware is too big"
10151027
msgstr ""
10161028

10171029
#: shared-bindings/bitmaptools/__init__.c
@@ -4188,7 +4200,7 @@ msgstr "hindi inaasahang indent"
41884200
msgid "unexpected keyword argument"
41894201
msgstr "hindi inaasahang argumento ng keyword"
41904202

4191-
#: py/bc.c py/objnamedtuple.c
4203+
#: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
41924204
msgid "unexpected keyword argument '%q'"
41934205
msgstr "hindi inaasahang argumento ng keyword na '%q'"
41944206

0 commit comments

Comments
 (0)