Skip to content

Commit 153a686

Browse files
committed
make translate for main
1 parent a11ad25 commit 153a686

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

locale/circuitpython.pot

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
11+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -949,10 +949,6 @@ msgstr ""
949949
msgid "Framebuffer requires %d bytes"
950950
msgstr ""
951951

952-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
953-
msgid "Frequency captured is above capability. Capture Paused."
954-
msgstr ""
955-
956952
#: ports/stm/common-hal/pwmio/PWMOut.c
957953
msgid "Frequency must match existing PWMOut using this timer"
958954
msgstr ""
@@ -3009,7 +3005,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30093005
msgstr ""
30103006

30113007
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3012-
msgid "max_length must be > 0"
3008+
msgid "max_length must be >= 0"
30133009
msgstr ""
30143010

30153011
#: extmod/ulab/code/ndarray.c
@@ -3147,6 +3143,14 @@ msgstr ""
31473143
msgid "non-keyword arg after keyword arg"
31483144
msgstr ""
31493145

3146+
#: ports/nrf/common-hal/_bleio/Adapter.c
3147+
msgid "non-zero timeout must be > 0.01"
3148+
msgstr ""
3149+
3150+
#: shared-bindings/_bleio/Adapter.c
3151+
msgid "non-zero timeout must be >= interval"
3152+
msgstr ""
3153+
31503154
#: extmod/ulab/code/linalg/linalg.c
31513155
msgid "norm is defined for 1D and 2D arrays"
31523156
msgstr ""
@@ -3568,6 +3572,10 @@ msgstr ""
35683572
msgid "timeout must be 0.0-100.0 seconds"
35693573
msgstr ""
35703574

3575+
#: ports/nrf/common-hal/_bleio/Adapter.c
3576+
msgid "timeout must be < 655.35 secs"
3577+
msgstr ""
3578+
35713579
#: shared-bindings/_bleio/CharacteristicBuffer.c
35723580
msgid "timeout must be >= 0.0"
35733581
msgstr ""

0 commit comments

Comments
 (0)