Skip to content

Commit 203c999

Browse files
authored
Merge pull request #10439 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 751c766 + a659a62 commit 203c999

File tree

6 files changed

+235
-55
lines changed

6 files changed

+235
-55
lines changed

locale/cs.po

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ msgstr "Délka %q musí být <= %d"
169169
msgid "%q length must be >= %d"
170170
msgstr "Délka %q musí být >= %d"
171171

172-
#: py/runtime.c
173-
msgid "%q moved from %q to %q"
174-
msgstr ""
175-
176172
#: py/argcheck.c
177173
msgid "%q must be %d"
178174
msgstr "%q musí být %d"
@@ -261,7 +257,7 @@ msgstr "%q je mimo hranice"
261257
msgid "%q out of range"
262258
msgstr "%q je mimo rozsah"
263259

264-
#: py/objmodule.c py/runtime.c
260+
#: py/objmodule.c
265261
msgid "%q renamed %q"
266262
msgstr ""
267263

@@ -2727,6 +2723,10 @@ msgstr ""
27272723
msgid "can only have one parent"
27282724
msgstr "může mít pouze jednoho rodiče"
27292725

2726+
#: py/emitinlinerv32.c
2727+
msgid "can only have up to 4 parameters for RV32 assembly"
2728+
msgstr ""
2729+
27302730
#: py/emitinlinethumb.c
27312731
msgid "can only have up to 4 parameters to Thumb assembly"
27322732
msgstr ""
@@ -3896,6 +3896,30 @@ msgstr ""
38963896
msgid "opcode"
38973897
msgstr "opcode"
38983898

3899+
#: py/emitinlinerv32.c
3900+
msgid "opcode '%q' argument %d: expecting %q"
3901+
msgstr ""
3902+
3903+
#: py/emitinlinerv32.c
3904+
msgid "opcode '%q' argument %d: must not be zero"
3905+
msgstr ""
3906+
3907+
#: py/emitinlinerv32.c
3908+
msgid "opcode '%q' argument %d: out of range"
3909+
msgstr ""
3910+
3911+
#: py/emitinlinerv32.c
3912+
msgid "opcode '%q' argument %d: undefined label '%q'"
3913+
msgstr ""
3914+
3915+
#: py/emitinlinerv32.c
3916+
msgid "opcode '%q' argument %d: unknown register"
3917+
msgstr ""
3918+
3919+
#: py/emitinlinerv32.c
3920+
msgid "opcode '%q': expecting %d arguments"
3921+
msgstr ""
3922+
38993923
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
39003924
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
39013925
msgid "operands could not be broadcast together"
@@ -3987,6 +4011,10 @@ msgstr ""
39874011
msgid "palette must be 32 bytes long"
39884012
msgstr ""
39894013

4014+
#: py/emitinlinerv32.c
4015+
msgid "parameters must be registers in sequence a0 to a3"
4016+
msgstr ""
4017+
39904018
#: py/emitinlinextensa.c
39914019
msgid "parameters must be registers in sequence a2 to a5"
39924020
msgstr ""
@@ -4176,10 +4204,6 @@ msgstr ""
41764204
msgid "splitting with sub-captures"
41774205
msgstr ""
41784206

4179-
#: py/objstr.c
4180-
msgid "start/end indices"
4181-
msgstr ""
4182-
41834207
#: shared-bindings/random/__init__.c
41844208
msgid "stop not reachable from start"
41854209
msgstr ""
@@ -4342,6 +4366,10 @@ msgstr ""
43424366
msgid "unindent doesn't match any outer indent level"
43434367
msgstr ""
43444368

4369+
#: py/emitinlinerv32.c
4370+
msgid "unknown RV32 instruction '%q'"
4371+
msgstr ""
4372+
43454373
#: py/objstr.c
43464374
#, c-format
43474375
msgid "unknown conversion specifier %c"

locale/el.po

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ msgstr "%q μήκος πρέπει να είναι <= %d"
173173
msgid "%q length must be >= %d"
174174
msgstr "%q μήκος πρέπει να είναι >= %d"
175175

176-
#: py/runtime.c
177-
msgid "%q moved from %q to %q"
178-
msgstr "%q μετακινήθηκε από το %q στο %q"
179-
180176
#: py/argcheck.c
181177
msgid "%q must be %d"
182178
msgstr "%q πρέπει να είναι %d"
@@ -265,7 +261,7 @@ msgstr "%q εκτός ορίων"
265261
msgid "%q out of range"
266262
msgstr "%q εκτός εμβέλειας"
267263

268-
#: py/objmodule.c py/runtime.c
264+
#: py/objmodule.c
269265
msgid "%q renamed %q"
270266
msgstr "%q μεταονομάστηκε σε %q"
271267

@@ -2726,6 +2722,10 @@ msgstr ""
27262722
msgid "can only have one parent"
27272723
msgstr ""
27282724

2725+
#: py/emitinlinerv32.c
2726+
msgid "can only have up to 4 parameters for RV32 assembly"
2727+
msgstr ""
2728+
27292729
#: py/emitinlinethumb.c
27302730
msgid "can only have up to 4 parameters to Thumb assembly"
27312731
msgstr ""
@@ -3895,6 +3895,30 @@ msgstr ""
38953895
msgid "opcode"
38963896
msgstr ""
38973897

3898+
#: py/emitinlinerv32.c
3899+
msgid "opcode '%q' argument %d: expecting %q"
3900+
msgstr ""
3901+
3902+
#: py/emitinlinerv32.c
3903+
msgid "opcode '%q' argument %d: must not be zero"
3904+
msgstr ""
3905+
3906+
#: py/emitinlinerv32.c
3907+
msgid "opcode '%q' argument %d: out of range"
3908+
msgstr ""
3909+
3910+
#: py/emitinlinerv32.c
3911+
msgid "opcode '%q' argument %d: undefined label '%q'"
3912+
msgstr ""
3913+
3914+
#: py/emitinlinerv32.c
3915+
msgid "opcode '%q' argument %d: unknown register"
3916+
msgstr ""
3917+
3918+
#: py/emitinlinerv32.c
3919+
msgid "opcode '%q': expecting %d arguments"
3920+
msgstr ""
3921+
38983922
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
38993923
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
39003924
msgid "operands could not be broadcast together"
@@ -3986,6 +4010,10 @@ msgstr ""
39864010
msgid "palette must be 32 bytes long"
39874011
msgstr ""
39884012

4013+
#: py/emitinlinerv32.c
4014+
msgid "parameters must be registers in sequence a0 to a3"
4015+
msgstr ""
4016+
39894017
#: py/emitinlinextensa.c
39904018
msgid "parameters must be registers in sequence a2 to a5"
39914019
msgstr ""
@@ -4175,10 +4203,6 @@ msgstr ""
41754203
msgid "splitting with sub-captures"
41764204
msgstr ""
41774205

4178-
#: py/objstr.c
4179-
msgid "start/end indices"
4180-
msgstr ""
4181-
41824206
#: shared-bindings/random/__init__.c
41834207
msgid "stop not reachable from start"
41844208
msgstr ""
@@ -4341,6 +4365,10 @@ msgstr ""
43414365
msgid "unindent doesn't match any outer indent level"
43424366
msgstr ""
43434367

4368+
#: py/emitinlinerv32.c
4369+
msgid "unknown RV32 instruction '%q'"
4370+
msgstr ""
4371+
43444372
#: py/objstr.c
43454373
#, c-format
43464374
msgid "unknown conversion specifier %c"
@@ -4509,6 +4537,9 @@ msgstr ""
45094537
msgid "zi must be of shape (n_section, 2)"
45104538
msgstr ""
45114539

4540+
#~ msgid "%q moved from %q to %q"
4541+
#~ msgstr "%q μετακινήθηκε από το %q στο %q"
4542+
45124543
#, c-format
45134544
#~ msgid "%%c requires int or char"
45144545
#~ msgstr "%%c απαιτεί ακέραιο ή χαρακτήρα"

locale/hi.po

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ msgstr ""
160160
msgid "%q length must be >= %d"
161161
msgstr ""
162162

163-
#: py/runtime.c
164-
msgid "%q moved from %q to %q"
165-
msgstr ""
166-
167163
#: py/argcheck.c
168164
msgid "%q must be %d"
169165
msgstr ""
@@ -252,7 +248,7 @@ msgstr ""
252248
msgid "%q out of range"
253249
msgstr ""
254250

255-
#: py/objmodule.c py/runtime.c
251+
#: py/objmodule.c
256252
msgid "%q renamed %q"
257253
msgstr ""
258254

@@ -2700,6 +2696,10 @@ msgstr ""
27002696
msgid "can only have one parent"
27012697
msgstr ""
27022698

2699+
#: py/emitinlinerv32.c
2700+
msgid "can only have up to 4 parameters for RV32 assembly"
2701+
msgstr ""
2702+
27032703
#: py/emitinlinethumb.c
27042704
msgid "can only have up to 4 parameters to Thumb assembly"
27052705
msgstr ""
@@ -3869,6 +3869,30 @@ msgstr ""
38693869
msgid "opcode"
38703870
msgstr ""
38713871

3872+
#: py/emitinlinerv32.c
3873+
msgid "opcode '%q' argument %d: expecting %q"
3874+
msgstr ""
3875+
3876+
#: py/emitinlinerv32.c
3877+
msgid "opcode '%q' argument %d: must not be zero"
3878+
msgstr ""
3879+
3880+
#: py/emitinlinerv32.c
3881+
msgid "opcode '%q' argument %d: out of range"
3882+
msgstr ""
3883+
3884+
#: py/emitinlinerv32.c
3885+
msgid "opcode '%q' argument %d: undefined label '%q'"
3886+
msgstr ""
3887+
3888+
#: py/emitinlinerv32.c
3889+
msgid "opcode '%q' argument %d: unknown register"
3890+
msgstr ""
3891+
3892+
#: py/emitinlinerv32.c
3893+
msgid "opcode '%q': expecting %d arguments"
3894+
msgstr ""
3895+
38723896
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
38733897
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
38743898
msgid "operands could not be broadcast together"
@@ -3960,6 +3984,10 @@ msgstr ""
39603984
msgid "palette must be 32 bytes long"
39613985
msgstr ""
39623986

3987+
#: py/emitinlinerv32.c
3988+
msgid "parameters must be registers in sequence a0 to a3"
3989+
msgstr ""
3990+
39633991
#: py/emitinlinextensa.c
39643992
msgid "parameters must be registers in sequence a2 to a5"
39653993
msgstr ""
@@ -4149,10 +4177,6 @@ msgstr ""
41494177
msgid "splitting with sub-captures"
41504178
msgstr ""
41514179

4152-
#: py/objstr.c
4153-
msgid "start/end indices"
4154-
msgstr ""
4155-
41564180
#: shared-bindings/random/__init__.c
41574181
msgid "stop not reachable from start"
41584182
msgstr ""
@@ -4315,6 +4339,10 @@ msgstr ""
43154339
msgid "unindent doesn't match any outer indent level"
43164340
msgstr ""
43174341

4342+
#: py/emitinlinerv32.c
4343+
msgid "unknown RV32 instruction '%q'"
4344+
msgstr ""
4345+
43184346
#: py/objstr.c
43194347
#, c-format
43204348
msgid "unknown conversion specifier %c"

0 commit comments

Comments
 (0)