forked from adafruit/circuitpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rotaryio-S2
- Loading branch information
Showing
93 changed files
with
2,594 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-10-16 19:50-0500\n" | ||
"POT-Creation-Date: 2020-11-04 21:18+0530\n" | ||
"PO-Revision-Date: 2020-10-10 23:51+0000\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -292,11 +292,20 @@ msgstr "Alamat harus sepanjang %d byte" | |
msgid "Address type out of range" | ||
msgstr "Jenis alamat di luar batas" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "All CAN peripherals are in use" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c | ||
msgid "All I2C peripherals are in use" | ||
msgstr "Semua perangkat I2C sedang digunakan" | ||
|
||
#: ports/esp32s2/peripherals/pcnt_handler.c | ||
msgid "All PCNT units in use" | ||
msgstr "" | ||
|
||
#: ports/atmel-samd/common-hal/canio/Listener.c | ||
#: ports/esp32s2/common-hal/canio/Listener.c | ||
#: ports/stm/common-hal/canio/Listener.c | ||
msgid "All RX FIFOs in use" | ||
msgstr "" | ||
|
@@ -413,6 +422,10 @@ msgstr "" | |
"Auto-reload aktif. Silahkan simpan data-data (files) melalui USB untuk " | ||
"menjalankannya atau masuk ke REPL untukmenonaktifkan.\n" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "Baudrate not supported by peripheral" | ||
msgstr "" | ||
|
||
#: shared-module/displayio/Display.c | ||
#: shared-module/framebufferio/FramebufferDisplay.c | ||
msgid "Below minimum frame rate" | ||
|
@@ -793,7 +806,7 @@ msgstr "Mode kendara tidak digunakan saat arah input." | |
msgid "ECB only operates on 16 bytes at a time" | ||
msgstr "ECB hanya beroperasi pada 16 byte di satu waktu" | ||
|
||
#: ports/esp32s2/common-hal/busio/SPI.c | ||
#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "ESP-IDF memory allocation failed" | ||
msgstr "" | ||
|
||
|
@@ -919,6 +932,7 @@ msgid "File exists" | |
msgstr "File sudah ada" | ||
|
||
#: ports/atmel-samd/common-hal/canio/Listener.c | ||
#: ports/esp32s2/common-hal/canio/Listener.c | ||
#: ports/stm/common-hal/canio/Listener.c | ||
msgid "Filters too complex" | ||
msgstr "" | ||
|
@@ -1120,7 +1134,8 @@ msgid "Invalid phase" | |
msgstr "Fase tidak valid" | ||
|
||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c | ||
#: ports/atmel-samd/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c | ||
#: ports/atmel-samd/common-hal/touchio/TouchIn.c | ||
#: ports/esp32s2/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c | ||
#: shared-module/rgbmatrix/RGBMatrix.c | ||
msgid "Invalid pin" | ||
msgstr "Pin tidak valid" | ||
|
@@ -1140,7 +1155,7 @@ msgstr "Pin untuk channel kanan tidak valid" | |
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c | ||
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c | ||
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c | ||
#: ports/esp32s2/common-hal/busio/UART.c | ||
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c | ||
#: ports/mimxrt10xx/common-hal/busio/I2C.c | ||
#: ports/mimxrt10xx/common-hal/busio/SPI.c | ||
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c | ||
|
@@ -2884,6 +2899,10 @@ msgstr "" | |
msgid "long int not supported in this build" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "loopback + silent mode not supported by peripheral" | ||
msgstr "" | ||
|
||
#: py/parse.c | ||
msgid "malformed f-string" | ||
msgstr "" | ||
|
@@ -2918,6 +2937,14 @@ msgstr "" | |
msgid "maximum recursion depth exceeded" | ||
msgstr "" | ||
|
||
#: extmod/ulab/code/approx/approx.c | ||
msgid "maxiter must be > 0" | ||
msgstr "" | ||
|
||
#: extmod/ulab/code/approx/approx.c | ||
msgid "maxiter should be > 0" | ||
msgstr "" | ||
|
||
#: py/runtime.c | ||
#, c-format | ||
msgid "memory allocation failed, allocating %u bytes" | ||
|
@@ -3229,6 +3256,8 @@ msgstr "" | |
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h | ||
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h | ||
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h | ||
#: ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.h | ||
#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h | ||
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h | ||
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h | ||
msgid "pressing boot button at start up.\n" | ||
|
@@ -3351,6 +3380,10 @@ msgstr "memulai ulang software(soft reboot)\n" | |
msgid "sort argument must be an ndarray" | ||
msgstr "" | ||
|
||
#: extmod/ulab/code/numerical/numerical.c | ||
msgid "sorted axis can't be longer than 65535" | ||
msgstr "" | ||
|
||
#: extmod/ulab/code/filter/filter.c | ||
msgid "sos array must be of shape (n_section, 6)" | ||
msgstr "" | ||
|
@@ -3481,6 +3514,16 @@ msgstr "" | |
msgid "tuple/list has wrong length" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
#, c-format | ||
msgid "twai_driver_install returned esp-idf error #%d" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
#, c-format | ||
msgid "twai_start returned esp-idf error #%d" | ||
msgstr "" | ||
|
||
#: ports/atmel-samd/common-hal/busio/UART.c | ||
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c | ||
#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-10-16 19:50-0500\n" | ||
"POT-Creation-Date: 2020-11-04 21:18+0530\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -288,11 +288,20 @@ msgstr "" | |
msgid "Address type out of range" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "All CAN peripherals are in use" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c | ||
msgid "All I2C peripherals are in use" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/peripherals/pcnt_handler.c | ||
msgid "All PCNT units in use" | ||
msgstr "" | ||
|
||
#: ports/atmel-samd/common-hal/canio/Listener.c | ||
#: ports/esp32s2/common-hal/canio/Listener.c | ||
#: ports/stm/common-hal/canio/Listener.c | ||
msgid "All RX FIFOs in use" | ||
msgstr "" | ||
|
@@ -407,6 +416,10 @@ msgid "" | |
"disable.\n" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "Baudrate not supported by peripheral" | ||
msgstr "" | ||
|
||
#: shared-module/displayio/Display.c | ||
#: shared-module/framebufferio/FramebufferDisplay.c | ||
msgid "Below minimum frame rate" | ||
|
@@ -775,7 +788,7 @@ msgstr "" | |
msgid "ECB only operates on 16 bytes at a time" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/busio/SPI.c | ||
#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "ESP-IDF memory allocation failed" | ||
msgstr "" | ||
|
||
|
@@ -901,6 +914,7 @@ msgid "File exists" | |
msgstr "" | ||
|
||
#: ports/atmel-samd/common-hal/canio/Listener.c | ||
#: ports/esp32s2/common-hal/canio/Listener.c | ||
#: ports/stm/common-hal/canio/Listener.c | ||
msgid "Filters too complex" | ||
msgstr "" | ||
|
@@ -1099,7 +1113,8 @@ msgid "Invalid phase" | |
msgstr "" | ||
|
||
#: ports/atmel-samd/common-hal/audioio/AudioOut.c | ||
#: ports/atmel-samd/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c | ||
#: ports/atmel-samd/common-hal/touchio/TouchIn.c | ||
#: ports/esp32s2/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c | ||
#: shared-module/rgbmatrix/RGBMatrix.c | ||
msgid "Invalid pin" | ||
msgstr "" | ||
|
@@ -1119,7 +1134,7 @@ msgstr "" | |
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c | ||
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c | ||
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c | ||
#: ports/esp32s2/common-hal/busio/UART.c | ||
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c | ||
#: ports/mimxrt10xx/common-hal/busio/I2C.c | ||
#: ports/mimxrt10xx/common-hal/busio/SPI.c | ||
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c | ||
|
@@ -2837,6 +2852,10 @@ msgstr "" | |
msgid "long int not supported in this build" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
msgid "loopback + silent mode not supported by peripheral" | ||
msgstr "" | ||
|
||
#: py/parse.c | ||
msgid "malformed f-string" | ||
msgstr "" | ||
|
@@ -3189,6 +3208,8 @@ msgstr "" | |
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h | ||
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h | ||
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h | ||
#: ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.h | ||
#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h | ||
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h | ||
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h | ||
msgid "pressing boot button at start up.\n" | ||
|
@@ -3444,6 +3465,16 @@ msgstr "" | |
msgid "tuple/list has wrong length" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
#, c-format | ||
msgid "twai_driver_install returned esp-idf error #%d" | ||
msgstr "" | ||
|
||
#: ports/esp32s2/common-hal/canio/CAN.c | ||
#, c-format | ||
msgid "twai_start returned esp-idf error #%d" | ||
msgstr "" | ||
|
||
#: ports/atmel-samd/common-hal/busio/UART.c | ||
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c | ||
#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c | ||
|
Oops, something went wrong.