|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2019-08-20 13:01-0400\n" |
| 10 | +"POT-Creation-Date: 2019-08-22 15:20-0400\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" |
@@ -330,6 +330,14 @@ msgstr "Die Helligkeit ist nicht einstellbar" |
330 | 330 | msgid "Buffer incorrect size. Should be %d bytes." |
331 | 331 | msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben." |
332 | 332 |
|
| 333 | +#: shared-bindings/displayio/Display.c |
| 334 | +msgid "Buffer is not a bytearray." |
| 335 | +msgstr "" |
| 336 | + |
| 337 | +#: shared-bindings/displayio/Display.c |
| 338 | +msgid "Buffer is too small" |
| 339 | +msgstr "" |
| 340 | + |
333 | 341 | #: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c |
334 | 342 | #, c-format |
335 | 343 | msgid "Buffer length %d too big. It must be less than %d" |
@@ -513,6 +521,10 @@ msgstr "" |
513 | 521 | msgid "Destination capacity is smaller than destination_length." |
514 | 522 | msgstr "Die Zielkapazität ist kleiner als destination_length." |
515 | 523 |
|
| 524 | +#: shared-bindings/displayio/Display.c |
| 525 | +msgid "Display must have a 16 bit colorspace." |
| 526 | +msgstr "" |
| 527 | + |
516 | 528 | #: shared-bindings/displayio/Display.c |
517 | 529 | msgid "Display rotation must be in 90 degree increments" |
518 | 530 | msgstr "Die Rotation der Anzeige muss in 90-Grad-Schritten erfolgen" |
@@ -1328,9 +1340,6 @@ msgid "Unsupported pull value." |
1328 | 1340 | msgstr "Nicht unterstützter Pull-Wert" |
1329 | 1341 |
|
1330 | 1342 | #: ports/nrf/common-hal/bleio/Characteristic.c |
1331 | | -msgid "Value length required fixed length" |
1332 | | -msgstr "" |
1333 | | - |
1334 | 1343 | #: ports/nrf/common-hal/bleio/Descriptor.c |
1335 | 1344 | msgid "Value length != required fixed length" |
1336 | 1345 | msgstr "" |
|
0 commit comments