make translate
This commit is contained in:
parent
65e2fe4654
commit
2830cc9433
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -1448,6 +1448,10 @@ msgid ""
|
||||||
"%d bpp given"
|
"%d bpp given"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/esp32s2/common-hal/alarm/__init__.c
|
||||||
|
msgid "Only one alarm.time alarm can be set."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: shared-module/displayio/ColorConverter.c
|
#: shared-module/displayio/ColorConverter.c
|
||||||
msgid "Only one color can be transparent at a time"
|
msgid "Only one color can be transparent at a time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1505,6 +1509,10 @@ msgstr ""
|
||||||
msgid "Pin number already reserved by EXTI"
|
msgid "Pin number already reserved by EXTI"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/esp32s2/common-hal/alarm/__init__.c
|
||||||
|
msgid "PinAlarm not yet implemented"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: shared-bindings/rgbmatrix/RGBMatrix.c
|
#: shared-bindings/rgbmatrix/RGBMatrix.c
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1566,7 +1574,7 @@ msgstr ""
|
||||||
msgid "RTC calibration is not supported on this board"
|
msgid "RTC calibration is not supported on this board"
|
||||||
msgstr ""
|
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"
|
msgid "RTC is not supported on this board"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1712,6 +1720,10 @@ msgstr ""
|
||||||
msgid "Supply at least one UART pin"
|
msgid "Supply at least one UART pin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: shared-bindings/alarm/time/TimeAlarm.c
|
||||||
|
msgid "Supply one of monotonic_time or epoch_time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: shared-bindings/gnss/GNSS.c
|
#: shared-bindings/gnss/GNSS.c
|
||||||
msgid "System entry must be gnss.SatelliteSystem"
|
msgid "System entry must be gnss.SatelliteSystem"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1775,6 +1787,10 @@ msgstr ""
|
||||||
msgid "Tile width must exactly divide bitmap width"
|
msgid "Tile width must exactly divide bitmap width"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: shared-bindings/alarm/time/TimeAlarm.c
|
||||||
|
msgid "Time is in the past."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ports/nrf/common-hal/_bleio/Adapter.c
|
#: ports/nrf/common-hal/_bleio/Adapter.c
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Timeout is too long: Maximum timeout length is %d seconds"
|
msgid "Timeout is too long: Maximum timeout length is %d seconds"
|
||||||
|
@ -2489,6 +2505,10 @@ msgstr ""
|
||||||
msgid "end_x should be an int"
|
msgid "end_x should be an int"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: shared-bindings/alarm/time/TimeAlarm.c
|
||||||
|
msgid "epoch_time not supported on this board"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ports/nrf/common-hal/busio/UART.c
|
#: ports/nrf/common-hal/busio/UART.c
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "error = 0x%08lX"
|
msgid "error = 0x%08lX"
|
||||||
|
@ -2858,6 +2878,10 @@ msgstr ""
|
||||||
msgid "invalid syntax for number"
|
msgid "invalid syntax for number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
|
||||||
|
msgid "io must be rtc io"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: py/objtype.c
|
#: py/objtype.c
|
||||||
msgid "issubclass() arg 1 must be a class"
|
msgid "issubclass() arg 1 must be a class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -3545,6 +3569,10 @@ msgstr ""
|
||||||
msgid "trapz is defined for 1D arrays of equal length"
|
msgid "trapz is defined for 1D arrays of equal length"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
|
||||||
|
msgid "trigger level must be 0 or 1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: extmod/ulab/code/linalg/linalg.c
|
#: extmod/ulab/code/linalg/linalg.c
|
||||||
msgid "tuple index out of range"
|
msgid "tuple index out of range"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -3687,6 +3715,10 @@ msgstr ""
|
||||||
msgid "vectors must have same lengths"
|
msgid "vectors must have same lengths"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
|
||||||
|
msgid "wakeup conflict"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
|
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
|
||||||
msgid "watchdog not initialized"
|
msgid "watchdog not initialized"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue