@@ -73,7 +73,7 @@ msgstr "Selhání %q: %d"
73
73
msgid "%q in use"
74
74
msgstr "Používá se %q"
75
75
76
- #: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
76
+ #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
77
77
#: ports/cxd56/common-hal/pulseio/PulseIn.c
78
78
#: ports/nrf/common-hal/pulseio/PulseIn.c
79
79
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
@@ -83,8 +83,8 @@ msgid "%q index out of range"
83
83
msgstr "Index %q je mimo rozsah"
84
84
85
85
#: py/obj.c
86
- msgid "%q indices must be integers, not %q "
87
- msgstr "Indexy %q musí být celá čísla, ne %q "
86
+ msgid "%q indices must be integers, not %s "
87
+ msgstr "Indexy %q musí být celá čísla, nikoli %s "
88
88
89
89
#: shared-bindings/vectorio/Polygon.c
90
90
msgid "%q list must be a list"
@@ -140,26 +140,10 @@ msgstr ""
140
140
msgid "'%q' argument required"
141
141
msgstr "Je vyžadován argument '%q'"
142
142
143
- #: py/runtime.c
144
- msgid "'%q' object cannot assign attribute '%q'"
145
- msgstr "'%q' nemůže přiřadit atribut '%q'"
146
-
147
143
#: py/proto.c
148
144
msgid "'%q' object does not support '%q'"
149
145
msgstr "Objekt '%q' nepodporuje '%q'"
150
146
151
- #: py/obj.c
152
- msgid "'%q' object does not support item assignment"
153
- msgstr "Objekt '%q' nepodporuje přiřazení položek"
154
-
155
- #: py/obj.c
156
- msgid "'%q' object does not support item deletion"
157
- msgstr "Objekt '%q' nepodporuje mazání položek"
158
-
159
- #: py/runtime.c
160
- msgid "'%q' object has no attribute '%q'"
161
- msgstr "Objekt '%q' nemá žádný atribut"
162
-
163
147
#: py/runtime.c
164
148
msgid "'%q' object is not an iterator"
165
149
msgstr "Objekt '%q' není iterátor"
@@ -172,10 +156,6 @@ msgstr "Objekt '%q' nelze volat"
172
156
msgid "'%q' object is not iterable"
173
157
msgstr "Objekt '%q' není iterovatelný"
174
158
175
- #: py/obj.c
176
- msgid "'%q' object is not subscriptable"
177
- msgstr "Objekt '%q' nelze zapsat"
178
-
179
159
#: py/emitinlinethumb.c py/emitinlinextensa.c
180
160
#, c-format
181
161
msgid "'%s' expects a label"
@@ -218,12 +198,31 @@ msgstr "'%s' očekává {r0, r1, ...}"
218
198
219
199
#: py/emitinlinextensa.c
220
200
#, c-format
221
- msgid "'%s' integer %d is not within range %d..%d"
201
+ msgid "'%s' integer %d isn't within range %d..%d"
222
202
msgstr ""
223
203
224
204
#: py/emitinlinethumb.c
225
205
#, c-format
226
- msgid "'%s' integer 0x%x does not fit in mask 0x%x"
206
+ msgid "'%s' integer 0x%x doesn't fit in mask 0x%x"
207
+ msgstr ""
208
+
209
+ #: py/obj.c
210
+ #, c-format
211
+ msgid "'%s' object doesn't support item assignment"
212
+ msgstr ""
213
+
214
+ #: py/obj.c
215
+ #, c-format
216
+ msgid "'%s' object doesn't support item deletion"
217
+ msgstr ""
218
+
219
+ #: py/runtime.c
220
+ msgid "'%s' object has no attribute '%q'"
221
+ msgstr ""
222
+
223
+ #: py/obj.c
224
+ #, c-format
225
+ msgid "'%s' object isn't subscriptable"
227
226
msgstr ""
228
227
229
228
#: py/objstr.c
@@ -692,10 +691,6 @@ msgstr ""
692
691
msgid "Cannot transfer without MOSI and MISO pins."
693
692
msgstr ""
694
693
695
- #: extmod/moductypes.c
696
- msgid "Cannot unambiguously get sizeof scalar"
697
- msgstr ""
698
-
699
694
#: shared-bindings/pwmio/PWMOut.c
700
695
msgid "Cannot vary frequency on a timer that is already in use"
701
696
msgstr ""
@@ -1406,14 +1401,6 @@ msgstr ""
1406
1401
msgid "Layer must be a Group or TileGrid subclass."
1407
1402
msgstr ""
1408
1403
1409
- #: py/objslice.c
1410
- msgid "Length must be an int"
1411
- msgstr ""
1412
-
1413
- #: py/objslice.c
1414
- msgid "Length must be non-negative"
1415
- msgstr ""
1416
-
1417
1404
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1418
1405
msgid "MAC address was invalid"
1419
1406
msgstr ""
@@ -2441,6 +2428,10 @@ msgstr ""
2441
2428
msgid "arg is an empty sequence"
2442
2429
msgstr ""
2443
2430
2431
+ #: py/objobject.c
2432
+ msgid "arg must be user-type"
2433
+ msgstr ""
2434
+
2444
2435
#: extmod/ulab/code/numpy/numerical/numerical.c
2445
2436
msgid "argsort argument must be an ndarray"
2446
2437
msgstr ""
@@ -2453,6 +2444,10 @@ msgstr ""
2453
2444
msgid "argument has wrong type"
2454
2445
msgstr ""
2455
2446
2447
+ #: py/compile.c
2448
+ msgid "argument name reused"
2449
+ msgstr ""
2450
+
2456
2451
#: py/argcheck.c shared-bindings/_stage/__init__.c
2457
2452
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
2458
2453
msgid "argument num/types mismatch"
@@ -2606,6 +2601,10 @@ msgstr ""
2606
2601
msgid "can't assign to expression"
2607
2602
msgstr ""
2608
2603
2604
+ #: extmod/moduasyncio.c
2605
+ msgid "can't cancel self"
2606
+ msgstr ""
2607
+
2609
2608
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
2610
2609
#: shared-module/_pixelbuf/PixelBuf.c
2611
2610
msgid "can't convert %q to %q"
@@ -2615,6 +2614,11 @@ msgstr ""
2615
2614
msgid "can't convert %q to int"
2616
2615
msgstr ""
2617
2616
2617
+ #: py/obj.c
2618
+ #, c-format
2619
+ msgid "can't convert %s to complex"
2620
+ msgstr ""
2621
+
2618
2622
#: py/objstr.c
2619
2623
msgid "can't convert '%q' object to %q implicitly"
2620
2624
msgstr ""
@@ -2623,6 +2627,10 @@ msgstr ""
2623
2627
msgid "can't convert to %q"
2624
2628
msgstr ""
2625
2629
2630
+ #: py/obj.c
2631
+ msgid "can't convert to complex"
2632
+ msgstr ""
2633
+
2626
2634
#: py/runtime.c
2627
2635
msgid "can't convert to int"
2628
2636
msgstr ""
@@ -2721,6 +2729,10 @@ msgstr ""
2721
2729
msgid "cannot perform relative import"
2722
2730
msgstr ""
2723
2731
2732
+ #: extmod/moductypes.c
2733
+ msgid "cannot unambiguously get sizeof scalar"
2734
+ msgstr ""
2735
+
2724
2736
#: py/emitnative.c
2725
2737
msgid "casting"
2726
2738
msgstr ""
@@ -2769,6 +2781,10 @@ msgstr ""
2769
2781
msgid "color should be an int"
2770
2782
msgstr ""
2771
2783
2784
+ #: py/emitnative.c
2785
+ msgid "comparison of int and uint"
2786
+ msgstr ""
2787
+
2772
2788
#: py/objcomplex.c
2773
2789
msgid "complex division by zero"
2774
2790
msgstr ""
@@ -2871,7 +2887,15 @@ msgstr ""
2871
2887
msgid "dimensions do not match"
2872
2888
msgstr ""
2873
2889
2874
- #: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
2890
+ #: py/emitnative.c
2891
+ msgid "div/mod not implemented for uint"
2892
+ msgstr ""
2893
+
2894
+ #: py/objfloat.c py/objint_mpz.c
2895
+ msgid "divide by zero"
2896
+ msgstr ""
2897
+
2898
+ #: py/modmath.c py/objint_longlong.c py/runtime.c
2875
2899
#: shared-bindings/math/__init__.c
2876
2900
msgid "division by zero"
2877
2901
msgstr ""
@@ -2880,7 +2904,7 @@ msgstr ""
2880
2904
msgid "empty"
2881
2905
msgstr ""
2882
2906
2883
- #: extmod/moduheapq.c extmod/modutimeq.c
2907
+ #: extmod/moduasyncio.c extmod/ moduheapq.c extmod/modutimeq.c
2884
2908
msgid "empty heap"
2885
2909
msgstr ""
2886
2910
@@ -3114,10 +3138,6 @@ msgstr ""
3114
3138
msgid "import * not at module level"
3115
3139
msgstr ""
3116
3140
3117
- #: py/persistentcode.c
3118
- msgid "incompatible .mpy file"
3119
- msgstr ""
3120
-
3121
3141
#: py/persistentcode.c
3122
3142
msgid "incompatible native .mpy architecture"
3123
3143
msgstr ""
@@ -3254,10 +3274,6 @@ msgstr ""
3254
3274
msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
3255
3275
msgstr ""
3256
3276
3257
- #: py/compile.c
3258
- msgid "invalid decorator"
3259
- msgstr ""
3260
-
3261
3277
#: shared-bindings/bitmaptools/__init__.c
3262
3278
#, c-format
3263
3279
msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3464,10 +3480,6 @@ msgstr ""
3464
3480
msgid "name not defined"
3465
3481
msgstr ""
3466
3482
3467
- #: py/compile.c
3468
- msgid "name reused for argument"
3469
- msgstr ""
3470
-
3471
3483
#: py/emitnative.c
3472
3484
msgid "native yield"
3473
3485
msgstr ""
@@ -3522,7 +3534,7 @@ msgstr ""
3522
3534
msgid "no response from SD card"
3523
3535
msgstr ""
3524
3536
3525
- #: py/runtime.c
3537
+ #: py/objobject.c py/ runtime.c
3526
3538
msgid "no such attribute"
3527
3539
msgstr ""
3528
3540
@@ -3579,23 +3591,24 @@ msgid "object "
3579
3591
msgstr ""
3580
3592
3581
3593
#: py/obj.c
3582
- msgid "object '%q' is not a tuple or list"
3594
+ #, c-format
3595
+ msgid "object '%s' isn't a tuple or list"
3583
3596
msgstr ""
3584
3597
3585
3598
#: py/obj.c
3586
- msgid "object does not support item assignment"
3599
+ msgid "object doesn't support item assignment"
3587
3600
msgstr ""
3588
3601
3589
3602
#: py/obj.c
3590
- msgid "object does not support item deletion"
3603
+ msgid "object doesn't support item deletion"
3591
3604
msgstr ""
3592
3605
3593
3606
#: py/obj.c
3594
3607
msgid "object has no len"
3595
3608
msgstr ""
3596
3609
3597
3610
#: py/obj.c
3598
- msgid "object is not subscriptable"
3611
+ msgid "object isn't subscriptable"
3599
3612
msgstr ""
3600
3613
3601
3614
#: py/runtime.c
@@ -3615,7 +3628,8 @@ msgid "object not iterable"
3615
3628
msgstr ""
3616
3629
3617
3630
#: py/obj.c
3618
- msgid "object of type '%q' has no len()"
3631
+ #, c-format
3632
+ msgid "object of type '%s' has no len()"
3619
3633
msgstr ""
3620
3634
3621
3635
#: py/obj.c
@@ -3885,6 +3899,10 @@ msgstr ""
3885
3899
msgid "script compilation not supported"
3886
3900
msgstr ""
3887
3901
3902
+ #: py/nativeglue.c
3903
+ msgid "set unsupported"
3904
+ msgstr ""
3905
+
3888
3906
#: extmod/ulab/code/ndarray.c
3889
3907
msgid "shape must be a tuple"
3890
3908
msgstr ""
@@ -3917,10 +3935,14 @@ msgstr ""
3917
3935
msgid "slice step can't be zero"
3918
3936
msgstr ""
3919
3937
3920
- #: py/objslice.c py/sequence.c
3938
+ #: py/objslice.c
3921
3939
msgid "slice step cannot be zero"
3922
3940
msgstr ""
3923
3941
3942
+ #: py/nativeglue.c
3943
+ msgid "slice unsupported"
3944
+ msgstr ""
3945
+
3924
3946
#: py/objint.c py/sequence.c
3925
3947
msgid "small int overflow"
3926
3948
msgstr ""
@@ -3982,7 +4004,11 @@ msgid "string not supported; use bytes or bytearray"
3982
4004
msgstr ""
3983
4005
3984
4006
#: extmod/moductypes.c
3985
- msgid "struct: cannot index"
4007
+ msgid "struct: can't index"
4008
+ msgstr ""
4009
+
4010
+ #: extmod/moductypes.c
4011
+ msgid "struct: index out of range"
3986
4012
msgstr ""
3987
4013
3988
4014
#: extmod/moductypes.c
@@ -4296,6 +4322,24 @@ msgstr ""
4296
4322
msgid "zi must be of shape (n_section, 2)"
4297
4323
msgstr ""
4298
4324
4325
+ #~ msgid "%q indices must be integers, not %q"
4326
+ #~ msgstr "Indexy %q musí být celá čísla, ne %q"
4327
+
4328
+ #~ msgid "'%q' object cannot assign attribute '%q'"
4329
+ #~ msgstr "'%q' nemůže přiřadit atribut '%q'"
4330
+
4331
+ #~ msgid "'%q' object does not support item assignment"
4332
+ #~ msgstr "Objekt '%q' nepodporuje přiřazení položek"
4333
+
4334
+ #~ msgid "'%q' object does not support item deletion"
4335
+ #~ msgstr "Objekt '%q' nepodporuje mazání položek"
4336
+
4337
+ #~ msgid "'%q' object has no attribute '%q'"
4338
+ #~ msgstr "Objekt '%q' nemá žádný atribut"
4339
+
4340
+ #~ msgid "'%q' object is not subscriptable"
4341
+ #~ msgstr "Objekt '%q' nelze zapsat"
4342
+
4299
4343
#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4300
4344
#~ msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
4301
4345
@@ -4312,6 +4356,3 @@ msgstr ""
4312
4356
#~ msgstr ""
4313
4357
#~ "\n"
4314
4358
#~ "Pro ukončení, prosím resetujte desku bez "
4315
-
4316
- #~ msgid "%q indices must be integers, not %s"
4317
- #~ msgstr "Indexy %q musí být celá čísla, nikoli %s"
0 commit comments