Skip to content

Commit 6311f13

Browse files
committed
Run make translate
1 parent 61ec328 commit 6311f13

File tree

1 file changed

+10
-46
lines changed

1 file changed

+10
-46
lines changed

locale/circuitpython.pot

Lines changed: 10 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ msgstr ""
208208

209209
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
210210
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
211-
#: shared-module/synthio/Synthesizer.c
211+
#: shared-bindings/supervisor/__init__.c shared-module/synthio/Synthesizer.c
212212
msgid "%q must be of type %q or %q, not %q"
213213
msgstr ""
214214

215215
#: shared-bindings/jpegio/JpegDecoder.c
216216
msgid "%q must be of type %q, %q, or %q, not %q"
217217
msgstr ""
218218

219-
#: py/argcheck.c shared-module/synthio/__init__.c
219+
#: py/argcheck.c py/runtime.c shared-module/synthio/__init__.c
220220
msgid "%q must be of type %q, not %q"
221221
msgstr ""
222222

@@ -233,7 +233,7 @@ msgstr ""
233233
#: ports/nrf/common-hal/pulseio/PulseIn.c
234234
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
235235
#: ports/stm/common-hal/pulseio/PulseIn.c py/argcheck.c
236-
#: shared-bindings/canio/Match.c
236+
#: shared-bindings/canio/Match.c shared-bindings/time/__init__.c
237237
msgid "%q out of range"
238238
msgstr ""
239239

@@ -1120,11 +1120,6 @@ msgstr ""
11201120
msgid "Heap allocation when VM not running."
11211121
msgstr ""
11221122

1123-
#: supervisor/shared/safe_mode.c
1124-
msgid ""
1125-
"Heap was corrupted because the stack was too small. Increase stack size."
1126-
msgstr ""
1127-
11281123
#: extmod/vfs_posix_file.c py/objstringio.c
11291124
msgid "I/O operation on closed file"
11301125
msgstr ""
@@ -1375,11 +1370,7 @@ msgid "Missing jmp_pin. %q[%u] jumps on pin"
13751370
msgstr ""
13761371

13771372
#: shared-module/storage/__init__.c
1378-
msgid "Mount point directory missing. Create first (maybe via USB)"
1379-
msgstr ""
1380-
1381-
#: shared-module/storage/__init__.c
1382-
msgid "Mount point must be a directory"
1373+
msgid "Mount point directory missing"
13831374
msgstr ""
13841375

13851376
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
@@ -1486,15 +1477,12 @@ msgstr ""
14861477
msgid "No default %q bus"
14871478
msgstr ""
14881479

1480+
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
14891481
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
14901482
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
14911483
msgid "No free GCLKs"
14921484
msgstr ""
14931485

1494-
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1495-
msgid "No free GLCKs"
1496-
msgstr ""
1497-
14981486
#: shared-bindings/os/__init__.c
14991487
msgid "No hardware random available"
15001488
msgstr ""
@@ -1978,6 +1966,10 @@ msgstr ""
19781966
msgid "Specify exactly one of data0 or data_pins"
19791967
msgstr ""
19801968

1969+
#: supervisor/shared/safe_mode.c
1970+
msgid "Stack overflow. Increase stack size."
1971+
msgstr ""
1972+
19811973
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
19821974
msgid "Stereo left must be on PWM channel A"
19831975
msgstr ""
@@ -2092,10 +2084,6 @@ msgstr ""
20922084
msgid "Traceback (most recent call last):\n"
20932085
msgstr ""
20942086

2095-
#: shared-bindings/time/__init__.c
2096-
msgid "Tuple or struct_time argument required"
2097-
msgstr ""
2098-
20992087
#: ports/stm/common-hal/busio/UART.c
21002088
msgid "UART de-init"
21012089
msgstr ""
@@ -2449,10 +2437,6 @@ msgstr ""
24492437
msgid "argsort is not implemented for flattened arrays"
24502438
msgstr ""
24512439

2452-
#: py/runtime.c shared-bindings/supervisor/__init__.c
2453-
msgid "argument has wrong type"
2454-
msgstr ""
2455-
24562440
#: py/compile.c
24572441
msgid "argument name reused"
24582442
msgstr ""
@@ -2462,10 +2446,6 @@ msgstr ""
24622446
msgid "argument num/types mismatch"
24632447
msgstr ""
24642448

2465-
#: py/runtime.c
2466-
msgid "argument should be a '%q' not a '%q'"
2467-
msgstr ""
2468-
24692449
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/numpy/transform.c
24702450
msgid "arguments must be ndarrays"
24712451
msgstr ""
@@ -2646,7 +2626,7 @@ msgstr ""
26462626
msgid "can't convert %s to float"
26472627
msgstr ""
26482628

2649-
#: py/runtime.c
2629+
#: py/objint.c py/runtime.c
26502630
#, c-format
26512631
msgid "can't convert %s to int"
26522632
msgstr ""
@@ -2655,18 +2635,10 @@ msgstr ""
26552635
msgid "can't convert '%q' object to %q implicitly"
26562636
msgstr ""
26572637

2658-
#: py/objint.c
2659-
msgid "can't convert NaN to int"
2660-
msgstr ""
2661-
26622638
#: extmod/ulab/code/numpy/vector.c
26632639
msgid "can't convert complex to float"
26642640
msgstr ""
26652641

2666-
#: py/objint.c
2667-
msgid "can't convert inf to int"
2668-
msgstr ""
2669-
26702642
#: py/obj.c
26712643
msgid "can't convert to complex"
26722644
msgstr ""
@@ -3154,10 +3126,6 @@ msgstr ""
31543126
msgid "function takes %d positional arguments but %d were given"
31553127
msgstr ""
31563128

3157-
#: shared-bindings/time/__init__.c
3158-
msgid "function takes exactly 9 arguments"
3159-
msgstr ""
3160-
31613129
#: py/objgenerator.c
31623130
msgid "generator already executing"
31633131
msgstr ""
@@ -4008,10 +3976,6 @@ msgstr ""
40083976
msgid "size is defined for ndarrays only"
40093977
msgstr ""
40103978

4011-
#: shared-bindings/time/__init__.c
4012-
msgid "sleep length must be non-negative"
4013-
msgstr ""
4014-
40153979
#: py/nativeglue.c
40163980
msgid "slice unsupported"
40173981
msgstr ""

0 commit comments

Comments
 (0)