Skip to content

Commit 078a799

Browse files
committed
make translate
1 parent 6fd9c48 commit 078a799

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

locale/circuitpython.pot

Lines changed: 14 additions & 2 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-11-04 21:18+0530\n"
11+
"POT-Creation-Date: 2020-12-21 23:48-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"
@@ -2861,7 +2861,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
28612861
msgstr ""
28622862

28632863
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2864-
msgid "max_length must be > 0"
2864+
msgid "max_length must be >= 0"
28652865
msgstr ""
28662866

28672867
#: py/runtime.c
@@ -2999,6 +2999,14 @@ msgstr ""
29992999
msgid "non-keyword arg after keyword arg"
30003000
msgstr ""
30013001

3002+
#: ports/nrf/common-hal/_bleio/Adapter.c
3003+
msgid "non-zero timeout must be > 0.01"
3004+
msgstr ""
3005+
3006+
#: shared-bindings/_bleio/Adapter.c
3007+
msgid "non-zero timeout must be >= interval"
3008+
msgstr ""
3009+
30023010
#: shared-bindings/_bleio/UUID.c
30033011
msgid "not a 128-bit UUID"
30043012
msgstr ""
@@ -3400,6 +3408,10 @@ msgstr ""
34003408
msgid "timeout must be 0.0-100.0 seconds"
34013409
msgstr ""
34023410

3411+
#: ports/nrf/common-hal/_bleio/Adapter.c
3412+
msgid "timeout must be < 655.35 secs"
3413+
msgstr ""
3414+
34033415
#: shared-bindings/_bleio/CharacteristicBuffer.c
34043416
msgid "timeout must be >= 0.0"
34053417
msgstr ""

0 commit comments

Comments
 (0)