Skip to content

Commit

Permalink
Merge pull request #4729 from weblate/weblate-circuitpython-main
Browse files Browse the repository at this point in the history
Translations update from Weblate
  • Loading branch information
jepler authored May 8, 2021
2 parents 5e06c91 + affc9da commit ec89703
Show file tree
Hide file tree
Showing 17 changed files with 2,223 additions and 1,303 deletions.
192 changes: 121 additions & 71 deletions locale/ID.po

Large diffs are not rendered by default.

165 changes: 103 additions & 62 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ msgstr "Selhání %q: %d"
msgid "%q in use"
msgstr "Používá se %q"

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

#: py/obj.c
msgid "%q indices must be integers, not %q"
msgstr "Indexy %q musí být celá čísla, ne %q"
msgid "%q indices must be integers, not %s"
msgstr "Indexy %q musí být celá čísla, nikoli %s"

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

#: py/runtime.c
msgid "'%q' object cannot assign attribute '%q'"
msgstr "'%q' nemůže přiřadit atribut '%q'"

#: py/proto.c
msgid "'%q' object does not support '%q'"
msgstr "Objekt '%q' nepodporuje '%q'"

#: py/obj.c
msgid "'%q' object does not support item assignment"
msgstr "Objekt '%q' nepodporuje přiřazení položek"

#: py/obj.c
msgid "'%q' object does not support item deletion"
msgstr "Objekt '%q' nepodporuje mazání položek"

#: py/runtime.c
msgid "'%q' object has no attribute '%q'"
msgstr "Objekt '%q' nemá žádný atribut"

#: py/runtime.c
msgid "'%q' object is not an iterator"
msgstr "Objekt '%q' není iterátor"
Expand All @@ -172,10 +156,6 @@ msgstr "Objekt '%q' nelze volat"
msgid "'%q' object is not iterable"
msgstr "Objekt '%q' není iterovatelný"

#: py/obj.c
msgid "'%q' object is not subscriptable"
msgstr "Objekt '%q' nelze zapsat"

#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects a label"
Expand Down Expand Up @@ -218,12 +198,31 @@ msgstr "'%s' očekává {r0, r1, ...}"

#: py/emitinlinextensa.c
#, c-format
msgid "'%s' integer %d is not within range %d..%d"
msgid "'%s' integer %d isn't within range %d..%d"
msgstr ""

#: py/emitinlinethumb.c
#, c-format
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgid "'%s' integer 0x%x doesn't fit in mask 0x%x"
msgstr ""

#: py/obj.c
#, c-format
msgid "'%s' object doesn't support item assignment"
msgstr ""

#: py/obj.c
#, c-format
msgid "'%s' object doesn't support item deletion"
msgstr ""

#: py/runtime.c
msgid "'%s' object has no attribute '%q'"
msgstr ""

#: py/obj.c
#, c-format
msgid "'%s' object isn't subscriptable"
msgstr ""

#: py/objstr.c
Expand Down Expand Up @@ -692,10 +691,6 @@ msgstr ""
msgid "Cannot transfer without MOSI and MISO pins."
msgstr ""

#: extmod/moductypes.c
msgid "Cannot unambiguously get sizeof scalar"
msgstr ""

#: shared-bindings/pwmio/PWMOut.c
msgid "Cannot vary frequency on a timer that is already in use"
msgstr ""
Expand Down Expand Up @@ -1406,14 +1401,6 @@ msgstr ""
msgid "Layer must be a Group or TileGrid subclass."
msgstr ""

#: py/objslice.c
msgid "Length must be an int"
msgstr ""

#: py/objslice.c
msgid "Length must be non-negative"
msgstr ""

#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
msgid "MAC address was invalid"
msgstr ""
Expand Down Expand Up @@ -2441,6 +2428,10 @@ msgstr ""
msgid "arg is an empty sequence"
msgstr ""

#: py/objobject.c
msgid "arg must be user-type"
msgstr ""

#: extmod/ulab/code/numpy/numerical/numerical.c
msgid "argsort argument must be an ndarray"
msgstr ""
Expand All @@ -2453,6 +2444,10 @@ msgstr ""
msgid "argument has wrong type"
msgstr ""

#: py/compile.c
msgid "argument name reused"
msgstr ""

#: py/argcheck.c shared-bindings/_stage/__init__.c
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
msgid "argument num/types mismatch"
Expand Down Expand Up @@ -2606,6 +2601,10 @@ msgstr ""
msgid "can't assign to expression"
msgstr ""

#: extmod/moduasyncio.c
msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
#: shared-module/_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
Expand All @@ -2615,6 +2614,11 @@ msgstr ""
msgid "can't convert %q to int"
msgstr ""

#: py/obj.c
#, c-format
msgid "can't convert %s to complex"
msgstr ""

#: py/objstr.c
msgid "can't convert '%q' object to %q implicitly"
msgstr ""
Expand All @@ -2623,6 +2627,10 @@ msgstr ""
msgid "can't convert to %q"
msgstr ""

#: py/obj.c
msgid "can't convert to complex"
msgstr ""

#: py/runtime.c
msgid "can't convert to int"
msgstr ""
Expand Down Expand Up @@ -2721,6 +2729,10 @@ msgstr ""
msgid "cannot perform relative import"
msgstr ""

#: extmod/moductypes.c
msgid "cannot unambiguously get sizeof scalar"
msgstr ""

#: py/emitnative.c
msgid "casting"
msgstr ""
Expand Down Expand Up @@ -2769,6 +2781,10 @@ msgstr ""
msgid "color should be an int"
msgstr ""

#: py/emitnative.c
msgid "comparison of int and uint"
msgstr ""

#: py/objcomplex.c
msgid "complex division by zero"
msgstr ""
Expand Down Expand Up @@ -2871,7 +2887,15 @@ msgstr ""
msgid "dimensions do not match"
msgstr ""

#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
#: py/emitnative.c
msgid "div/mod not implemented for uint"
msgstr ""

#: py/objfloat.c py/objint_mpz.c
msgid "divide by zero"
msgstr ""

#: py/modmath.c py/objint_longlong.c py/runtime.c
#: shared-bindings/math/__init__.c
msgid "division by zero"
msgstr ""
Expand All @@ -2880,7 +2904,7 @@ msgstr ""
msgid "empty"
msgstr ""

#: extmod/moduheapq.c extmod/modutimeq.c
#: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c
msgid "empty heap"
msgstr ""

Expand Down Expand Up @@ -3114,10 +3138,6 @@ msgstr ""
msgid "import * not at module level"
msgstr ""

#: py/persistentcode.c
msgid "incompatible .mpy file"
msgstr ""

#: py/persistentcode.c
msgid "incompatible native .mpy architecture"
msgstr ""
Expand Down Expand Up @@ -3254,10 +3274,6 @@ msgstr ""
msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
msgstr ""

#: py/compile.c
msgid "invalid decorator"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down Expand Up @@ -3464,10 +3480,6 @@ msgstr ""
msgid "name not defined"
msgstr ""

#: py/compile.c
msgid "name reused for argument"
msgstr ""

#: py/emitnative.c
msgid "native yield"
msgstr ""
Expand Down Expand Up @@ -3522,7 +3534,7 @@ msgstr ""
msgid "no response from SD card"
msgstr ""

#: py/runtime.c
#: py/objobject.c py/runtime.c
msgid "no such attribute"
msgstr ""

Expand Down Expand Up @@ -3579,23 +3591,24 @@ msgid "object "
msgstr ""

#: py/obj.c
msgid "object '%q' is not a tuple or list"
#, c-format
msgid "object '%s' isn't a tuple or list"
msgstr ""

#: py/obj.c
msgid "object does not support item assignment"
msgid "object doesn't support item assignment"
msgstr ""

#: py/obj.c
msgid "object does not support item deletion"
msgid "object doesn't support item deletion"
msgstr ""

#: py/obj.c
msgid "object has no len"
msgstr ""

#: py/obj.c
msgid "object is not subscriptable"
msgid "object isn't subscriptable"
msgstr ""

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

#: py/obj.c
msgid "object of type '%q' has no len()"
#, c-format
msgid "object of type '%s' has no len()"
msgstr ""

#: py/obj.c
Expand Down Expand Up @@ -3885,6 +3899,10 @@ msgstr ""
msgid "script compilation not supported"
msgstr ""

#: py/nativeglue.c
msgid "set unsupported"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "shape must be a tuple"
msgstr ""
Expand Down Expand Up @@ -3917,10 +3935,14 @@ msgstr ""
msgid "slice step can't be zero"
msgstr ""

#: py/objslice.c py/sequence.c
#: py/objslice.c
msgid "slice step cannot be zero"
msgstr ""

#: py/nativeglue.c
msgid "slice unsupported"
msgstr ""

#: py/objint.c py/sequence.c
msgid "small int overflow"
msgstr ""
Expand Down Expand Up @@ -3982,7 +4004,11 @@ msgid "string not supported; use bytes or bytearray"
msgstr ""

#: extmod/moductypes.c
msgid "struct: cannot index"
msgid "struct: can't index"
msgstr ""

#: extmod/moductypes.c
msgid "struct: index out of range"
msgstr ""

#: extmod/moductypes.c
Expand Down Expand Up @@ -4296,6 +4322,24 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "%q indices must be integers, not %q"
#~ msgstr "Indexy %q musí být celá čísla, ne %q"

#~ msgid "'%q' object cannot assign attribute '%q'"
#~ msgstr "'%q' nemůže přiřadit atribut '%q'"

#~ msgid "'%q' object does not support item assignment"
#~ msgstr "Objekt '%q' nepodporuje přiřazení položek"

#~ msgid "'%q' object does not support item deletion"
#~ msgstr "Objekt '%q' nepodporuje mazání položek"

#~ msgid "'%q' object has no attribute '%q'"
#~ msgstr "Objekt '%q' nemá žádný atribut"

#~ msgid "'%q' object is not subscriptable"
#~ msgstr "Objekt '%q' nelze zapsat"

#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
#~ msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"

Expand All @@ -4312,6 +4356,3 @@ msgstr ""
#~ msgstr ""
#~ "\n"
#~ "Pro ukončení, prosím resetujte desku bez "

#~ msgid "%q indices must be integers, not %s"
#~ msgstr "Indexy %q musí být celá čísla, nikoli %s"
Loading

0 comments on commit ec89703

Please sign in to comment.