|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"PO-Revision-Date: 2023-10-27 08:51+0000\n" |
| 10 | +"PO-Revision-Date: 2023-11-06 21:31+0000\n" |
11 | 11 | "Last-Translator: Andi Chandler <andi@gowling.com>\n" |
12 | 12 | "Language-Team: none\n" |
13 | 13 | "Language: en_GB\n" |
@@ -190,7 +190,7 @@ msgstr "%q length must be >= %d" |
190 | 190 |
|
191 | 191 | #: py/objmodule.c py/runtime.c |
192 | 192 | msgid "%q moved from %q to %q" |
193 | | -msgstr "" |
| 193 | +msgstr "%q moved from %q to %q" |
194 | 194 |
|
195 | 195 | #: py/argcheck.c |
196 | 196 | msgid "%q must be %d" |
@@ -231,7 +231,7 @@ msgstr "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" |
231 | 231 |
|
232 | 232 | #: shared-bindings/warnings/__init__.c |
233 | 233 | msgid "%q must be a subclass of %q" |
234 | | -msgstr "" |
| 234 | +msgstr "%q must be a subclass of %q" |
235 | 235 |
|
236 | 236 | #: ports/espressif/common-hal/analogbufio/BufferedIn.c |
237 | 237 | msgid "%q must be array of type 'H'" |
@@ -270,7 +270,7 @@ msgstr "%q out of range" |
270 | 270 |
|
271 | 271 | #: py/objmodule.c py/runtime.c |
272 | 272 | msgid "%q renamed %q" |
273 | | -msgstr "" |
| 273 | +msgstr "%q renamed %q" |
274 | 274 |
|
275 | 275 | #: py/objrange.c py/objslice.c shared-bindings/random/__init__.c |
276 | 276 | msgid "%q step cannot be zero" |
@@ -1037,12 +1037,13 @@ msgstr "Failed to acquire mutex, err 0x%04x" |
1037 | 1037 |
|
1038 | 1038 | #: ports/raspberrypi/common-hal/mdns/Server.c |
1039 | 1039 | msgid "Failed to add service TXT record" |
1040 | | -msgstr "" |
| 1040 | +msgstr "Failed to add service TXT record" |
1041 | 1041 |
|
1042 | 1042 | #: shared-bindings/mdns/Server.c |
1043 | 1043 | msgid "" |
1044 | 1044 | "Failed to add service TXT record; non-string or bytes found in txt_records" |
1045 | 1045 | msgstr "" |
| 1046 | +"Failed to add service TXT record; non-string or bytes found in txt_records" |
1046 | 1047 |
|
1047 | 1048 | #: shared-module/rgbmatrix/RGBMatrix.c |
1048 | 1049 | msgid "Failed to allocate %q buffer" |
@@ -3008,7 +3009,7 @@ msgstr "dtype must be float, or complex" |
3008 | 3009 |
|
3009 | 3010 | #: extmod/ulab/code/ndarray_operators.c |
3010 | 3011 | msgid "dtype of int32 is not supported" |
3011 | | -msgstr "" |
| 3012 | +msgstr "dtype of int32 is not supported" |
3012 | 3013 |
|
3013 | 3014 | #: py/objdeque.c |
3014 | 3015 | msgid "empty" |
@@ -3878,7 +3879,7 @@ msgstr "operation is not supported for given type" |
3878 | 3879 |
|
3879 | 3880 | #: extmod/ulab/code/ndarray_operators.c |
3880 | 3881 | msgid "operation not supported for the input types" |
3881 | | -msgstr "" |
| 3882 | +msgstr "operation not supported for the input types" |
3882 | 3883 |
|
3883 | 3884 | #: py/modbuiltins.c |
3884 | 3885 | msgid "ord expects a character" |
|
0 commit comments