summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2019-02-14 15:43:13 +0100
committerNoralf Trønnes <noralf@tronnes.org>2019-02-14 15:43:13 +0100
commit0edd739609cbcd42e4d77976f4d1e71003bf2b1a (patch)
tree841621daaf3d9ab0bfc5d1523672f8f3ec28079f /locale/circuitpython.pot
parent77ff17cc8d2dc8fc550d41e686a0c42bdefca72c (diff)
Update translations
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot110
1 files changed, 56 insertions, 54 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index f9c0263c0..1d6e30ddc 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 22:32-0500\n"
+"POT-Creation-Date: 2019-02-14 15:42+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -103,11 +103,11 @@ msgstr ""
msgid "syntax error in JSON"
msgstr ""
-#: extmod/modure.c:161
+#: extmod/modure.c:265
msgid "Splitting with sub-captures"
msgstr ""
-#: extmod/modure.c:207
+#: extmod/modure.c:428
msgid "Error in regex"
msgstr ""
@@ -155,7 +155,7 @@ msgstr ""
msgid " output:\n"
msgstr ""
-#: main.c:166 main.c:247
+#: main.c:166 main.c:248
msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
@@ -165,7 +165,7 @@ msgstr ""
msgid "Running in safe mode! Auto-reload is off.\n"
msgstr ""
-#: main.c:170 main.c:249
+#: main.c:170 main.c:250
msgid "Auto-reload is off.\n"
msgstr ""
@@ -183,11 +183,11 @@ msgid ""
"Code done running. Waiting for reload.\n"
msgstr ""
-#: main.c:254
+#: main.c:255
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr ""
-#: main.c:419
+#: main.c:420
msgid "soft reboot\n"
msgstr ""
@@ -353,12 +353,12 @@ msgstr ""
msgid "Could not initialize UART"
msgstr ""
-#: ports/atmel-samd/common-hal/busio/UART.c:241
+#: ports/atmel-samd/common-hal/busio/UART.c:252
#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr ""
-#: ports/atmel-samd/common-hal/busio/UART.c:300
+#: ports/atmel-samd/common-hal/busio/UART.c:311
#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr ""
@@ -1474,7 +1474,7 @@ msgstr ""
msgid "object with buffer protocol required"
msgstr ""
-#: py/objarray.c:413 py/objstr.c:428 py/objstrunicode.c:191 py/objtuple.c:188
+#: py/objarray.c:413 py/objstr.c:437 py/objstrunicode.c:211 py/objtuple.c:188
#: shared-bindings/nvm/ByteArray.c:85
msgid "only slices with step=1 (aka None) are supported"
msgstr ""
@@ -1624,152 +1624,156 @@ msgstr ""
msgid "wrong number of arguments"
msgstr ""
-#: py/objstr.c:468
+#: py/objstr.c:414 py/objstrunicode.c:118
+msgid "offset out of bounds"
+msgstr ""
+
+#: py/objstr.c:477
msgid "join expects a list of str/bytes objects consistent with self object"
msgstr ""
-#: py/objstr.c:543 py/objstr.c:648 py/objstr.c:1745
+#: py/objstr.c:552 py/objstr.c:657 py/objstr.c:1754
msgid "empty separator"
msgstr ""
-#: py/objstr.c:642
+#: py/objstr.c:651
msgid "rsplit(None,n)"
msgstr ""
-#: py/objstr.c:714
+#: py/objstr.c:723
msgid "substring not found"
msgstr ""
-#: py/objstr.c:771
+#: py/objstr.c:780
msgid "start/end indices"
msgstr ""
-#: py/objstr.c:932
+#: py/objstr.c:941
msgid "bad format string"
msgstr ""
-#: py/objstr.c:954
+#: py/objstr.c:963
msgid "single '}' encountered in format string"
msgstr ""
-#: py/objstr.c:993
+#: py/objstr.c:1002
msgid "bad conversion specifier"
msgstr ""
-#: py/objstr.c:997
+#: py/objstr.c:1006
msgid "end of format while looking for conversion specifier"
msgstr ""
-#: py/objstr.c:999
+#: py/objstr.c:1008
#, c-format
msgid "unknown conversion specifier %c"
msgstr ""
-#: py/objstr.c:1030
+#: py/objstr.c:1039
msgid "unmatched '{' in format"
msgstr ""
-#: py/objstr.c:1037
+#: py/objstr.c:1046
msgid "expected ':' after format specifier"
msgstr ""
-#: py/objstr.c:1051
+#: py/objstr.c:1060
msgid ""
"can't switch from automatic field numbering to manual field specification"
msgstr ""
-#: py/objstr.c:1056 py/objstr.c:1084
+#: py/objstr.c:1065 py/objstr.c:1093
msgid "tuple index out of range"
msgstr ""
-#: py/objstr.c:1072
+#: py/objstr.c:1081
msgid "attributes not supported yet"
msgstr ""
-#: py/objstr.c:1080
+#: py/objstr.c:1089
msgid ""
"can't switch from manual field specification to automatic field numbering"
msgstr ""
-#: py/objstr.c:1172
+#: py/objstr.c:1181
msgid "invalid format specifier"
msgstr ""
-#: py/objstr.c:1193
+#: py/objstr.c:1202
msgid "sign not allowed in string format specifier"
msgstr ""
-#: py/objstr.c:1201
+#: py/objstr.c:1210
msgid "sign not allowed with integer format specifier 'c'"
msgstr ""
-#: py/objstr.c:1260
+#: py/objstr.c:1269
#, c-format
msgid "unknown format code '%c' for object of type '%s'"
msgstr ""
-#: py/objstr.c:1332
+#: py/objstr.c:1341
#, c-format
msgid "unknown format code '%c' for object of type 'float'"
msgstr ""
-#: py/objstr.c:1344
+#: py/objstr.c:1353
msgid "'=' alignment not allowed in string format specifier"
msgstr ""
-#: py/objstr.c:1368
+#: py/objstr.c:1377
#, c-format
msgid "unknown format code '%c' for object of type 'str'"
msgstr ""
-#: py/objstr.c:1416
+#: py/objstr.c:1425
msgid "format requires a dict"
msgstr ""
-#: py/objstr.c:1425
+#: py/objstr.c:1434
msgid "incomplete format key"
msgstr ""
-#: py/objstr.c:1483
+#: py/objstr.c:1492
msgid "incomplete format"
msgstr ""
-#: py/objstr.c:1491
+#: py/objstr.c:1500
msgid "not enough arguments for format string"
msgstr ""
-#: py/objstr.c:1501
+#: py/objstr.c:1510
#, c-format
msgid "%%c requires int or char"
msgstr ""
-#: py/objstr.c:1508
+#: py/objstr.c:1517
msgid "integer required"
msgstr ""
-#: py/objstr.c:1571
+#: py/objstr.c:1580
#, c-format
msgid "unsupported format character '%c' (0x%x) at index %d"
msgstr ""
-#: py/objstr.c:1578
+#: py/objstr.c:1587
msgid "not all arguments converted during string formatting"
msgstr ""
-#: py/objstr.c:2103
+#: py/objstr.c:2112
msgid "can't convert to str implicitly"
msgstr ""
-#: py/objstr.c:2107
+#: py/objstr.c:2116
msgid "can't convert '%q' object to %q implicitly"
msgstr ""
-#: py/objstrunicode.c:134
+#: py/objstrunicode.c:154
#, c-format
msgid "string indices must be integers, not %s"
msgstr ""
-#: py/objstrunicode.c:145 py/objstrunicode.c:164
+#: py/objstrunicode.c:165 py/objstrunicode.c:184
msgid "string index out of range"
msgstr ""
@@ -2197,7 +2201,10 @@ msgid "timeout must be >= 0.0"
msgstr ""
#: shared-bindings/bleio/CharacteristicBuffer.c:79
-msgid "buffer_size must be >= 1"
+#: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
+#: shared-bindings/displayio/Group.c:100 shared-bindings/displayio/Shape.c:69
+#: shared-bindings/displayio/Shape.c:73
+msgid "%q must be >= 1"
msgstr ""
#: shared-bindings/bleio/CharacteristicBuffer.c:83
@@ -2354,11 +2361,6 @@ msgstr ""
msgid "Command must be an int between 0 and 255"
msgstr ""
-#: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
-#: shared-bindings/displayio/Group.c:100
-msgid "%q must be >= 1"
-msgstr ""
-
#: shared-bindings/displayio/Palette.c:91
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
msgstr ""
@@ -2380,15 +2382,15 @@ msgstr ""
msgid "palette_index should be an int"
msgstr ""
-#: shared-bindings/displayio/Shape.c:88
+#: shared-bindings/displayio/Shape.c:97
msgid "y should be an int"
msgstr ""
-#: shared-bindings/displayio/Shape.c:92
+#: shared-bindings/displayio/Shape.c:101
msgid "start_x should be an int"
msgstr ""
-#: shared-bindings/displayio/Shape.c:96
+#: shared-bindings/displayio/Shape.c:105
msgid "end_x should be an int"
msgstr ""