Skip to content

Translations update from Hosted Weblate #9632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 43 additions & 26 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,10 @@ msgstr "'data' membutuhkan argumen integer"
msgid "'label' requires 1 argument"
msgstr "'label' membutuhkan 1 argumen"

#: py/emitnative.c
msgid "'not' not implemented"
msgstr ""

#: py/compile.c
msgid "'return' outside function"
msgstr "'return' diluar fungsi"
Expand Down Expand Up @@ -2424,6 +2428,10 @@ msgstr "Argumen argsort harus berupa ndarray"
msgid "argsort is not implemented for flattened arrays"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "argument must be None, an integer or a tuple of integers"
msgstr ""

#: py/compile.c
msgid "argument name reused"
msgstr ""
Expand Down Expand Up @@ -2658,6 +2666,10 @@ msgstr "tidak bisa menghapus ekspresi"
msgid "can't do binary op between '%q' and '%q'"
msgstr ""

#: py/emitnative.c
msgid "can't do unary op of '%q'"
msgstr ""

#: py/emitnative.c
msgid "can't implicitly convert '%q' to 'bool'"
msgstr ""
Expand Down Expand Up @@ -2720,10 +2732,6 @@ msgstr ""
msgid "can't truncate-divide a complex number"
msgstr ""

#: extmod/moductypes.c
msgid "can't unambiguously get sizeof scalar"
msgstr ""

#: extmod/modasyncio.c
msgid "can't wait"
msgstr ""
Expand Down Expand Up @@ -3450,7 +3458,7 @@ msgstr ""
msgid "max_length must be 0-%d when fixed_length is %s"
msgstr ""

#: extmod/ulab/code/ndarray.c
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/random/random.c
msgid "maximum number of dimensions is "
msgstr ""

Expand Down Expand Up @@ -3592,7 +3600,7 @@ msgstr "tidak ada ikatan/bind pada temuan nonlocal"
msgid "no default packer"
msgstr ""

#: extmod/modrandom.c
#: extmod/modrandom.c extmod/ulab/code/numpy/random/random.c
msgid "no default seed"
msgstr ""

Expand Down Expand Up @@ -3801,6 +3809,10 @@ msgstr ""
msgid "out array is too small"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "out has wrong type"
msgstr ""

#: extmod/ulab/code/numpy/vector.c
msgid "out keyword is not supported for complex dtype"
msgstr ""
Expand All @@ -3825,6 +3837,14 @@ msgstr ""
msgid "out of range of target"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "output array has wrong type"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "output array must be contiguous"
msgstr ""

#: py/objint_mpz.c
msgid "overflow converting long int to machine word"
msgstr ""
Expand Down Expand Up @@ -3951,6 +3971,10 @@ msgstr "kompilasi script tidak didukung"
msgid "set unsupported"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "shape must be None, and integer or a tuple of integers"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "shape must be integer or tuple of integers"
msgstr ""
Expand All @@ -3971,6 +3995,10 @@ msgstr ""
msgid "size is defined for ndarrays only"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "size must match out.shape when used together"
msgstr ""

#: py/nativeglue.c
msgid "slice unsupported"
msgstr ""
Expand Down Expand Up @@ -4044,18 +4072,6 @@ msgstr ""
msgid "string indices must be integers, not %s"
msgstr ""

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

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

#: extmod/moductypes.c
msgid "struct: no fields"
msgstr "struct: tidak ada fields"

#: py/objarray.c py/objstr.c
msgid "substring not found"
msgstr ""
Expand All @@ -4068,10 +4084,6 @@ msgstr "super() tidak dapat menemukan dirinya sendiri"
msgid "syntax error in JSON"
msgstr "sintaksis error pada JSON"

#: extmod/moductypes.c
msgid "syntax error in uctypes descriptor"
msgstr "sintaksis error pada pendeskripsi uctypes"

#: extmod/modtime.c
msgid "ticks interval overflow"
msgstr ""
Expand Down Expand Up @@ -4180,10 +4192,6 @@ msgstr ""
msgid "ulonglong too large"
msgstr ""

#: py/emitnative.c
msgid "unary op %q not implemented"
msgstr ""

#: py/parse.c
msgid "unexpected indent"
msgstr ""
Expand Down Expand Up @@ -4376,6 +4384,15 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr "Zi harus berbentuk (n_section, 2)"

#~ msgid "struct: index out of range"
#~ msgstr "struct: index keluar dari jangkauan"

#~ msgid "struct: no fields"
#~ msgstr "struct: tidak ada fields"

#~ msgid "syntax error in uctypes descriptor"
#~ msgstr "sintaksis error pada pendeskripsi uctypes"

#~ msgid "Name too long"
#~ msgstr "Nama terlalu panjang"

Expand Down
60 changes: 34 additions & 26 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,10 @@ msgstr "'data' vyžaduje celočíselné argumenty"
msgid "'label' requires 1 argument"
msgstr "'label' vyžaduje 1 argument"

#: py/emitnative.c
msgid "'not' not implemented"
msgstr ""

#: py/compile.c
msgid "'return' outside function"
msgstr "'return' je volán mimo funkci"
Expand Down Expand Up @@ -2433,6 +2437,10 @@ msgstr ""
msgid "argsort is not implemented for flattened arrays"
msgstr "argsort není implementován pro zploštěná pole"

#: extmod/ulab/code/numpy/random/random.c
msgid "argument must be None, an integer or a tuple of integers"
msgstr ""

#: py/compile.c
msgid "argument name reused"
msgstr "jméno argumentu znovupoužito"
Expand Down Expand Up @@ -2667,6 +2675,10 @@ msgstr ""
msgid "can't do binary op between '%q' and '%q'"
msgstr ""

#: py/emitnative.c
msgid "can't do unary op of '%q'"
msgstr ""

#: py/emitnative.c
msgid "can't implicitly convert '%q' to 'bool'"
msgstr ""
Expand Down Expand Up @@ -2729,10 +2741,6 @@ msgstr ""
msgid "can't truncate-divide a complex number"
msgstr ""

#: extmod/moductypes.c
msgid "can't unambiguously get sizeof scalar"
msgstr ""

#: extmod/modasyncio.c
msgid "can't wait"
msgstr "nelze čekat"
Expand Down Expand Up @@ -3459,7 +3467,7 @@ msgstr ""
msgid "max_length must be 0-%d when fixed_length is %s"
msgstr ""

#: extmod/ulab/code/ndarray.c
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/random/random.c
msgid "maximum number of dimensions is "
msgstr "maximální počet dimenzí je "

Expand Down Expand Up @@ -3601,7 +3609,7 @@ msgstr ""
msgid "no default packer"
msgstr ""

#: extmod/modrandom.c
#: extmod/modrandom.c extmod/ulab/code/numpy/random/random.c
msgid "no default seed"
msgstr ""

Expand Down Expand Up @@ -3810,6 +3818,10 @@ msgstr ""
msgid "out array is too small"
msgstr "výstupní pole je příliš malé"

#: extmod/ulab/code/numpy/random/random.c
msgid "out has wrong type"
msgstr ""

#: extmod/ulab/code/numpy/vector.c
msgid "out keyword is not supported for complex dtype"
msgstr ""
Expand All @@ -3834,6 +3846,14 @@ msgstr ""
msgid "out of range of target"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "output array has wrong type"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "output array must be contiguous"
msgstr ""

#: py/objint_mpz.c
msgid "overflow converting long int to machine word"
msgstr ""
Expand Down Expand Up @@ -3960,6 +3980,10 @@ msgstr ""
msgid "set unsupported"
msgstr "set neoodporován"

#: extmod/ulab/code/numpy/random/random.c
msgid "shape must be None, and integer or a tuple of integers"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "shape must be integer or tuple of integers"
msgstr "tvar musí být integer nebo tuple integerů"
Expand All @@ -3980,6 +4004,10 @@ msgstr ""
msgid "size is defined for ndarrays only"
msgstr ""

#: extmod/ulab/code/numpy/random/random.c
msgid "size must match out.shape when used together"
msgstr ""

#: py/nativeglue.c
msgid "slice unsupported"
msgstr ""
Expand Down Expand Up @@ -4053,18 +4081,6 @@ msgstr ""
msgid "string indices must be integers, not %s"
msgstr ""

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

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

#: extmod/moductypes.c
msgid "struct: no fields"
msgstr ""

#: py/objarray.c py/objstr.c
msgid "substring not found"
msgstr ""
Expand All @@ -4077,10 +4093,6 @@ msgstr ""
msgid "syntax error in JSON"
msgstr ""

#: extmod/moductypes.c
msgid "syntax error in uctypes descriptor"
msgstr ""

#: extmod/modtime.c
msgid "ticks interval overflow"
msgstr ""
Expand Down Expand Up @@ -4189,10 +4201,6 @@ msgstr ""
msgid "ulonglong too large"
msgstr ""

#: py/emitnative.c
msgid "unary op %q not implemented"
msgstr ""

#: py/parse.c
msgid "unexpected indent"
msgstr "neočekávané odsazení"
Expand Down
Loading
Loading