summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-01-09 14:00:17 -0500
committerDan Halbert <halbert@halwitz.org>2019-01-09 14:00:17 -0500
commit617c23618bf7037af46aa9a6e1f17f8120215baf (patch)
tree1b1998ea3e9c637652fed5dc3b3ffc93d535b03c /locale/circuitpython.pot
parente47decbdc567aaa7ce4de0d1b7ea8ebc46b09732 (diff)
make translate
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot257
1 files changed, 175 insertions, 82 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 92e181302..b2ed435ab 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: 2018-12-26 20:49+0100\n"
+"POT-Creation-Date: 2019-01-09 14:00-0500\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"
@@ -329,7 +329,7 @@ msgstr ""
#: ports/atmel-samd/common-hal/busio/SPI.c:171
#: ports/atmel-samd/common-hal/busio/UART.c:120
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c:45
-#: ports/nrf/common-hal/busio/I2C.c:82
+#: ports/nrf/common-hal/busio/I2C.c:84
msgid "Invalid pins"
msgstr ""
@@ -346,12 +346,12 @@ msgid "bytes > 8 bits not supported"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:106
+#: ports/nrf/common-hal/busio/UART.c:118
msgid "tx and rx cannot both be None"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:140
+#: ports/nrf/common-hal/busio/UART.c:152
msgid "Failed to allocate RX buffer"
msgstr ""
@@ -360,12 +360,12 @@ msgid "Could not initialize UART"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:185
+#: ports/nrf/common-hal/busio/UART.c:197
msgid "No RX pin"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:220
+#: ports/nrf/common-hal/busio/UART.c:232
msgid "No TX pin"
msgstr ""
@@ -648,125 +648,172 @@ msgstr ""
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c:125
-#, c-format
-msgid "Failed to change softdevice state, error: 0x%08lX"
+#: ports/nrf/common-hal/bleio/Adapter.c:110
+msgid "Failed to change softdevice state"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c:135
-#, c-format
-msgid "Failed to get softdevice state, error: 0x%08lX"
+#: ports/nrf/common-hal/bleio/Adapter.c:119
+msgid "Failed to get softdevice state"
msgstr ""
-#: ports/nrf/common-hal/bleio/Adapter.c:155
-#, c-format
-msgid "Failed to get local address, error: 0x%08lX"
+#: ports/nrf/common-hal/bleio/Adapter.c:138
+msgid "Failed to get local address"
msgstr ""
-#: ports/nrf/common-hal/bleio/Characteristic.c:52
-#, c-format
-msgid "Failed to write gatts value, status: 0x%08lX"
+#: ports/nrf/common-hal/bleio/Broadcaster.c:48
+msgid "interval not in range 0.0020 to 10.24"
msgstr ""
-#: ports/nrf/common-hal/bleio/Characteristic.c:76
-#, c-format
-msgid "Failed to notify attribute value, status: 0x%08lX"
+#: ports/nrf/common-hal/bleio/Broadcaster.c:58
+#: ports/nrf/common-hal/bleio/Peripheral.c:56
+msgid "Data too large for advertisement packet"
msgstr ""
-#: ports/nrf/common-hal/bleio/Characteristic.c:91
+#: ports/nrf/common-hal/bleio/Broadcaster.c:83
+#: ports/nrf/common-hal/bleio/Peripheral.c:320
#, c-format
-msgid "Failed to read attribute value, status: 0x%08lX"
+msgid "Failed to start advertising, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Characteristic.c:119
-#: ports/nrf/common-hal/bleio/Device.c:272
-#: ports/nrf/common-hal/bleio/Device.c:307
+#: ports/nrf/common-hal/bleio/Broadcaster.c:96
+#: ports/nrf/common-hal/bleio/Peripheral.c:332
#, c-format
-msgid "Failed to acquire mutex, status: 0x%08lX"
+msgid "Failed to stop advertising, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Characteristic.c:126
+#: ports/nrf/common-hal/bleio/Characteristic.c:59
#, c-format
-msgid "Failed to write attribute value, status: 0x%08lX"
+msgid "Failed to read CCCD value, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Characteristic.c:138
-#: ports/nrf/common-hal/bleio/Device.c:284
-#: ports/nrf/common-hal/bleio/Device.c:319
-#: ports/nrf/common-hal/bleio/Device.c:354
-#: ports/nrf/common-hal/bleio/Device.c:391
+#: ports/nrf/common-hal/bleio/Characteristic.c:89
#, c-format
-msgid "Failed to release mutex, status: 0x%08lX"
+msgid "Failed to read gatts value, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:81
-#: ports/nrf/common-hal/bleio/Device.c:114
-msgid "Can not fit data into the advertisment packet"
+#: ports/nrf/common-hal/bleio/Characteristic.c:106
+#, c-format
+msgid "Failed to write gatts value, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:266
+#: ports/nrf/common-hal/bleio/Characteristic.c:132
#, c-format
-msgid "Failed to discover serivices, status: 0x%08lX"
+msgid "Failed to notify or indicate attribute value, err %0x04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:403
-#: ports/nrf/common-hal/bleio/Scanner.c:76
+#: ports/nrf/common-hal/bleio/Characteristic.c:144
#, c-format
-msgid "Failed to continue scanning, status: 0x%0xlX"
+msgid "Failed to read attribute value, err %0x04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:436
+#: ports/nrf/common-hal/bleio/Characteristic.c:172
#, c-format
-msgid "Failed to connect, status: 0x%08lX"
+msgid "Failed to acquire mutex, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:513
+#: ports/nrf/common-hal/bleio/Characteristic.c:178
#, c-format
-msgid "Failed to add service, status: 0x%08lX"
+msgid "Failed to write attribute value, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:531
+#: ports/nrf/common-hal/bleio/Characteristic.c:189
#, c-format
-msgid "Failed to start advertisment, status: 0x%08lX"
+msgid "Failed to release mutex, err 0x%04x"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Characteristic.c:251
+#: ports/nrf/common-hal/bleio/Characteristic.c:284
+msgid "bad GATT role"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:80
+#: ports/nrf/common-hal/bleio/Device.c:112
+msgid "Data too large for the advertisement packet"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:262
+msgid "Failed to discover services"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:267
+#: ports/nrf/common-hal/bleio/Device.c:300
+msgid "Failed to acquire mutex"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:278
+#: ports/nrf/common-hal/bleio/Device.c:311
+#: ports/nrf/common-hal/bleio/Device.c:342
+#: ports/nrf/common-hal/bleio/Device.c:376
+msgid "Failed to release mutex"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:387
+msgid "Failed to continue scanning"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:419
+msgid "Failed to connect:"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:489
+msgid "Failed to add service"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:506
+msgid "Failed to start advertising"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:523
+msgid "Failed to stop advertising"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:548
+msgid "Failed to start scanning"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Device.c:564
+msgid "Failed to create mutex"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:549
+#: ports/nrf/common-hal/bleio/Peripheral.c:300
#, c-format
-msgid "Failed to stop advertisment, status: 0x%08lX"
+msgid "Failed to add service, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:575
-#: ports/nrf/common-hal/bleio/Scanner.c:103
+#: ports/nrf/common-hal/bleio/Scanner.c:75
#, c-format
-msgid "Failed to start scanning, status: 0x%0xlX"
+msgid "Failed to continue scanning, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Device.c:592
+#: ports/nrf/common-hal/bleio/Scanner.c:101
#, c-format
-msgid "Failed to create mutex, status: 0x%0xlX"
+msgid "Failed to start scanning, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/Service.c:83
+#: ports/nrf/common-hal/bleio/Service.c:88
#, c-format
-msgid "Failed to add characteristic, status: 0x%08lX"
+msgid "Failed to add characteristic, err 0x%04x"
+msgstr ""
+
+#: ports/nrf/common-hal/bleio/Service.c:92
+msgid "Characteristic already in use by another Service."
msgstr ""
-#: ports/nrf/common-hal/bleio/UUID.c:97
+#: ports/nrf/common-hal/bleio/UUID.c:54
#, c-format
-msgid "Failed to add Vendor Specific UUID, status: 0x%08lX"
+msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/UUID.c:102
-msgid "Invalid UUID string length"
+#: ports/nrf/common-hal/bleio/UUID.c:73
+#, c-format
+msgid "Could not decode ble_uuid, err 0x%04x"
msgstr ""
-#: ports/nrf/common-hal/bleio/UUID.c:109
-#: shared-bindings/bleio/Characteristic.c:125
-#: shared-bindings/bleio/Service.c:105
-msgid "Invalid UUID parameter"
+#: ports/nrf/common-hal/bleio/UUID.c:88
+msgid "Unexpected nrfx uuid type"
msgstr ""
-#: ports/nrf/common-hal/busio/I2C.c:96
+#: ports/nrf/common-hal/busio/I2C.c:98
msgid "All I2C peripherals are in use"
msgstr ""
@@ -779,25 +826,24 @@ msgstr ""
msgid "error = 0x%08lX"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:110
+#: ports/nrf/common-hal/busio/UART.c:122
msgid "Invalid buffer size"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:114
+#: ports/nrf/common-hal/busio/UART.c:126
msgid "Odd parity is not supported"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:346 ports/nrf/common-hal/busio/UART.c:350
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:366 ports/nrf/common-hal/busio/UART.c:371
-#: ports/nrf/common-hal/busio/UART.c:376 ports/nrf/common-hal/busio/UART.c:380
-#: ports/nrf/common-hal/busio/UART.c:388
+#: ports/nrf/common-hal/busio/UART.c:358 ports/nrf/common-hal/busio/UART.c:362
+#: ports/nrf/common-hal/busio/UART.c:367 ports/nrf/common-hal/busio/UART.c:372
+#: ports/nrf/common-hal/busio/UART.c:378 ports/nrf/common-hal/busio/UART.c:383
+#: ports/nrf/common-hal/busio/UART.c:388 ports/nrf/common-hal/busio/UART.c:392
+#: ports/nrf/common-hal/busio/UART.c:400
msgid "busio.UART not available"
msgstr ""
-#: ports/nrf/common-hal/microcontroller/Processor.c:49
-#, c-format
-msgid "Can not get temperature. status: 0x%02x"
+#: ports/nrf/common-hal/microcontroller/Processor.c:48
+msgid "Cannot get temperature"
msgstr ""
#: ports/nrf/common-hal/pulseio/PWMOut.c:161
@@ -1929,7 +1975,7 @@ msgstr ""
msgid "memory allocation failed, allocating %u bytes"
msgstr ""
-#: py/runtime.c:1609
+#: py/runtime.c:1620
msgid "maximum recursion depth exceeded"
msgstr ""
@@ -2079,12 +2125,27 @@ msgstr ""
msgid "buffer slices must be of equal length"
msgstr ""
-#: shared-bindings/bleio/Address.c:101
-msgid "Wrong address length"
+#: shared-bindings/bleio/Address.c:119
+#, c-format
+msgid "Address is not %d bytes long or is in wrong format"
msgstr ""
-#: shared-bindings/bleio/Address.c:107
-msgid "Wrong number of bytes provided"
+#: shared-bindings/bleio/Address.c:126
+#, c-format
+msgid "Address must be %d bytes long"
+msgstr ""
+
+#: shared-bindings/bleio/Characteristic.c:81
+#: shared-bindings/bleio/Descriptor.c:93 shared-bindings/bleio/Service.c:78
+msgid "Expected a UUID"
+msgstr ""
+
+#: shared-bindings/bleio/CharacteristicBuffer.c:68
+msgid "buffer_size must be >= 1"
+msgstr ""
+
+#: shared-bindings/bleio/CharacteristicBuffer.c:72
+msgid "Expected a Characteristic"
msgstr ""
#: shared-bindings/bleio/Device.c:210
@@ -2103,6 +2164,38 @@ msgstr ""
msgid "Can't advertise in Central mode"
msgstr ""
+#: shared-bindings/bleio/Peripheral.c:111
+msgid "services includes an object that is not a Service"
+msgstr ""
+
+#: shared-bindings/bleio/Peripheral.c:124
+msgid "name must be a string"
+msgstr ""
+
+#: shared-bindings/bleio/Service.c:90
+msgid "characteristics includes an object that is not a Characteristic"
+msgstr ""
+
+#: shared-bindings/bleio/Service.c:96
+msgid "Characteristic UUID doesn't match Service UUID"
+msgstr ""
+
+#: shared-bindings/bleio/UUID.c:66
+msgid "UUID integer value not in range 0 to 0xffff"
+msgstr ""
+
+#: shared-bindings/bleio/UUID.c:75
+msgid "UUID value is not int or byte buffer"
+msgstr ""
+
+#: shared-bindings/bleio/UUID.c:79
+msgid "Byte buffer must be 16 bytes."
+msgstr ""
+
+#: shared-bindings/bleio/UUID.c:120
+msgid "not a 128-bit UUID"
+msgstr ""
+
#: shared-bindings/busio/I2C.c:120
msgid "Function requires lock."
msgstr ""