Skip to content

Commit ec89703

Browse files
authored
Merge pull request #4729 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 5e06c91 + affc9da commit ec89703

File tree

17 files changed

+2223
-1303
lines changed

17 files changed

+2223
-1303
lines changed

locale/ID.po

Lines changed: 121 additions & 71 deletions
Large diffs are not rendered by default.

locale/cs.po

Lines changed: 103 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgstr "Selhání %q: %d"
7373
msgid "%q in use"
7474
msgstr "Používá se %q"
7575

76-
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
76+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
7777
#: ports/cxd56/common-hal/pulseio/PulseIn.c
7878
#: ports/nrf/common-hal/pulseio/PulseIn.c
7979
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
@@ -83,8 +83,8 @@ msgid "%q index out of range"
8383
msgstr "Index %q je mimo rozsah"
8484

8585
#: 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"
8888

8989
#: shared-bindings/vectorio/Polygon.c
9090
msgid "%q list must be a list"
@@ -140,26 +140,10 @@ msgstr ""
140140
msgid "'%q' argument required"
141141
msgstr "Je vyžadován argument '%q'"
142142

143-
#: py/runtime.c
144-
msgid "'%q' object cannot assign attribute '%q'"
145-
msgstr "'%q' nemůže přiřadit atribut '%q'"
146-
147143
#: py/proto.c
148144
msgid "'%q' object does not support '%q'"
149145
msgstr "Objekt '%q' nepodporuje '%q'"
150146

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-
163147
#: py/runtime.c
164148
msgid "'%q' object is not an iterator"
165149
msgstr "Objekt '%q' není iterátor"
@@ -172,10 +156,6 @@ msgstr "Objekt '%q' nelze volat"
172156
msgid "'%q' object is not iterable"
173157
msgstr "Objekt '%q' není iterovatelný"
174158

175-
#: py/obj.c
176-
msgid "'%q' object is not subscriptable"
177-
msgstr "Objekt '%q' nelze zapsat"
178-
179159
#: py/emitinlinethumb.c py/emitinlinextensa.c
180160
#, c-format
181161
msgid "'%s' expects a label"
@@ -218,12 +198,31 @@ msgstr "'%s' očekává {r0, r1, ...}"
218198

219199
#: py/emitinlinextensa.c
220200
#, c-format
221-
msgid "'%s' integer %d is not within range %d..%d"
201+
msgid "'%s' integer %d isn't within range %d..%d"
222202
msgstr ""
223203

224204
#: py/emitinlinethumb.c
225205
#, 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"
227226
msgstr ""
228227

229228
#: py/objstr.c
@@ -692,10 +691,6 @@ msgstr ""
692691
msgid "Cannot transfer without MOSI and MISO pins."
693692
msgstr ""
694693

695-
#: extmod/moductypes.c
696-
msgid "Cannot unambiguously get sizeof scalar"
697-
msgstr ""
698-
699694
#: shared-bindings/pwmio/PWMOut.c
700695
msgid "Cannot vary frequency on a timer that is already in use"
701696
msgstr ""
@@ -1406,14 +1401,6 @@ msgstr ""
14061401
msgid "Layer must be a Group or TileGrid subclass."
14071402
msgstr ""
14081403

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-
14171404
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
14181405
msgid "MAC address was invalid"
14191406
msgstr ""
@@ -2441,6 +2428,10 @@ msgstr ""
24412428
msgid "arg is an empty sequence"
24422429
msgstr ""
24432430

2431+
#: py/objobject.c
2432+
msgid "arg must be user-type"
2433+
msgstr ""
2434+
24442435
#: extmod/ulab/code/numpy/numerical/numerical.c
24452436
msgid "argsort argument must be an ndarray"
24462437
msgstr ""
@@ -2453,6 +2444,10 @@ msgstr ""
24532444
msgid "argument has wrong type"
24542445
msgstr ""
24552446

2447+
#: py/compile.c
2448+
msgid "argument name reused"
2449+
msgstr ""
2450+
24562451
#: py/argcheck.c shared-bindings/_stage/__init__.c
24572452
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
24582453
msgid "argument num/types mismatch"
@@ -2606,6 +2601,10 @@ msgstr ""
26062601
msgid "can't assign to expression"
26072602
msgstr ""
26082603

2604+
#: extmod/moduasyncio.c
2605+
msgid "can't cancel self"
2606+
msgstr ""
2607+
26092608
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
26102609
#: shared-module/_pixelbuf/PixelBuf.c
26112610
msgid "can't convert %q to %q"
@@ -2615,6 +2614,11 @@ msgstr ""
26152614
msgid "can't convert %q to int"
26162615
msgstr ""
26172616

2617+
#: py/obj.c
2618+
#, c-format
2619+
msgid "can't convert %s to complex"
2620+
msgstr ""
2621+
26182622
#: py/objstr.c
26192623
msgid "can't convert '%q' object to %q implicitly"
26202624
msgstr ""
@@ -2623,6 +2627,10 @@ msgstr ""
26232627
msgid "can't convert to %q"
26242628
msgstr ""
26252629

2630+
#: py/obj.c
2631+
msgid "can't convert to complex"
2632+
msgstr ""
2633+
26262634
#: py/runtime.c
26272635
msgid "can't convert to int"
26282636
msgstr ""
@@ -2721,6 +2729,10 @@ msgstr ""
27212729
msgid "cannot perform relative import"
27222730
msgstr ""
27232731

2732+
#: extmod/moductypes.c
2733+
msgid "cannot unambiguously get sizeof scalar"
2734+
msgstr ""
2735+
27242736
#: py/emitnative.c
27252737
msgid "casting"
27262738
msgstr ""
@@ -2769,6 +2781,10 @@ msgstr ""
27692781
msgid "color should be an int"
27702782
msgstr ""
27712783

2784+
#: py/emitnative.c
2785+
msgid "comparison of int and uint"
2786+
msgstr ""
2787+
27722788
#: py/objcomplex.c
27732789
msgid "complex division by zero"
27742790
msgstr ""
@@ -2871,7 +2887,15 @@ msgstr ""
28712887
msgid "dimensions do not match"
28722888
msgstr ""
28732889

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
28752899
#: shared-bindings/math/__init__.c
28762900
msgid "division by zero"
28772901
msgstr ""
@@ -2880,7 +2904,7 @@ msgstr ""
28802904
msgid "empty"
28812905
msgstr ""
28822906

2883-
#: extmod/moduheapq.c extmod/modutimeq.c
2907+
#: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c
28842908
msgid "empty heap"
28852909
msgstr ""
28862910

@@ -3114,10 +3138,6 @@ msgstr ""
31143138
msgid "import * not at module level"
31153139
msgstr ""
31163140

3117-
#: py/persistentcode.c
3118-
msgid "incompatible .mpy file"
3119-
msgstr ""
3120-
31213141
#: py/persistentcode.c
31223142
msgid "incompatible native .mpy architecture"
31233143
msgstr ""
@@ -3254,10 +3274,6 @@ msgstr ""
32543274
msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
32553275
msgstr ""
32563276

3257-
#: py/compile.c
3258-
msgid "invalid decorator"
3259-
msgstr ""
3260-
32613277
#: shared-bindings/bitmaptools/__init__.c
32623278
#, c-format
32633279
msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3464,10 +3480,6 @@ msgstr ""
34643480
msgid "name not defined"
34653481
msgstr ""
34663482

3467-
#: py/compile.c
3468-
msgid "name reused for argument"
3469-
msgstr ""
3470-
34713483
#: py/emitnative.c
34723484
msgid "native yield"
34733485
msgstr ""
@@ -3522,7 +3534,7 @@ msgstr ""
35223534
msgid "no response from SD card"
35233535
msgstr ""
35243536

3525-
#: py/runtime.c
3537+
#: py/objobject.c py/runtime.c
35263538
msgid "no such attribute"
35273539
msgstr ""
35283540

@@ -3579,23 +3591,24 @@ msgid "object "
35793591
msgstr ""
35803592

35813593
#: 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"
35833596
msgstr ""
35843597

35853598
#: py/obj.c
3586-
msgid "object does not support item assignment"
3599+
msgid "object doesn't support item assignment"
35873600
msgstr ""
35883601

35893602
#: py/obj.c
3590-
msgid "object does not support item deletion"
3603+
msgid "object doesn't support item deletion"
35913604
msgstr ""
35923605

35933606
#: py/obj.c
35943607
msgid "object has no len"
35953608
msgstr ""
35963609

35973610
#: py/obj.c
3598-
msgid "object is not subscriptable"
3611+
msgid "object isn't subscriptable"
35993612
msgstr ""
36003613

36013614
#: py/runtime.c
@@ -3615,7 +3628,8 @@ msgid "object not iterable"
36153628
msgstr ""
36163629

36173630
#: py/obj.c
3618-
msgid "object of type '%q' has no len()"
3631+
#, c-format
3632+
msgid "object of type '%s' has no len()"
36193633
msgstr ""
36203634

36213635
#: py/obj.c
@@ -3885,6 +3899,10 @@ msgstr ""
38853899
msgid "script compilation not supported"
38863900
msgstr ""
38873901

3902+
#: py/nativeglue.c
3903+
msgid "set unsupported"
3904+
msgstr ""
3905+
38883906
#: extmod/ulab/code/ndarray.c
38893907
msgid "shape must be a tuple"
38903908
msgstr ""
@@ -3917,10 +3935,14 @@ msgstr ""
39173935
msgid "slice step can't be zero"
39183936
msgstr ""
39193937

3920-
#: py/objslice.c py/sequence.c
3938+
#: py/objslice.c
39213939
msgid "slice step cannot be zero"
39223940
msgstr ""
39233941

3942+
#: py/nativeglue.c
3943+
msgid "slice unsupported"
3944+
msgstr ""
3945+
39243946
#: py/objint.c py/sequence.c
39253947
msgid "small int overflow"
39263948
msgstr ""
@@ -3982,7 +4004,11 @@ msgid "string not supported; use bytes or bytearray"
39824004
msgstr ""
39834005

39844006
#: 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"
39864012
msgstr ""
39874013

39884014
#: extmod/moductypes.c
@@ -4296,6 +4322,24 @@ msgstr ""
42964322
msgid "zi must be of shape (n_section, 2)"
42974323
msgstr ""
42984324

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+
42994343
#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
43004344
#~ msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
43014345

@@ -4312,6 +4356,3 @@ msgstr ""
43124356
#~ msgstr ""
43134357
#~ "\n"
43144358
#~ "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

Comments
 (0)