|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2020-05-06 17:47+0800\n" |
| 10 | +"POT-Creation-Date: 2020-05-09 16:44-0700\n" |
11 | 11 | "PO-Revision-Date: 2020-04-30 17:01+0000\n" |
12 | 12 | "Last-Translator: Jeff Epler <jepler@gmail.com>\n" |
13 | 13 | "Language-Team: German <https://later.unpythonic.net/projects/circuitpython/" |
@@ -79,12 +79,21 @@ msgstr "Der Index %q befindet sich außerhalb des Bereiches" |
79 | 79 | msgid "%q indices must be integers, not %s" |
80 | 80 | msgstr "%q Indizes müssen ganze Zahlen sein, nicht %s" |
81 | 81 |
|
| 82 | +#: shared-bindings/vectorio/Polygon.c |
| 83 | +msgid "%q list must be a list" |
| 84 | +msgstr "" |
| 85 | + |
82 | 86 | #: shared-bindings/_bleio/CharacteristicBuffer.c |
83 | 87 | #: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c |
84 | | -#: shared-bindings/displayio/Shape.c |
| 88 | +#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c |
| 89 | +#: shared-bindings/vectorio/Rectangle.c |
85 | 90 | msgid "%q must be >= 1" |
86 | 91 | msgstr "%q muss >= 1 sein" |
87 | 92 |
|
| 93 | +#: shared-bindings/vectorio/Polygon.c |
| 94 | +msgid "%q must be a tuple of length 2" |
| 95 | +msgstr "" |
| 96 | + |
88 | 97 | #: shared-bindings/fontio/BuiltinFont.c |
89 | 98 | msgid "%q should be an int" |
90 | 99 | msgstr "%q sollte ein int sein" |
@@ -799,7 +808,8 @@ msgstr "Gruppe schon benutzt" |
799 | 808 | msgid "Group full" |
800 | 809 | msgstr "Gruppe voll" |
801 | 810 |
|
802 | | -#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c |
| 811 | +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c |
| 812 | +#: ports/stm/common-hal/busio/SPI.c |
803 | 813 | msgid "Hardware busy, try alternative pins" |
804 | 814 | msgstr "" |
805 | 815 |
|
@@ -1055,15 +1065,15 @@ msgid "Microphone startup delay must be in range 0.0 to 1.0" |
1055 | 1065 | msgstr "" |
1056 | 1066 | "Die Startverzögerung des Mikrofons muss im Bereich von 0,0 bis 1,0 liegen" |
1057 | 1067 |
|
1058 | | -#: ports/stm/common-hal/busio/SPI.c |
| 1068 | +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c |
1059 | 1069 | msgid "Missing MISO or MOSI Pin" |
1060 | 1070 | msgstr "" |
1061 | 1071 |
|
1062 | 1072 | #: shared-bindings/displayio/Group.c |
1063 | 1073 | msgid "Must be a %q subclass." |
1064 | 1074 | msgstr "Muss eine %q Unterklasse sein." |
1065 | 1075 |
|
1066 | | -#: ports/stm/common-hal/busio/SPI.c |
| 1076 | +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c |
1067 | 1077 | msgid "Must provide MISO or MOSI pin" |
1068 | 1078 | msgstr "" |
1069 | 1079 |
|
@@ -1094,11 +1104,11 @@ msgstr "Kein DAC im Chip vorhanden" |
1094 | 1104 | msgid "No DMA channel found" |
1095 | 1105 | msgstr "Kein DMA Kanal gefunden" |
1096 | 1106 |
|
1097 | | -#: ports/stm/common-hal/busio/SPI.c |
| 1107 | +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c |
1098 | 1108 | msgid "No MISO Pin" |
1099 | 1109 | msgstr "" |
1100 | 1110 |
|
1101 | | -#: ports/stm/common-hal/busio/SPI.c |
| 1111 | +#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c |
1102 | 1112 | msgid "No MOSI Pin" |
1103 | 1113 | msgstr "" |
1104 | 1114 |
|
@@ -2023,6 +2033,10 @@ msgstr "chr() arg ist nicht in range(0x110000)" |
2023 | 2033 | msgid "chr() arg not in range(256)" |
2024 | 2034 | msgstr "chr() arg ist nicht in range(256)" |
2025 | 2035 |
|
| 2036 | +#: shared-module/vectorio/Circle.c |
| 2037 | +msgid "circle can only be registered in one parent" |
| 2038 | +msgstr "" |
| 2039 | + |
2026 | 2040 | #: shared-bindings/displayio/Palette.c |
2027 | 2041 | msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" |
2028 | 2042 | msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein" |
@@ -2126,6 +2140,10 @@ msgstr "Division durch Null" |
2126 | 2140 | msgid "empty" |
2127 | 2141 | msgstr "leer" |
2128 | 2142 |
|
| 2143 | +#: shared-bindings/vectorio/Polygon.c |
| 2144 | +msgid "empty %q list" |
| 2145 | +msgstr "" |
| 2146 | + |
2129 | 2147 | #: extmod/moduheapq.c extmod/modutimeq.c |
2130 | 2148 | msgid "empty heap" |
2131 | 2149 | msgstr "leerer heap" |
@@ -2824,10 +2842,14 @@ msgstr "Pixelkoordinaten außerhalb der Grenzen" |
2824 | 2842 | msgid "pixel value requires too many bits" |
2825 | 2843 | msgstr "" |
2826 | 2844 |
|
2827 | | -#: shared-bindings/displayio/TileGrid.c |
| 2845 | +#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c |
2828 | 2846 | msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter" |
2829 | 2847 | msgstr "pixel_shader muss displayio.Palette oder displayio.ColorConverter sein" |
2830 | 2848 |
|
| 2849 | +#: shared-module/vectorio/Polygon.c |
| 2850 | +msgid "polygon can only be registered in one parent" |
| 2851 | +msgstr "" |
| 2852 | + |
2831 | 2853 | #: ports/atmel-samd/common-hal/pulseio/PulseIn.c |
2832 | 2854 | #: ports/cxd56/common-hal/pulseio/PulseIn.c |
2833 | 2855 | #: ports/nrf/common-hal/pulseio/PulseIn.c |
@@ -3153,7 +3175,8 @@ msgstr "" |
3153 | 3175 | msgid "unreadable attribute" |
3154 | 3176 | msgstr "nicht lesbares Attribut" |
3155 | 3177 |
|
3156 | | -#: shared-bindings/displayio/TileGrid.c |
| 3178 | +#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/Polygon.c |
| 3179 | +#: shared-bindings/vectorio/VectorShape.c |
3157 | 3180 | msgid "unsupported %q type" |
3158 | 3181 | msgstr "Nicht unterstützter %q-Typ" |
3159 | 3182 |
|
|
0 commit comments