|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: \n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2020-03-03 20:13-0600\n" |
| 10 | +"POT-Creation-Date: 2020-03-09 08:19-0500\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"
|
@@ -2085,6 +2085,26 @@ msgstr "Es wurden zusätzliche Keyword-Argumente angegeben"
|
2085 | 2085 | msgid "extra positional arguments given"
|
2086 | 2086 | msgstr "Es wurden zusätzliche Argumente ohne Keyword angegeben"
|
2087 | 2087 |
|
| 2088 | +#: py/parse.c |
| 2089 | +msgid "f-string expression part cannot include a '#'" |
| 2090 | +msgstr "" |
| 2091 | + |
| 2092 | +#: py/parse.c |
| 2093 | +msgid "f-string expression part cannot include a backslash" |
| 2094 | +msgstr "" |
| 2095 | + |
| 2096 | +#: py/parse.c |
| 2097 | +msgid "f-string: empty expression not allowed" |
| 2098 | +msgstr "" |
| 2099 | + |
| 2100 | +#: py/parse.c |
| 2101 | +msgid "f-string: expecting '}'" |
| 2102 | +msgstr "" |
| 2103 | + |
| 2104 | +#: py/parse.c |
| 2105 | +msgid "f-string: single '}' is not allowed" |
| 2106 | +msgstr "" |
| 2107 | + |
2088 | 2108 | #: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
|
2089 | 2109 | #: shared-bindings/displayio/OnDiskBitmap.c
|
2090 | 2110 | msgid "file must be a file opened in byte mode"
|
@@ -2405,6 +2425,10 @@ msgstr ""
|
2405 | 2425 | msgid "long int not supported in this build"
|
2406 | 2426 | msgstr "long int wird in diesem Build nicht unterstützt"
|
2407 | 2427 |
|
| 2428 | +#: py/parse.c |
| 2429 | +msgid "malformed f-string" |
| 2430 | +msgstr "" |
| 2431 | + |
2408 | 2432 | #: shared-bindings/_stage/Layer.c
|
2409 | 2433 | msgid "map buffer too small"
|
2410 | 2434 | msgstr "map buffer zu klein"
|
@@ -2734,6 +2758,10 @@ msgstr ""
|
2734 | 2758 | msgid "queue overflow"
|
2735 | 2759 | msgstr "Warteschlangenüberlauf"
|
2736 | 2760 |
|
| 2761 | +#: py/parse.c |
| 2762 | +msgid "raw f-strings are not implemented" |
| 2763 | +msgstr "" |
| 2764 | + |
2737 | 2765 | #: extmod/ulab/code/fft.c
|
2738 | 2766 | msgid "real and imaginary parts must be of equal length"
|
2739 | 2767 | msgstr ""
|
|
0 commit comments