[i18n] Automated Crowdin downstream (#4829)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-02-16 19:22:05 +00:00
committed by GitHub
parent 7b04c04551
commit e80a00ec1b
455 changed files with 28989 additions and 18130 deletions

View File

@@ -18,7 +18,8 @@ msgstr ""
#: redbot/cogs/customcom/customcom.py:78
msgid "Welcome to the interactive random {cc} maker!\n"
"Every message you send will be added as one of the random responses to choose from once this {cc} is triggered. To exit this interactive menu, type `{quit}`"
msgstr ""
msgstr "**Hier kannst du einen zufälligen „{cc}“ Befehl erstellen.**\n"
"Jede von dir gesendete Nachricht wird als eine der zufälligen Antworten hinzugefügt, aus denen dann zufällig gewählt wird, sobald dieser „{cc}“ ausgeführt wird. Um dieses interaktive Menü zu beenden, schreibe: `{quit}`."
#: redbot/cogs/customcom/customcom.py:89
msgid "Add a random response:"
@@ -70,7 +71,8 @@ msgstr "Antwort #{num}/{total}"
#: redbot/cogs/customcom/customcom.py:287
msgid "Response #{num}/{total}:\n"
"{raw}"
msgstr ""
msgstr "Antwort #{num}/{total}:\n"
"{raw}"
#: redbot/cogs/customcom/customcom.py:298
#, docstring
@@ -101,7 +103,11 @@ msgid "Create custom commands.\n\n"
" CCs can be enhanced with arguments, see the guide\n"
" [here](https://docs.discord.red/en/stable/cog_customcom.html).\n"
" "
msgstr ""
msgstr "Erstelle einen benutzerdefinierten Befehl.\n\n"
" Wenn keine Art für den benutzerdefinierten Befehl spezifiziert wurde, wird ein einfacher benutzerdefinierter Befehl erstellt.\n"
" Benutzerdefinierte Befehle können auch mit Argumenten erweitert werden. Siehe diese Anleitung:\n"
" [Dokumentation](https://docs.discord.red/en/stable/cog_customcom.html).\n"
" "
#: redbot/cogs/customcom/customcom.py:344
#, docstring
@@ -225,7 +231,10 @@ msgid "List all available custom commands.\n\n"
" The list displays a preview of each command's response, with\n"
" markdown escaped and newlines replaced with spaces.\n"
" "
msgstr ""
msgstr "Listet alle verfügbaren benutzerdefinierten Befehle auf.\n\n"
" Die Liste zeigt eine Vorschau der einzelnen Befehlsantworten,\n"
" mit escaped Markdown und Zeilenumbrüche durch Leerzeichen ersetzt.\n"
" "
#: redbot/cogs/customcom/customcom.py:513
msgid "There are no custom commands in this server. Use `{command}` to start adding some."
@@ -268,19 +277,22 @@ msgid "Command: {command_name}\n"
"Author: {author}\n"
"Created: {created_at}\n"
"Type: {type}\n"
msgstr ""
msgstr "Befehl: {command_name}\n"
"Autor: {author}\n"
"Erstellt: {created_at}\n"
"Typ: {type}\n"
#: redbot/cogs/customcom/customcom.py:584
msgid "Cooldowns:\n"
msgstr ""
msgstr "Cooldown:\n"
#: redbot/cogs/customcom/customcom.py:586
msgid "{num} seconds per {period}\n"
msgstr ""
msgstr "{num} Sekunden pro {period}\n"
#: redbot/cogs/customcom/customcom.py:589
msgid "Responses:\n"
msgstr ""
msgstr "Antworten:\n"
#: redbot/cogs/customcom/customcom.py:687
msgid "Too many arguments!"
@@ -292,5 +304,5 @@ msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: "
#: redbot/cogs/customcom/customcom.py:717
msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"."
msgstr ""
msgstr "Widersprüchliche Doppelpunkt Schreibweise für Argument {index}: \"{name1}\" und \"{name2}\"."