mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Do some german translations
Gosh I hate doing translations.
This commit is contained in:
parent
eba5352576
commit
1888bda3e6
1 changed files with 10 additions and 10 deletions
20
po/de.po
20
po/de.po
|
@ -25,49 +25,49 @@ msgid ""
|
||||||
"circular dependency in the autoloading scripts, please remove it."
|
"circular dependency in the autoloading scripts, please remove it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Konnte '%ls' nicht automatisch laden, weil es schon automatisch geladen "
|
"Konnte '%ls' nicht automatisch laden, weil es schon automatisch geladen "
|
||||||
"wirdDies ist eine Abhängigkeitsschleife in den Skripten. Bitte entfernen sie "
|
"wird. Dies ist eine Abhängigkeitsschleife in den Skripten. Bitte entfernen sie "
|
||||||
"es."
|
"sie."
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:36
|
#: src/builtin_argparse.cpp:36
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%ls: Invalid option spec '%ls' at char '%lc'\n"
|
msgid "%ls: Invalid option spec '%ls' at char '%lc'\n"
|
||||||
msgstr ""
|
msgstr "%ls: Ungültige Optionsbeschreibung '%ls' bei Zeichen '%lc'\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:129
|
#: src/builtin_argparse.cpp:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%ls: Mutually exclusive flags '%ls' and `%ls` seen\n"
|
msgid "%ls: Mutually exclusive flags '%ls' and `%ls` seen\n"
|
||||||
msgstr ""
|
msgstr "%ls: Paarweise exklusive Optionen '%ls' und '%ls' gesehen\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:160
|
#: src/builtin_argparse.cpp:160
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%ls: exclusive flag string '%ls' is not valid\n"
|
msgid "%ls: exclusive flag string '%ls' is not valid\n"
|
||||||
msgstr ""
|
msgstr "%ls: Exklusive option '%ls' ist ungültig\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:176
|
#: src/builtin_argparse.cpp:176
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%ls: exclusive flag '%ls' is not valid\n"
|
msgid "%ls: exclusive flag '%ls' is not valid\n"
|
||||||
msgstr ""
|
msgstr "%ls: Exklusive option '%ls' ist ungültig\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:196
|
#: src/builtin_argparse.cpp:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%ls: Implicit int short flag '%lc' does not allow modifiers like '%lc'\n"
|
"%ls: Implicit int short flag '%lc' does not allow modifiers like '%lc'\n"
|
||||||
msgstr ""
|
msgstr "%ls: Implizite Zahloption '%lc' darf keine Modifizierer wie '%lc' haben\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:247
|
#: src/builtin_argparse.cpp:247
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%ls: Short flag '#' must be followed by '-' and a long name\n"
|
msgid "%ls: Short flag '#' must be followed by '-' and a long name\n"
|
||||||
msgstr ""
|
msgstr "%ls: Kurzoption '#' muss von einem '-' und Langnamen gefolgt werden\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:252 src/builtin_argparse.cpp:276
|
#: src/builtin_argparse.cpp:252 src/builtin_argparse.cpp:276
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%ls: Implicit int flag '%lc' already defined\n"
|
msgid "%ls: Implicit int flag '%lc' already defined\n"
|
||||||
msgstr ""
|
msgstr "%ls: Implizite Zahloption '%lc' ist schon definiert\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:298
|
#: src/builtin_argparse.cpp:298
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%ls: An option spec must have a short flag letter\n"
|
msgid "%ls: An option spec must have a short flag letter\n"
|
||||||
msgstr ""
|
msgstr "%ls: Eine Optionsbeschreibung muss einen Kurzbuchstaben haben\n"
|
||||||
|
|
||||||
#: src/builtin_argparse.cpp:305
|
#: src/builtin_argparse.cpp:305
|
||||||
#, c-format
|
#, c-format
|
||||||
|
|
Loading…
Reference in a new issue