@@ -173,10 +173,6 @@ msgstr "%q μήκος πρέπει να είναι <= %d"
173173msgid "%q length must be >= %d"
174174msgstr "%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
181177msgid "%q must be %d"
182178msgstr "%q πρέπει να είναι %d"
@@ -265,7 +261,7 @@ msgstr "%q εκτός ορίων"
265261msgid "%q out of range"
266262msgstr "%q εκτός εμβέλειας"
267263
268- #: py/objmodule.c py/runtime.c
264+ #: py/objmodule.c
269265msgid "%q renamed %q"
270266msgstr "%q μεταονομάστηκε σε %q"
271267
@@ -2726,6 +2722,10 @@ msgstr ""
27262722msgid "can only have one parent"
27272723msgstr ""
27282724
2725+ #: py/emitinlinerv32.c
2726+ msgid "can only have up to 4 parameters for RV32 assembly"
2727+ msgstr ""
2728+
27292729#: py/emitinlinethumb.c
27302730msgid "can only have up to 4 parameters to Thumb assembly"
27312731msgstr ""
@@ -3895,6 +3895,30 @@ msgstr ""
38953895msgid "opcode"
38963896msgstr ""
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
39003924msgid "operands could not be broadcast together"
@@ -3986,6 +4010,10 @@ msgstr ""
39864010msgid "palette must be 32 bytes long"
39874011msgstr ""
39884012
4013+ #: py/emitinlinerv32.c
4014+ msgid "parameters must be registers in sequence a0 to a3"
4015+ msgstr ""
4016+
39894017#: py/emitinlinextensa.c
39904018msgid "parameters must be registers in sequence a2 to a5"
39914019msgstr ""
@@ -4175,10 +4203,6 @@ msgstr ""
41754203msgid "splitting with sub-captures"
41764204msgstr ""
41774205
4178- #: py/objstr.c
4179- msgid "start/end indices"
4180- msgstr ""
4181-
41824206#: shared-bindings/random/__init__.c
41834207msgid "stop not reachable from start"
41844208msgstr ""
@@ -4341,6 +4365,10 @@ msgstr ""
43414365msgid "unindent doesn't match any outer indent level"
43424366msgstr ""
43434367
4368+ #: py/emitinlinerv32.c
4369+ msgid "unknown RV32 instruction '%q'"
4370+ msgstr ""
4371+
43444372#: py/objstr.c
43454373#, c-format
43464374msgid "unknown conversion specifier %c"
@@ -4509,6 +4537,9 @@ msgstr ""
45094537msgid "zi must be of shape (n_section, 2)"
45104538msgstr ""
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 απαιτεί ακέραιο ή χαρακτήρα"
0 commit comments