|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2019-05-13 17:34-0700\n" |
| 10 | +"POT-Creation-Date: 2019-05-22 15:56-0300\n" |
11 | 11 | "PO-Revision-Date: 2018-07-27 11:55-0700\n" |
12 | 12 | "Last-Translator: Pascal Deneaux\n" |
13 | 13 | "Language-Team: Sebastian Plamauer, Pascal Deneaux\n" |
@@ -510,6 +510,7 @@ msgid "Drive mode not used when direction is input." |
510 | 510 | msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist." |
511 | 511 |
|
512 | 512 | #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c |
| 513 | +#: ports/atmel-samd/common-hal/ps2io/Ps2.c |
513 | 514 | #: ports/atmel-samd/common-hal/pulseio/PulseIn.c |
514 | 515 | msgid "EXTINT channel already in use" |
515 | 516 | msgstr "EXTINT Kanal ist schon in Benutzung" |
@@ -538,6 +539,10 @@ msgstr "Eine UUID wird erwartet" |
538 | 539 | msgid "Expected tuple of length %d, got %d" |
539 | 540 | msgstr "Habe ein Tupel der Länge %d erwartet aber %d erhalten" |
540 | 541 |
|
| 542 | +#: shared-bindings/ps2io/Ps2.c |
| 543 | +msgid "Failed sending command." |
| 544 | +msgstr "" |
| 545 | + |
541 | 546 | #: ports/nrf/common-hal/bleio/Device.c |
542 | 547 | msgid "Failed to acquire mutex" |
543 | 548 | msgstr "Akquirieren des Mutex gescheitert" |
@@ -920,6 +925,10 @@ msgstr "Keine freien GCLKs" |
920 | 925 | msgid "No hardware random available" |
921 | 926 | msgstr "Kein hardware random verfügbar" |
922 | 927 |
|
| 928 | +#: ports/atmel-samd/common-hal/ps2io/Ps2.c |
| 929 | +msgid "No hardware support on clk pin" |
| 930 | +msgstr "" |
| 931 | + |
923 | 932 | #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c |
924 | 933 | #: ports/atmel-samd/common-hal/pulseio/PulseIn.c |
925 | 934 | msgid "No hardware support on pin" |
@@ -1004,6 +1013,10 @@ msgstr "Pixel außerhalb der Puffergrenzen" |
1004 | 1013 | msgid "Plus any modules on the filesystem\n" |
1005 | 1014 | msgstr "und alle Module im Dateisystem \n" |
1006 | 1015 |
|
| 1016 | +#: shared-bindings/ps2io/Ps2.c |
| 1017 | +msgid "Pop from an empty Ps2 buffer" |
| 1018 | +msgstr "" |
| 1019 | + |
1007 | 1020 | #: main.c |
1008 | 1021 | msgid "Press any key to enter the REPL. Use CTRL-D to reload." |
1009 | 1022 | msgstr "" |
@@ -2178,7 +2191,7 @@ msgstr "Objekt ist kein Iterator" |
2178 | 2191 | msgid "object not callable" |
2179 | 2192 | msgstr "" |
2180 | 2193 |
|
2181 | | -#: py/sequence.c |
| 2194 | +#: py/sequence.c shared-bindings/displayio/Group.c |
2182 | 2195 | msgid "object not in sequence" |
2183 | 2196 | msgstr "Objekt ist nicht in sequence" |
2184 | 2197 |
|
|
0 commit comments