make translate
This commit is contained in:
parent
9133b23a37
commit
6e9a44bbfd
|
@ -73,6 +73,7 @@ msgstr ""
|
||||||
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/cxd56/common-hal/pulseio/PulseIn.c
|
#: ports/cxd56/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||||
|
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
|
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
|
||||||
#: py/objstrunicode.c
|
#: py/objstrunicode.c
|
||||||
msgid "%q index out of range"
|
msgid "%q index out of range"
|
||||||
|
@ -962,6 +963,7 @@ msgstr ""
|
||||||
#: ports/cxd56/common-hal/pulseio/PulseIn.c
|
#: ports/cxd56/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
|
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||||
|
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/stm/common-hal/pulseio/PulseIn.c
|
#: ports/stm/common-hal/pulseio/PulseIn.c
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to allocate RX buffer of %d bytes"
|
msgid "Failed to allocate RX buffer of %d bytes"
|
||||||
|
@ -1247,7 +1249,7 @@ msgstr ""
|
||||||
msgid "Invalid format chunk size"
|
msgid "Invalid format chunk size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ports/esp32s2/common-hal/pwmio/PWMOut.c
|
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/pwmio/PWMOut.c
|
||||||
msgid "Invalid frequency"
|
msgid "Invalid frequency"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2291,7 +2293,7 @@ msgstr ""
|
||||||
msgid "Unsupported format"
|
msgid "Unsupported format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: py/moduerrno.c
|
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
|
||||||
msgid "Unsupported operation"
|
msgid "Unsupported operation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -3206,6 +3208,11 @@ msgstr ""
|
||||||
msgid "invalid arguments"
|
msgid "invalid arguments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: shared-bindings/bitmaptools/__init__.c
|
||||||
|
#, c-format
|
||||||
|
msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: extmod/modussl_axtls.c
|
#: extmod/modussl_axtls.c
|
||||||
msgid "invalid cert"
|
msgid "invalid cert"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -3214,6 +3221,16 @@ msgstr ""
|
||||||
msgid "invalid dupterm index"
|
msgid "invalid dupterm index"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: shared-bindings/bitmaptools/__init__.c
|
||||||
|
#, c-format
|
||||||
|
msgid "invalid element size %d for bits_per_pixel %d\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: shared-bindings/bitmaptools/__init__.c
|
||||||
|
#, c-format
|
||||||
|
msgid "invalid element_size %d, must be, 1, 2, or 4"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: extmod/modframebuf.c
|
#: extmod/modframebuf.c
|
||||||
msgid "invalid format"
|
msgid "invalid format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -3699,6 +3716,7 @@ msgstr ""
|
||||||
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/cxd56/common-hal/pulseio/PulseIn.c
|
#: ports/cxd56/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
#: ports/nrf/common-hal/pulseio/PulseIn.c
|
||||||
|
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
|
||||||
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
|
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
|
||||||
#: shared-bindings/ps2io/Ps2.c
|
#: shared-bindings/ps2io/Ps2.c
|
||||||
msgid "pop from empty %q"
|
msgid "pop from empty %q"
|
||||||
|
@ -3724,6 +3742,8 @@ msgstr ""
|
||||||
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
|
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
|
||||||
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
|
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
|
||||||
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
|
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
|
||||||
|
#: ports/esp32s2/boards/franzininho_wifi_wroom/mpconfigboard.h
|
||||||
|
#: ports/esp32s2/boards/franzininho_wifi_wrover/mpconfigboard.h
|
||||||
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
|
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
|
||||||
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
|
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
|
||||||
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
|
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
|
||||||
|
|
Loading…
Reference in New Issue