7
7
msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2018-12-03 15:57 -0500\n "
10
+ "POT-Creation-Date : 2018-12-04 16:17 -0500\n "
11
11
"PO-Revision-Date : 2018-07-27 11:55-0700\n "
12
12
"Last-Translator : Sebastian Plamauer\n "
13
13
"Language-Team : \n "
@@ -369,7 +369,7 @@ msgstr "Nicht genug Pins vorhanden"
369
369
370
370
#: ports/atmel-samd/common-hal/busio/I2C.c:78
371
371
#: ports/atmel-samd/common-hal/busio/SPI.c:171
372
- #: ports/atmel-samd/common-hal/busio/UART.c:119
372
+ #: ports/atmel-samd/common-hal/busio/UART.c:120
373
373
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c:45
374
374
#: ports/nrf/common-hal/busio/I2C.c:82
375
375
msgid "Invalid pins"
@@ -383,31 +383,31 @@ msgstr "SDA oder SCL brauchen pull up"
383
383
msgid "Unsupported baudrate"
384
384
msgstr "Baudrate wird nicht unterstützt"
385
385
386
- #: ports/atmel-samd/common-hal/busio/UART.c:66
386
+ #: ports/atmel-samd/common-hal/busio/UART.c:67
387
387
msgid "bytes > 8 bits not supported"
388
388
msgstr "bytes mit merh als 8 bits werden nicht unterstützt"
389
389
390
- #: ports/atmel-samd/common-hal/busio/UART.c:72
391
- #: ports/nrf/common-hal/busio/UART.c:82
390
+ #: ports/atmel-samd/common-hal/busio/UART.c:73
391
+ #: ports/nrf/common-hal/busio/UART.c:83
392
392
msgid "tx and rx cannot both be None"
393
393
msgstr "tx und rx können nicht beide None sein"
394
394
395
- #: ports/atmel-samd/common-hal/busio/UART.c:145
396
- #: ports/nrf/common-hal/busio/UART.c:115
395
+ #: ports/atmel-samd/common-hal/busio/UART.c:146
396
+ #: ports/nrf/common-hal/busio/UART.c:116
397
397
msgid "Failed to allocate RX buffer"
398
398
msgstr "Konnte keinen RX Buffer allozieren"
399
399
400
- #: ports/atmel-samd/common-hal/busio/UART.c:153
400
+ #: ports/atmel-samd/common-hal/busio/UART.c:154
401
401
msgid "Could not initialize UART"
402
402
msgstr "Konnte UART nicht initialisieren"
403
403
404
- #: ports/atmel-samd/common-hal/busio/UART.c:240
405
- #: ports/nrf/common-hal/busio/UART.c:149
404
+ #: ports/atmel-samd/common-hal/busio/UART.c:241
405
+ #: ports/nrf/common-hal/busio/UART.c:157
406
406
msgid "No RX pin"
407
407
msgstr "Kein RX Pin"
408
408
409
- #: ports/atmel-samd/common-hal/busio/UART.c:294
410
- #: ports/nrf/common-hal/busio/UART.c:195
409
+ #: ports/atmel-samd/common-hal/busio/UART.c:300
410
+ #: ports/nrf/common-hal/busio/UART.c:207
411
411
msgid "No TX pin"
412
412
msgstr "Kein TX Pin"
413
413
@@ -822,26 +822,26 @@ msgstr "Alle timer werden benutzt"
822
822
msgid "All SPI peripherals are in use"
823
823
msgstr "Alle timer werden benutzt"
824
824
825
- #: ports/nrf/common-hal/busio/UART.c:48
825
+ #: ports/nrf/common-hal/busio/UART.c:49
826
826
#, c-format
827
827
msgid "error = 0x%08lX"
828
828
msgstr ""
829
829
830
- #: ports/nrf/common-hal/busio/UART.c:86
830
+ #: ports/nrf/common-hal/busio/UART.c:87
831
831
#, fuzzy
832
832
msgid "Invalid buffer size"
833
833
msgstr "ungültiger dupterm index"
834
834
835
- #: ports/nrf/common-hal/busio/UART.c:90
835
+ #: ports/nrf/common-hal/busio/UART.c:91
836
836
#, fuzzy
837
837
msgid "Odd parity is not supported"
838
838
msgstr "bytes mit merh als 8 bits werden nicht unterstützt"
839
839
840
- #: ports/nrf/common-hal/busio/UART.c:322 ports/nrf/common-hal/busio/UART.c:326
841
- #: ports/nrf/common-hal/busio/UART.c:331 ports/nrf/common-hal/busio/UART.c:336
842
- #: ports/nrf/common-hal/busio/UART.c:342 ports/nrf/common-hal/busio/UART.c:347
843
- #: ports/nrf/common-hal/busio/UART.c:352 ports/nrf/common-hal/busio/UART.c:356
844
- #: ports/nrf/common-hal/busio/UART.c:364
840
+ #: ports/nrf/common-hal/busio/UART.c:334 ports/nrf/common-hal/busio/UART.c:338
841
+ #: ports/nrf/common-hal/busio/UART.c:343 ports/nrf/common-hal/busio/UART.c:348
842
+ #: ports/nrf/common-hal/busio/UART.c:354 ports/nrf/common-hal/busio/UART.c:359
843
+ #: ports/nrf/common-hal/busio/UART.c:364 ports/nrf/common-hal/busio/UART.c:368
844
+ #: ports/nrf/common-hal/busio/UART.c:376
845
845
msgid "busio.UART not available"
846
846
msgstr ""
847
847
@@ -2163,14 +2163,18 @@ msgstr ""
2163
2163
msgid "Function requires lock."
2164
2164
msgstr ""
2165
2165
2166
- #: shared-bindings/busio/UART.c:104
2166
+ #: shared-bindings/busio/UART.c:106
2167
2167
msgid "bits must be 7, 8 or 9"
2168
2168
msgstr ""
2169
2169
2170
- #: shared-bindings/busio/UART.c:116
2170
+ #: shared-bindings/busio/UART.c:118
2171
2171
msgid "stop must be 1 or 2"
2172
2172
msgstr ""
2173
2173
2174
+ #: shared-bindings/busio/UART.c:123
2175
+ msgid "timeout >100 (units are now seconds, not msecs)"
2176
+ msgstr ""
2177
+
2174
2178
#: shared-bindings/digitalio/DigitalInOut.c:211
2175
2179
msgid "Invalid direction."
2176
2180
msgstr ""
@@ -2546,32 +2550,32 @@ msgstr "USB beschäftigt"
2546
2550
msgid "USB Error"
2547
2551
msgstr "USB Fehler"
2548
2552
2549
- #~ msgid "Can not add Characteristic."
2550
- #~ msgstr "Kann das Merkmal nicht hinzufügen."
2551
-
2552
- #~ msgid "Can not add Service."
2553
- #~ msgstr "Kann den Dienst nicht hinzufügen."
2553
+ #~ msgid "Invalid Service type"
2554
+ #~ msgstr "Ungültiger Diensttyp"
2554
2555
2555
- #~ msgid "Can not apply advertisement data. status: 0x%02x "
2556
- #~ msgstr "Kann advertisement data nicht anwenden. Status: 0x%02x "
2556
+ #~ msgid "Can not query for the device address. "
2557
+ #~ msgstr "Kann nicht nach der Geräteadresse suchen. "
2557
2558
2558
- #~ msgid "Can not apply device name in the stack ."
2559
- #~ msgstr "Der Gerätename kann nicht im Stack verwendet werden ."
2559
+ #~ msgid "Cannot set PPCP parameters ."
2560
+ #~ msgstr "Kann PPCP Parameter nicht setzen ."
2560
2561
2561
- #~ msgid "Can encode UUID into the advertisement packet ."
2562
- #~ msgstr "Kann UUID in das advertisement packet kodieren ."
2562
+ #~ msgid "Cannot apply GAP parameters ."
2563
+ #~ msgstr "Kann GAP Parameter nicht anwenden ."
2563
2564
2564
2565
#~ msgid "Can not encode UUID, to check length."
2565
2566
#~ msgstr "Kann UUID nicht kodieren, um die Länge zu überprüfen."
2566
2567
2567
- #~ msgid "Cannot apply GAP parameters ."
2568
- #~ msgstr "Kann GAP Parameter nicht anwenden ."
2568
+ #~ msgid "Can encode UUID into the advertisement packet ."
2569
+ #~ msgstr "Kann UUID in das advertisement packet kodieren ."
2569
2570
2570
- #~ msgid "Cannot set PPCP parameters ."
2571
- #~ msgstr "Kann PPCP Parameter nicht setzen ."
2571
+ #~ msgid "Can not apply device name in the stack ."
2572
+ #~ msgstr "Der Gerätename kann nicht im Stack verwendet werden ."
2572
2573
2573
- #~ msgid "Can not query for the device address. "
2574
- #~ msgstr "Kann nicht nach der Geräteadresse suchen. "
2574
+ #~ msgid "Can not apply advertisement data. status: 0x%02x "
2575
+ #~ msgstr "Kann advertisement data nicht anwenden. Status: 0x%02x "
2575
2576
2576
- #~ msgid "Invalid Service type"
2577
- #~ msgstr "Ungültiger Diensttyp"
2577
+ #~ msgid "Can not add Service."
2578
+ #~ msgstr "Kann den Dienst nicht hinzufügen."
2579
+
2580
+ #~ msgid "Can not add Characteristic."
2581
+ #~ msgstr "Kann das Merkmal nicht hinzufügen."
0 commit comments