Skip to content

Translations update from Weblate #4706

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 1 commit into from
May 4, 2021
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
48 changes: 22 additions & 26 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ msgstr "Semua channel event sedang digunakan"
msgid "All state machines in use"
msgstr ""

#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/audio_dma.c
msgid "All sync event channels in use"
msgstr "Semua channel event yang disinkronisasi sedang digunakan"

Expand Down Expand Up @@ -754,6 +754,10 @@ msgid ""
msgstr ""
"Koneksi telah terputus dan tidak dapat lagi digunakan. Buat koneksi baru."

#: py/persistentcode.c
msgid "Corrupt .mpy file"
msgstr "File .mpy rusak"

#: ports/cxd56/common-hal/camera/Camera.c
msgid "Could not initialize Camera"
msgstr ""
Expand Down Expand Up @@ -1488,7 +1492,7 @@ msgstr ""
msgid "NVS Error"
msgstr ""

#: py/parse.c
#: py/qstr.c
msgid "Name too long"
msgstr "Nama terlalu panjang"

Expand Down Expand Up @@ -2156,14 +2160,6 @@ msgstr ""
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr "Untuk keluar, silahkan reset board tanpa "
Expand Down Expand Up @@ -2577,10 +2573,6 @@ msgstr ""
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""

#: py/vm.c
msgid "byte code not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "byteorder is not a string"
msgstr ""
Expand Down Expand Up @@ -2687,10 +2679,6 @@ msgstr ""
msgid "can't load with '%q' index"
msgstr ""

#: py/objgenerator.c
msgid "can't pend throw to just-started generator"
msgstr ""

#: py/objgenerator.c
msgid "can't send non-None value to a just-started generator"
msgstr ""
Expand Down Expand Up @@ -3042,6 +3030,10 @@ msgstr ""
msgid "float too big"
msgstr ""

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

#: shared-bindings/_stage/Text.c
msgid "font must be 2048 bytes long"
msgstr ""
Expand Down Expand Up @@ -3110,7 +3102,7 @@ msgstr ""
msgid "generator ignored GeneratorExit"
msgstr ""

#: py/objgenerator.c
#: py/objgenerator.c py/runtime.c
msgid "generator raised StopIteration"
msgstr ""

Expand All @@ -3130,6 +3122,10 @@ msgstr "identifier didefinisi ulang sebagai global"
msgid "identifier redefined as nonlocal"
msgstr "identifier didefinisi ulang sebagai nonlocal"

#: py/compile.c
msgid "import * not at module level"
msgstr ""

#: py/persistentcode.c
msgid "incompatible .mpy file"
msgstr ""
Expand Down Expand Up @@ -3274,10 +3270,6 @@ msgstr ""
msgid "invalid decorator"
msgstr ""

#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "indeks dupterm tidak valid"

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down Expand Up @@ -3672,6 +3664,10 @@ msgstr ""
msgid "only slices with step=1 (aka None) are supported"
msgstr ""

#: py/vm.c
msgid "opcode"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare/compare.c
#: extmod/ulab/code/numpy/vector/vector.c
msgid "operands could not be broadcast together"
Expand Down Expand Up @@ -3891,7 +3887,7 @@ msgid "sampling rate out of range"
msgstr "nilai sampling keluar dari jangkauan"

#: py/modmicropython.c
msgid "schedule stack full"
msgid "schedule queue full"
msgstr ""

#: lib/utils/pyexec.c py/builtinimport.c
Expand Down Expand Up @@ -4309,8 +4305,8 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "Corrupt .mpy file"
#~ msgstr "File .mpy rusak"
#~ msgid "invalid dupterm index"
#~ msgstr "indeks dupterm tidak valid"

#~ msgid "Corrupt raw code"
#~ msgstr "Kode raw rusak"
Expand Down
44 changes: 20 additions & 24 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ msgstr ""
msgid "All state machines in use"
msgstr ""

#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
#: ports/atmel-samd/audio_dma.c
msgid "All sync event channels in use"
msgstr ""

Expand Down Expand Up @@ -737,6 +737,10 @@ msgid ""
"connection."
msgstr ""

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

#: ports/cxd56/common-hal/camera/Camera.c
msgid "Could not initialize Camera"
msgstr ""
Expand Down Expand Up @@ -1469,7 +1473,7 @@ msgstr ""
msgid "NVS Error"
msgstr ""

#: py/parse.c
#: py/qstr.c
msgid "Name too long"
msgstr ""

Expand Down Expand Up @@ -2118,14 +2122,6 @@ msgstr ""
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for DRDY"
msgstr ""

#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
msgid "Timeout waiting for VSYNC"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "To exit, please reset the board without "
msgstr ""
Expand Down Expand Up @@ -2531,10 +2527,6 @@ msgstr ""
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""

#: py/vm.c
msgid "byte code not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "byteorder is not a string"
msgstr ""
Expand Down Expand Up @@ -2641,10 +2633,6 @@ msgstr ""
msgid "can't load with '%q' index"
msgstr ""

#: py/objgenerator.c
msgid "can't pend throw to just-started generator"
msgstr ""

#: py/objgenerator.c
msgid "can't send non-None value to a just-started generator"
msgstr ""
Expand Down Expand Up @@ -2996,6 +2984,10 @@ msgstr ""
msgid "float too big"
msgstr ""

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

#: shared-bindings/_stage/Text.c
msgid "font must be 2048 bytes long"
msgstr ""
Expand Down Expand Up @@ -3064,7 +3056,7 @@ msgstr ""
msgid "generator ignored GeneratorExit"
msgstr ""

#: py/objgenerator.c
#: py/objgenerator.c py/runtime.c
msgid "generator raised StopIteration"
msgstr ""

Expand All @@ -3084,6 +3076,10 @@ msgstr ""
msgid "identifier redefined as nonlocal"
msgstr ""

#: py/compile.c
msgid "import * not at module level"
msgstr ""

#: py/persistentcode.c
msgid "incompatible .mpy file"
msgstr ""
Expand Down Expand Up @@ -3228,10 +3224,6 @@ msgstr ""
msgid "invalid decorator"
msgstr ""

#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down Expand Up @@ -3625,6 +3617,10 @@ msgstr ""
msgid "only slices with step=1 (aka None) are supported"
msgstr ""

#: py/vm.c
msgid "opcode"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare/compare.c
#: extmod/ulab/code/numpy/vector/vector.c
msgid "operands could not be broadcast together"
Expand Down Expand Up @@ -3844,7 +3840,7 @@ msgid "sampling rate out of range"
msgstr ""

#: py/modmicropython.c
msgid "schedule stack full"
msgid "schedule queue full"
msgstr ""

#: lib/utils/pyexec.c py/builtinimport.c
Expand Down
Loading