Skip to content

Translations update from Weblate #4587

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 6 commits into from
Apr 12, 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
37 changes: 25 additions & 12 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ msgid "Attempt to allocate %d blocks"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
msgstr "Mencoba alokasi heap ketika MicroPython VM tidak berjalan."
msgid "Attempted heap allocation when VM not running."
msgstr ""

#: shared-bindings/wifi/Radio.c
msgid "Authentication failure"
Expand Down Expand Up @@ -1028,6 +1028,10 @@ msgstr "Gagal melepaskan mutex, err 0x%04x"
msgid "Failed to write internal flash."
msgstr "Gagal menulis flash internal."

#: supervisor/shared/safe_mode.c
msgid "Fatal error."
msgstr ""

#: py/moduerrno.c
msgid "File exists"
msgstr "File sudah ada"
Expand Down Expand Up @@ -1420,14 +1424,6 @@ msgstr "Nilai x maksimum ketika dicerminkan adalah %d"
msgid "Messages limited to 8 bytes"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption."
msgstr "Lompatan NLR MicroPython gagal. Kemungkinan kerusakan memori."

#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error."
msgstr "Kesalahan fatal MicroPython."

#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr "Penundaan mulai mikrofon harus dalam kisaran 0,0 hingga 1,0"
Expand Down Expand Up @@ -1479,6 +1475,10 @@ msgstr "Harus menyediakan pin MISO atau MOSI"
msgid "Must use a multiple of 6 rgb pins, not %d"
msgstr "Harus menggunakan kelipatan 6 pin rgb, bukan %d"

#: supervisor/shared/safe_mode.c
msgid "NLR jump failed. Likely memory corruption."
msgstr ""

#: ports/esp32s2/common-hal/nvm/ByteArray.c
msgid "NVS Error"
msgstr ""
Expand Down Expand Up @@ -1847,8 +1847,8 @@ msgstr "Buffer awalan harus ada di heap"
#: main.c
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
msgstr ""
"Tekan sembarang tombol untuk masuk ke REPL. Tekan CTRL-D untuk memuat ulang."
"\n"
"Tekan sembarang tombol untuk masuk ke REPL. Tekan CTRL-D untuk memuat "
"ulang.\n"

#: main.c
msgid "Pretending to deep sleep until alarm, CTRL-C or file write.\n"
Expand Down Expand Up @@ -3244,6 +3244,10 @@ msgstr ""
msgid "invalid cert"
msgstr "cert tidak valid"

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

#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "indeks dupterm tidak valid"
Expand Down Expand Up @@ -4289,6 +4293,15 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "Attempted heap allocation when MicroPython VM not running."
#~ msgstr "Mencoba alokasi heap ketika MicroPython VM tidak berjalan."

#~ msgid "MicroPython NLR jump failed. Likely memory corruption."
#~ msgstr "Lompatan NLR MicroPython gagal. Kemungkinan kerusakan memori."

#~ msgid "MicroPython fatal error."
#~ msgstr "Kesalahan fatal MicroPython."

#~ msgid "Nordic Soft Device failure assertion."
#~ msgstr "Pernyataan kegagalan Perangkat Lunak Nordic."

Expand Down
22 changes: 13 additions & 9 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ msgid "Attempt to allocate %d blocks"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
msgid "Attempted heap allocation when VM not running."
msgstr ""

#: shared-bindings/wifi/Radio.c
Expand Down Expand Up @@ -1011,6 +1011,10 @@ msgstr ""
msgid "Failed to write internal flash."
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Fatal error."
msgstr ""

#: py/moduerrno.c
msgid "File exists"
msgstr ""
Expand Down Expand Up @@ -1401,14 +1405,6 @@ msgstr ""
msgid "Messages limited to 8 bytes"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption."
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error."
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
Expand Down Expand Up @@ -1460,6 +1456,10 @@ msgstr ""
msgid "Must use a multiple of 6 rgb pins, not %d"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "NLR jump failed. Likely memory corruption."
msgstr ""

#: ports/esp32s2/common-hal/nvm/ByteArray.c
msgid "NVS Error"
msgstr ""
Expand Down Expand Up @@ -3197,6 +3197,10 @@ msgstr ""
msgid "invalid cert"
msgstr ""

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

#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr ""
Expand Down
38 changes: 26 additions & 12 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,8 @@ msgid "Attempt to allocate %d blocks"
msgstr "Versuche %d Blöcke zu allokieren"

#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
msgid "Attempted heap allocation when VM not running."
msgstr ""
"Versuch einer Heap Reservierung, wenn die MicroPython-VM nicht ausgeführt "
"wird."

#: shared-bindings/wifi/Radio.c
msgid "Authentication failure"
Expand Down Expand Up @@ -1029,6 +1027,10 @@ msgstr "Mutex konnte nicht freigegeben werden. Status: 0x%04x"
msgid "Failed to write internal flash."
msgstr "Interner Flash konnte nicht geschrieben werden."

#: supervisor/shared/safe_mode.c
msgid "Fatal error."
msgstr ""

#: py/moduerrno.c
msgid "File exists"
msgstr "Datei existiert"
Expand Down Expand Up @@ -1423,15 +1425,6 @@ msgstr "Maximaler x-Wert beim Spiegeln ist %d"
msgid "Messages limited to 8 bytes"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption."
msgstr ""
"MicroPython NLR-Sprung fehlgeschlagen. Wahrscheinlich Speicherbeschädigung."

#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error."
msgstr "Schwerwiegender MicroPython-Fehler."

#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
Expand Down Expand Up @@ -1484,6 +1477,10 @@ msgstr "Muss MISO- oder MOSI-Pin bereitstellen"
msgid "Must use a multiple of 6 rgb pins, not %d"
msgstr "Muss ein Vielfaches von 6 RGB-Pins verwenden, nicht %d"

#: supervisor/shared/safe_mode.c
msgid "NLR jump failed. Likely memory corruption."
msgstr ""

#: ports/esp32s2/common-hal/nvm/ByteArray.c
msgid "NVS Error"
msgstr ""
Expand Down Expand Up @@ -3275,6 +3272,10 @@ msgstr ""
msgid "invalid cert"
msgstr "ungültiges cert"

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

#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "ungültiger dupterm index"
Expand Down Expand Up @@ -4336,6 +4337,19 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "Attempted heap allocation when MicroPython VM not running."
#~ msgstr ""
#~ "Versuch einer Heap Reservierung, wenn die MicroPython-VM nicht ausgeführt "
#~ "wird."

#~ msgid "MicroPython NLR jump failed. Likely memory corruption."
#~ msgstr ""
#~ "MicroPython NLR-Sprung fehlgeschlagen. Wahrscheinlich "
#~ "Speicherbeschädigung."

#~ msgid "MicroPython fatal error."
#~ msgstr "Schwerwiegender MicroPython-Fehler."

#~ msgid "argument must be ndarray"
#~ msgstr "Argument muss ein ndarray sein"

Expand Down
22 changes: 13 additions & 9 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ msgid "Attempt to allocate %d blocks"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."
msgid "Attempted heap allocation when VM not running."
msgstr ""

#: shared-bindings/wifi/Radio.c
Expand Down Expand Up @@ -1008,6 +1008,10 @@ msgstr ""
msgid "Failed to write internal flash."
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Fatal error."
msgstr ""

#: py/moduerrno.c
msgid "File exists"
msgstr ""
Expand Down Expand Up @@ -1398,14 +1402,6 @@ msgstr ""
msgid "Messages limited to 8 bytes"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "MicroPython NLR jump failed. Likely memory corruption."
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "MicroPython fatal error."
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr ""
Expand Down Expand Up @@ -1457,6 +1453,10 @@ msgstr ""
msgid "Must use a multiple of 6 rgb pins, not %d"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "NLR jump failed. Likely memory corruption."
msgstr ""

#: ports/esp32s2/common-hal/nvm/ByteArray.c
msgid "NVS Error"
msgstr ""
Expand Down Expand Up @@ -3194,6 +3194,10 @@ msgstr ""
msgid "invalid cert"
msgstr ""

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

#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr ""
Expand Down
43 changes: 27 additions & 16 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-25 23:30+0000\n"
"Last-Translator: Gareth Coleman <[email protected]>\n"
"PO-Revision-Date: 2021-04-11 01:30+0000\n"
"Last-Translator: Hugo Dahl <[email protected]>\n"
"Language-Team: none\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.5.2-dev\n"
"X-Generator: Weblate 4.6-dev\n"

#: main.c
msgid ""
Expand Down Expand Up @@ -447,9 +447,8 @@ msgid "Attempt to allocate %d blocks"
msgstr "Attempt to allocate %d blocks"

#: supervisor/shared/safe_mode.c
#, fuzzy
msgid "Attempted heap allocation when MicroPython VM not running."
msgstr "Attempted heap allocation when CircuitPython VM not running."
msgid "Attempted heap allocation when VM not running."
msgstr ""

#: shared-bindings/wifi/Radio.c
msgid "Authentication failure"
Expand Down Expand Up @@ -1024,6 +1023,10 @@ msgstr "Failed to release mutex, err 0x%04x"
msgid "Failed to write internal flash."
msgstr "Failed to write internal flash."

#: supervisor/shared/safe_mode.c
msgid "Fatal error."
msgstr ""

#: py/moduerrno.c
msgid "File exists"
msgstr "File exists"
Expand Down Expand Up @@ -1416,16 +1419,6 @@ msgstr "Maximum x value when mirrored is %d"
msgid "Messages limited to 8 bytes"
msgstr "Messages limited to 8 bytes"

#: supervisor/shared/safe_mode.c
#, fuzzy
msgid "MicroPython NLR jump failed. Likely memory corruption."
msgstr "CircuitPython NLR jump failed. Likely memory corruption."

#: supervisor/shared/safe_mode.c
#, fuzzy
msgid "MicroPython fatal error."
msgstr "CircuitPython fatal error."

#: shared-bindings/audiobusio/PDMIn.c
msgid "Microphone startup delay must be in range 0.0 to 1.0"
msgstr "Microphone startup delay must be in range 0.0 to 1.0"
Expand Down Expand Up @@ -1477,6 +1470,10 @@ msgstr "Must provide MISO or MOSI pin"
msgid "Must use a multiple of 6 rgb pins, not %d"
msgstr "Must use a multiple of 6 rgb pins, not %d"

#: supervisor/shared/safe_mode.c
msgid "NLR jump failed. Likely memory corruption."
msgstr ""

#: ports/esp32s2/common-hal/nvm/ByteArray.c
msgid "NVS Error"
msgstr "NVS Error"
Expand Down Expand Up @@ -3244,6 +3241,10 @@ msgstr "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
msgid "invalid cert"
msgstr "invalid cert"

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

#: extmod/uos_dupterm.c
msgid "invalid dupterm index"
msgstr "invalid dupterm index"
Expand Down Expand Up @@ -4291,6 +4292,16 @@ msgstr "zi must be of float type"
msgid "zi must be of shape (n_section, 2)"
msgstr "zi must be of shape (n_section, 2)"

#~ msgid "Attempted heap allocation when MicroPython VM not running."
#~ msgstr "Attempted heap allocation when MicroPython VM not running."

#~ msgid "MicroPython NLR jump failed. Likely memory corruption."
#~ msgstr "MicroPython NLR jump failed. Likely memory corruption."

#, fuzzy
#~ msgid "MicroPython fatal error."
#~ msgstr "CircuitPython fatal error."

#~ msgid "argument must be ndarray"
#~ msgstr "argument must be ndarray"

Expand Down
Loading