|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"PO-Revision-Date: 2023-05-21 00:49+0000\n" |
11 | | -"Last-Translator: Scott Shawcroft <scott@tannewt.org>\n" |
| 10 | +"PO-Revision-Date: 2023-05-23 22:55+0000\n" |
| 11 | +"Last-Translator: Andi Chandler <andi@gowling.com>\n" |
12 | 12 | "Language-Team: none\n" |
13 | 13 | "Language: en_GB\n" |
14 | 14 | "MIME-Version: 1.0\n" |
@@ -224,7 +224,7 @@ msgstr "%q must be array of type 'h'" |
224 | 224 | msgid "%q must be of type %q or %q, not %q" |
225 | 225 | msgstr "%q must be of type %q or %q, not %q" |
226 | 226 |
|
227 | | -#: py/argcheck.c py/obj.c py/objstrunicode.c |
| 227 | +#: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c |
228 | 228 | msgid "%q must be of type %q, not %q" |
229 | 229 | msgstr "%q must be of type %q, not %q" |
230 | 230 |
|
@@ -2508,6 +2508,10 @@ msgstr "addresses is empty" |
2508 | 2508 | msgid "annotation must be an identifier" |
2509 | 2509 | msgstr "annotation must be an identifier" |
2510 | 2510 |
|
| 2511 | +#: extmod/ulab/code/numpy/create.c |
| 2512 | +msgid "arange: cannot compute length" |
| 2513 | +msgstr "arange: cannot compute length" |
| 2514 | + |
2511 | 2515 | #: py/modbuiltins.c |
2512 | 2516 | msgid "arg is an empty sequence" |
2513 | 2517 | msgstr "arg is an empty sequence" |
@@ -2680,6 +2684,10 @@ msgstr "Can only have up to 4 parameters to thumb assembly" |
2680 | 2684 | msgid "can only have up to 4 parameters to Xtensa assembly" |
2681 | 2685 | msgstr "Can only have up to 4 parameters to xtensa assembly" |
2682 | 2686 |
|
| 2687 | +#: extmod/ulab/code/ndarray.c |
| 2688 | +msgid "can only specify one unknown dimension" |
| 2689 | +msgstr "can only specify one unknown dimension" |
| 2690 | + |
2683 | 2691 | #: py/objtype.c |
2684 | 2692 | msgid "can't add special method to already-subclassed class" |
2685 | 2693 | msgstr "Can't add special method to already-subclassed class" |
@@ -2833,6 +2841,10 @@ msgstr "can't create instance" |
2833 | 2841 | msgid "cannot import name %q" |
2834 | 2842 | msgstr "can't import name %q" |
2835 | 2843 |
|
| 2844 | +#: extmod/ulab/code/ndarray.c |
| 2845 | +msgid "cannot reshape array" |
| 2846 | +msgstr "cannot reshape array" |
| 2847 | + |
2836 | 2848 | #: extmod/moductypes.c |
2837 | 2849 | msgid "cannot unambiguously get sizeof scalar" |
2838 | 2850 | msgstr "cannot unambiguously get sizeof scalar" |
@@ -3285,10 +3297,6 @@ msgstr "initial_value length is wrong" |
3285 | 3297 | msgid "inline assembler must be a function" |
3286 | 3298 | msgstr "inline assembler must be a function" |
3287 | 3299 |
|
3288 | | -#: extmod/ulab/code/ndarray.c |
3289 | | -msgid "input and output shapes are not compatible" |
3290 | | -msgstr "input and output shapes are not compatible" |
3291 | | - |
3292 | 3300 | #: extmod/ulab/code/numpy/create.c |
3293 | 3301 | msgid "input argument must be an integer, a tuple, or a list" |
3294 | 3302 | msgstr "input argument must be an integer, a tuple, or a list" |
@@ -4002,8 +4010,8 @@ msgid "set unsupported" |
4002 | 4010 | msgstr "set unsupported" |
4003 | 4011 |
|
4004 | 4012 | #: extmod/ulab/code/ndarray.c |
4005 | | -msgid "shape must be a tuple" |
4006 | | -msgstr "shape must be a tuple" |
| 4013 | +msgid "shape must be integer or tuple of integers" |
| 4014 | +msgstr "shape must be integer or tuple of integers" |
4007 | 4015 |
|
4008 | 4016 | #: shared-module/msgpack/__init__.c |
4009 | 4017 | msgid "short read" |
@@ -4392,6 +4400,12 @@ msgstr "zi must be of float type" |
4392 | 4400 | msgid "zi must be of shape (n_section, 2)" |
4393 | 4401 | msgstr "zi must be of shape (n_section, 2)" |
4394 | 4402 |
|
| 4403 | +#~ msgid "input and output shapes are not compatible" |
| 4404 | +#~ msgstr "input and output shapes are not compatible" |
| 4405 | + |
| 4406 | +#~ msgid "shape must be a tuple" |
| 4407 | +#~ msgstr "shape must be a tuple" |
| 4408 | + |
4395 | 4409 | #~ msgid "Brightness must be 0-1.0" |
4396 | 4410 | #~ msgstr "Brightness must be 0-1.0" |
4397 | 4411 |
|
|
0 commit comments