Skip to content

Commit

Permalink
Merge pull request #3779 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 Dec 3, 2020
2 parents 1130b80 + 03d0ec8 commit fb90f51
Show file tree
Hide file tree
Showing 16 changed files with 811 additions and 75 deletions.
52 changes: 49 additions & 3 deletions locale/ID.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-11-24 15:40-0500\n"
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -504,7 +504,8 @@ msgstr "Panjang buffer harus kelipatan 512"
msgid "Buffer must be a multiple of 512 bytes"
msgstr ""

#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
#: shared-bindings/busio/I2C.c
msgid "Buffer must be at least length 1"
msgstr "Penyangga harus memiliki panjang setidaknya 1"

Expand Down Expand Up @@ -862,6 +863,10 @@ msgstr "Diharapkan sebuah UUID"
msgid "Expected an Address"
msgstr "Diharapkan sebuah Alamat"

#: shared-bindings/alarm/__init__.c
msgid "Expected an alarm"
msgstr ""

#: shared-module/_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
Expand Down Expand Up @@ -1008,6 +1013,10 @@ msgstr "Gagal Inisialisasi I2C"
msgid "I2SOut not available"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
msgstr ""

#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
Expand Down Expand Up @@ -1308,6 +1317,11 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
msgid "No DMA channel found"
msgstr "tidak ada channel DMA ditemukan"

#: shared-module/busdevice/I2CDevice.c
#, c-format
msgid "No I2C device at address: %x"
msgstr ""

#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/stm/common-hal/busio/SPI.c
msgid "No MISO Pin"
Expand Down Expand Up @@ -1467,6 +1481,10 @@ msgstr ""
"Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang "
"didukung: %d bpp diberikan"

#: ports/esp32s2/common-hal/alarm/__init__.c
msgid "Only one alarm.time alarm can be set."
msgstr ""

#: shared-module/displayio/ColorConverter.c
msgid "Only one color can be transparent at a time"
msgstr ""
Expand Down Expand Up @@ -1526,6 +1544,10 @@ msgstr "Pin harus mendukung interupsi perangkat keras"
msgid "Pin number already reserved by EXTI"
msgstr "Nomor pin sudah dipesan oleh EXTI"

#: ports/esp32s2/common-hal/alarm/__init__.c
msgid "PinAlarm not yet implemented"
msgstr ""

#: shared-bindings/rgbmatrix/RGBMatrix.c
#, c-format
msgid ""
Expand Down Expand Up @@ -1592,7 +1614,7 @@ msgstr "Pembalikan RS485 ditentukan saat tidak dalam mode RS485"
msgid "RTC calibration is not supported on this board"
msgstr "Kalibrasi RTC tidak didukung pada board ini"

#: shared-bindings/time/__init__.c
#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr "RTC tidak didukung di board ini"

Expand Down Expand Up @@ -1739,6 +1761,10 @@ msgstr "Aliran tidak menemukan metode readinto() atau write()."
msgid "Supply at least one UART pin"
msgstr "Berikan setidaknya satu pin UART"

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "Supply one of monotonic_time or epoch_time"
msgstr ""

#: shared-bindings/gnss/GNSS.c
msgid "System entry must be gnss.SatelliteSystem"
msgstr ""
Expand Down Expand Up @@ -1806,6 +1832,10 @@ msgstr ""
msgid "Tile width must exactly divide bitmap width"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "Time is in the past."
msgstr ""

#: ports/nrf/common-hal/_bleio/Adapter.c
#, c-format
msgid "Timeout is too long: Maximum timeout length is %d seconds"
Expand Down Expand Up @@ -2528,6 +2558,10 @@ msgstr ""
msgid "end_x should be an int"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "epoch_time not supported on this board"
msgstr ""

#: ports/nrf/common-hal/busio/UART.c
#, c-format
msgid "error = 0x%08lX"
Expand Down Expand Up @@ -2897,6 +2931,10 @@ msgstr ""
msgid "invalid syntax for number"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "io must be rtc io"
msgstr ""

#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr ""
Expand Down Expand Up @@ -3586,6 +3624,10 @@ msgstr ""
msgid "trapz is defined for 1D arrays of equal length"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "trigger level must be 0 or 1"
msgstr ""

#: extmod/ulab/code/linalg/linalg.c
msgid "tuple index out of range"
msgstr ""
Expand Down Expand Up @@ -3728,6 +3770,10 @@ msgstr ""
msgid "vectors must have same lengths"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "wakeup conflict"
msgstr ""

#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
msgid "watchdog not initialized"
msgstr ""
Expand Down
78 changes: 62 additions & 16 deletions locale/cs.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-11-24 15:40-0500\n"
"PO-Revision-Date: 2020-11-30 18:06+0000\n"
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
"PO-Revision-Date: 2020-12-02 20:29+0000\n"
"Last-Translator: vkuthan <vit.kuthan@seznam.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
Expand Down Expand Up @@ -122,35 +122,35 @@ msgstr ""

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

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

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

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

#: py/runtime.c
msgid "'%q' object is not an iterator"
msgstr ""
msgstr "Objekt '%q' není iterátor"

#: py/objtype.c py/runtime.c
msgid "'%q' object is not callable"
msgstr ""
msgstr "Objekt '%q' nelze volat"

#: py/runtime.c
msgid "'%q' object is not iterable"
msgstr ""
msgstr "Objekt '%q' není iterovatelný"

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

#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
Expand All @@ -170,17 +170,17 @@ msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an FPU register"
msgstr ""
msgstr "'%s' očekává register FPU"

#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects an address of the form [a, b]"
msgstr ""
msgstr "'%s' očekává adresu ve formátu [a, b]"

#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
msgid "'%s' expects an integer"
msgstr ""
msgstr "'%s' očekává integer (celé číslo)"

#: py/emitinlinethumb.c
#, c-format
Expand All @@ -190,7 +190,7 @@ msgstr ""
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects {r0, r1, ...}"
msgstr ""
msgstr "'%s' očekává {r0, r1, ...}"

#: py/emitinlinextensa.c
#, c-format
Expand Down Expand Up @@ -502,7 +502,8 @@ msgstr ""
msgid "Buffer must be a multiple of 512 bytes"
msgstr ""

#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
#: shared-bindings/busio/I2C.c
msgid "Buffer must be at least length 1"
msgstr ""

Expand Down Expand Up @@ -848,6 +849,10 @@ msgstr ""
msgid "Expected an Address"
msgstr ""

#: shared-bindings/alarm/__init__.c
msgid "Expected an alarm"
msgstr ""

#: shared-module/_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
Expand Down Expand Up @@ -993,6 +998,10 @@ msgstr ""
msgid "I2SOut not available"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
msgstr ""

#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
Expand Down Expand Up @@ -1291,6 +1300,11 @@ msgstr ""
msgid "No DMA channel found"
msgstr ""

#: shared-module/busdevice/I2CDevice.c
#, c-format
msgid "No I2C device at address: %x"
msgstr ""

#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
#: ports/stm/common-hal/busio/SPI.c
msgid "No MISO Pin"
Expand Down Expand Up @@ -1444,6 +1458,10 @@ msgid ""
"%d bpp given"
msgstr ""

#: ports/esp32s2/common-hal/alarm/__init__.c
msgid "Only one alarm.time alarm can be set."
msgstr ""

#: shared-module/displayio/ColorConverter.c
msgid "Only one color can be transparent at a time"
msgstr ""
Expand Down Expand Up @@ -1501,6 +1519,10 @@ msgstr ""
msgid "Pin number already reserved by EXTI"
msgstr ""

#: ports/esp32s2/common-hal/alarm/__init__.c
msgid "PinAlarm not yet implemented"
msgstr ""

#: shared-bindings/rgbmatrix/RGBMatrix.c
#, c-format
msgid ""
Expand Down Expand Up @@ -1562,7 +1584,7 @@ msgstr ""
msgid "RTC calibration is not supported on this board"
msgstr ""

#: shared-bindings/time/__init__.c
#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c
msgid "RTC is not supported on this board"
msgstr ""

Expand Down Expand Up @@ -1708,6 +1730,10 @@ msgstr ""
msgid "Supply at least one UART pin"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "Supply one of monotonic_time or epoch_time"
msgstr ""

#: shared-bindings/gnss/GNSS.c
msgid "System entry must be gnss.SatelliteSystem"
msgstr ""
Expand Down Expand Up @@ -1771,6 +1797,10 @@ msgstr ""
msgid "Tile width must exactly divide bitmap width"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "Time is in the past."
msgstr ""

#: ports/nrf/common-hal/_bleio/Adapter.c
#, c-format
msgid "Timeout is too long: Maximum timeout length is %d seconds"
Expand Down Expand Up @@ -2485,6 +2515,10 @@ msgstr ""
msgid "end_x should be an int"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "epoch_time not supported on this board"
msgstr ""

#: ports/nrf/common-hal/busio/UART.c
#, c-format
msgid "error = 0x%08lX"
Expand Down Expand Up @@ -2854,6 +2888,10 @@ msgstr ""
msgid "invalid syntax for number"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "io must be rtc io"
msgstr ""

#: py/objtype.c
msgid "issubclass() arg 1 must be a class"
msgstr ""
Expand Down Expand Up @@ -3541,6 +3579,10 @@ msgstr ""
msgid "trapz is defined for 1D arrays of equal length"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "trigger level must be 0 or 1"
msgstr ""

#: extmod/ulab/code/linalg/linalg.c
msgid "tuple index out of range"
msgstr ""
Expand Down Expand Up @@ -3683,6 +3725,10 @@ msgstr ""
msgid "vectors must have same lengths"
msgstr ""

#: ports/esp32s2/common-hal/alarm/pin/__init__.c
msgid "wakeup conflict"
msgstr ""

#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
msgid "watchdog not initialized"
msgstr ""
Expand Down
Loading

0 comments on commit fb90f51

Please sign in to comment.