Added german translations for new question() error messages and help message

This commit is contained in:
someordinaryidiot# 2024-09-15 22:55:04 +02:00
parent 4def69cd14
commit fd04ffa25c

View file

@ -1317,6 +1317,13 @@ msgid ""
" --disable-sandbox\n"
" disable the sandbox used for the downloader process\n"
msgstr ""
" --disable-sandbox\n"
" shaltet Sandbox für den Download-Prozess aus\n"
#: src/pacman/pacman.c:231
#, c-format
msgid " --retry-input repeat prompts until a valid answer is supplied\n"
msgstr " --retry-input wiederholt Frage, bis eine valide Antwort gegeben wird\n"
#: src/pacman/pacman.c:249
#, c-format
@ -1866,6 +1873,11 @@ msgstr "[J/n]"
msgid "[y/N]"
msgstr "[j/N]"
#: src/pacman/util.c:1741
#, c-format
msgid "vsnprintf failure: Failed to cache prompt: %s\n"
msgstr "vsnprintf-fehler: Kann prompt nicht cachen: %s\n"
#: src/pacman/util.c:1751
#, c-format
msgid "Y"
@ -1886,6 +1898,11 @@ msgstr "N"
msgid "NO"
msgstr "NEIN"
#: src/pacman/util.c:1769
#, c-format
msgid "vsnprintf failure: Failed to cache prompt: Required size changed: %zu -> %i bytes\n"
msgstr "vsnprintf-fehler: Kann prompt nicht cachen: Benötigte Größe hat sich geändert: %zu -> %i bytes\n"
#: src/pacman/util.c:1820
#, c-format
msgid "failed to allocate string\n"