Skip to content

Commit

Permalink
Merge pull request #3921 from weblate/weblate-circuitpython-main
Browse files Browse the repository at this point in the history
Translations update from Weblate
  • Loading branch information
tannewt authored Jan 5, 2021
2 parents 590fe8e + 8c25f54 commit 7e59ff3
Show file tree
Hide file tree
Showing 16 changed files with 393 additions and 251 deletions.
56 changes: 30 additions & 26 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-22 22:54+0530\n"
"PO-Revision-Date: 2020-12-30 22:25+0000\n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2021-01-03 05:29+0000\n"
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ID\n"
Expand Down Expand Up @@ -1850,11 +1850,11 @@ msgstr "Tingkat sampel dari sampel tidak cocok dengan mixer"

#: shared-module/audiomixer/MixerVoice.c
msgid "The sample's signedness does not match the mixer's"
msgstr ""
msgstr "signedness dari sampel tidak cocok dengan mixer"

#: shared-bindings/displayio/TileGrid.c
msgid "Tile height must exactly divide bitmap height"
msgstr ""
msgstr "Tinggi tile harus persis membagi tinggi bitmap"

#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
msgid "Tile index out of bounds"
Expand Down Expand Up @@ -1903,13 +1903,9 @@ msgid "Total data to write is larger than outgoing_packet_length"
msgstr ""
"Total data yang akan ditulis lebih besar daripada outgoing_packet_length"

#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "TouchAlarm not available in light sleep"
msgstr ""

#: py/obj.c
msgid "Traceback (most recent call last):\n"
msgstr ""
msgstr "Traceback (bagian terakhir dari panggilan terkini):\n"

#: shared-bindings/time/__init__.c
msgid "Tuple or struct_time argument required"
Expand Down Expand Up @@ -1945,15 +1941,15 @@ msgstr "Kesalahan USB"

#: shared-bindings/_bleio/UUID.c
msgid "UUID integer value must be 0-0xffff"
msgstr ""
msgstr "Nilai integer UUID harus 0-0xffff"

#: shared-bindings/_bleio/UUID.c
msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
msgstr ""
msgstr "String UUID bukan 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"

#: shared-bindings/_bleio/UUID.c
msgid "UUID value is not str, int or byte buffer"
msgstr ""
msgstr "Nilai UUID bukan str, int atau byte buffer"

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
Expand All @@ -1967,7 +1963,7 @@ msgstr ""
#: shared-module/displayio/I2CDisplay.c
#, c-format
msgid "Unable to find I2C Display at %x"
msgstr ""
msgstr "Tidak dapat menemukan Tampilan I2C di %x"

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
Expand All @@ -1976,23 +1972,23 @@ msgstr "Tidak dapat menemukan GCLK yang kosong"

#: py/parse.c
msgid "Unable to init parser"
msgstr ""
msgstr "Tidak dapat memulai parser"

#: shared-module/displayio/OnDiskBitmap.c
msgid "Unable to read color palette data"
msgstr ""
msgstr "Tidak dapat membaca data palet warna"

#: shared-bindings/nvm/ByteArray.c
msgid "Unable to write to nvm."
msgstr ""
msgstr "Tidak dapat menulis ke nvm."

#: shared-bindings/alarm/SleepMemory.c
msgid "Unable to write to sleep_memory."
msgstr ""

#: ports/nrf/common-hal/_bleio/UUID.c
msgid "Unexpected nrfx uuid type"
msgstr ""
msgstr "Tipe urf nrfx tak sesuai"

#: ports/esp32s2/common-hal/socketpool/Socket.c
#, c-format
Expand Down Expand Up @@ -2550,6 +2546,10 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""

#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr ""
Expand Down Expand Up @@ -2860,7 +2860,7 @@ msgid "input and output shapes are not compatible"
msgstr ""

#: extmod/ulab/code/ulab_create.c
msgid "input argument must be an integer or a 2-tuple"
msgid "input argument must be an integer, a tuple, or a list"
msgstr ""

#: extmod/ulab/code/fft/fft.c
Expand Down Expand Up @@ -3103,6 +3103,10 @@ msgstr ""
msgid "maxiter should be > 0"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "median argument must be an ndarray"
msgstr ""

#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
Expand Down Expand Up @@ -3333,10 +3337,6 @@ msgstr ""
msgid "operation is implemented for 1D Boolean arrays only"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "operation is not implemented for flattened array"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "operation is not implemented on ndarrays"
msgstr ""
Expand Down Expand Up @@ -3681,6 +3681,10 @@ msgstr ""
msgid "too many arguments provided with the given format"
msgstr ""

#: extmod/ulab/code/ulab_create.c
msgid "too many dimensions"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "too many indices"
msgstr ""
Expand All @@ -3690,6 +3694,10 @@ msgstr ""
msgid "too many values to unpack (expected %d)"
msgstr ""

#: extmod/ulab/code/approx/approx.c
msgid "trapz is defined for 1D arrays"
msgstr ""

#: extmod/ulab/code/approx/approx.c
msgid "trapz is defined for 1D arrays of equal length"
msgstr ""
Expand All @@ -3698,10 +3706,6 @@ msgstr ""
msgid "trigger level must be 0 or 1"
msgstr ""

#: extmod/ulab/code/linalg/linalg.c
msgid "tuple index out of range"
msgstr ""

#: py/obj.c
msgid "tuple/list has wrong length"
msgstr ""
Expand Down
32 changes: 18 additions & 14 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-22 22:54+0530\n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2020-12-04 18:33+0000\n"
"Last-Translator: vkuthan <vit.kuthan@seznam.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1865,10 +1865,6 @@ msgstr ""
msgid "Total data to write is larger than outgoing_packet_length"
msgstr ""

#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "TouchAlarm not available in light sleep"
msgstr ""

#: py/obj.c
msgid "Traceback (most recent call last):\n"
msgstr ""
Expand Down Expand Up @@ -2504,6 +2500,10 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""

#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr ""
Expand Down Expand Up @@ -2814,7 +2814,7 @@ msgid "input and output shapes are not compatible"
msgstr ""

#: extmod/ulab/code/ulab_create.c
msgid "input argument must be an integer or a 2-tuple"
msgid "input argument must be an integer, a tuple, or a list"
msgstr ""

#: extmod/ulab/code/fft/fft.c
Expand Down Expand Up @@ -3057,6 +3057,10 @@ msgstr ""
msgid "maxiter should be > 0"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "median argument must be an ndarray"
msgstr ""

#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
Expand Down Expand Up @@ -3286,10 +3290,6 @@ msgstr ""
msgid "operation is implemented for 1D Boolean arrays only"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "operation is not implemented for flattened array"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "operation is not implemented on ndarrays"
msgstr ""
Expand Down Expand Up @@ -3633,6 +3633,10 @@ msgstr ""
msgid "too many arguments provided with the given format"
msgstr ""

#: extmod/ulab/code/ulab_create.c
msgid "too many dimensions"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "too many indices"
msgstr ""
Expand All @@ -3642,6 +3646,10 @@ msgstr ""
msgid "too many values to unpack (expected %d)"
msgstr ""

#: extmod/ulab/code/approx/approx.c
msgid "trapz is defined for 1D arrays"
msgstr ""

#: extmod/ulab/code/approx/approx.c
msgid "trapz is defined for 1D arrays of equal length"
msgstr ""
Expand All @@ -3650,10 +3658,6 @@ msgstr ""
msgid "trigger level must be 0 or 1"
msgstr ""

#: extmod/ulab/code/linalg/linalg.c
msgid "tuple index out of range"
msgstr ""

#: py/obj.c
msgid "tuple/list has wrong length"
msgstr ""
Expand Down
40 changes: 25 additions & 15 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-22 22:54+0530\n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2020-11-26 03:11+0000\n"
"Last-Translator: Daniel Bravo Darriba <bravodarriba@gmail.com>\n"
"Language: de_DE\n"
Expand Down Expand Up @@ -1905,10 +1905,6 @@ msgstr ""
"Die Gesamtzahl der zu schreibenden Daten ist größer als "
"outgoing_packet_length"

#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "TouchAlarm not available in light sleep"
msgstr ""

#: py/obj.c
msgid "Traceback (most recent call last):\n"
msgstr "Zurückverfolgung (jüngste Aufforderung zuletzt):\n"
Expand Down Expand Up @@ -2569,6 +2565,10 @@ msgstr ""
msgid "data must be of equal length"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "data type not understood"
msgstr ""

#: py/parsenum.c
msgid "decimal numbers not supported"
msgstr "Dezimalzahlen nicht unterstützt"
Expand Down Expand Up @@ -2882,8 +2882,8 @@ msgid "input and output shapes are not compatible"
msgstr ""

#: extmod/ulab/code/ulab_create.c
msgid "input argument must be an integer or a 2-tuple"
msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"
msgid "input argument must be an integer, a tuple, or a list"
msgstr ""

#: extmod/ulab/code/fft/fft.c
msgid "input array length must be power of 2"
Expand Down Expand Up @@ -3131,6 +3131,10 @@ msgstr ""
msgid "maxiter should be > 0"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "median argument must be an ndarray"
msgstr ""

#: py/runtime.c
#, c-format
msgid "memory allocation failed, allocating %u bytes"
Expand Down Expand Up @@ -3362,10 +3366,6 @@ msgstr "Operanden konnten nicht zusammen gesendet werden"
msgid "operation is implemented for 1D Boolean arrays only"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "operation is not implemented for flattened array"
msgstr ""

#: extmod/ulab/code/numerical/numerical.c
msgid "operation is not implemented on ndarrays"
msgstr "Die Operation ist für ndarrays nicht implementiert"
Expand Down Expand Up @@ -3714,6 +3714,10 @@ msgstr ""
msgid "too many arguments provided with the given format"
msgstr "zu viele Argumente mit dem angegebenen Format"

#: extmod/ulab/code/ulab_create.c
msgid "too many dimensions"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "too many indices"
msgstr "zu viele Indizes"
Expand All @@ -3723,6 +3727,10 @@ msgstr "zu viele Indizes"
msgid "too many values to unpack (expected %d)"
msgstr "zu viele Werte zum Auspacken (erwartet %d)"

#: extmod/ulab/code/approx/approx.c
msgid "trapz is defined for 1D arrays"
msgstr ""

#: extmod/ulab/code/approx/approx.c
msgid "trapz is defined for 1D arrays of equal length"
msgstr ""
Expand All @@ -3731,10 +3739,6 @@ msgstr ""
msgid "trigger level must be 0 or 1"
msgstr ""

#: extmod/ulab/code/linalg/linalg.c
msgid "tuple index out of range"
msgstr "Tupelindex außerhalb des Bereichs"

#: py/obj.c
msgid "tuple/list has wrong length"
msgstr "tupel/list hat falsche Länge"
Expand Down Expand Up @@ -3953,6 +3957,12 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "input argument must be an integer or a 2-tuple"
#~ msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"

#~ msgid "tuple index out of range"
#~ msgstr "Tupelindex außerhalb des Bereichs"

#~ msgid ""
#~ "\n"
#~ "Code done running. Waiting for reload.\n"
Expand Down
Loading

0 comments on commit 7e59ff3

Please sign in to comment.