mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 17:09:45 -05:00
Automated Crowdin downstream (#3719)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a0b30bb3ae
commit
587968710f
@@ -1,8 +1,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"PO-Revision-Date: 2020-02-13 12:13\n"
|
||||
"POT-Creation-Date: 2020-04-02 12:07+0000\n"
|
||||
"PO-Revision-Date: 2020-04-02 12:11\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,16 +15,16 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:23
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr "Commandes pour supprimer des messages."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:43
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr "Êtes vous sûr de supprimer {number} messages ? (y/n)"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:57
|
||||
#: redbot/cogs/cleanup/cleanup.py:56
|
||||
msgid "Cancelled."
|
||||
msgstr "Annulé."
|
||||
|
||||
@@ -79,6 +79,11 @@ msgstr "Supprime les messages de commandes et les messages venant du bot."
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr "Supprimer les messages appartenant au bot.\\n\\n Par défaut, tous les messages sont supprimés. Si un troisième argument est spécifié,\\n il est utilisé pour la comparaison de motifs : S'il commence par r( et se termine par ),\\n alors il est interprété comme un regex, et les messages qui y correspondent sont les suivants\\n effacé. Sinon, il est utilisé dans un simple test de sous-chaîne.\\n\\n Quelques examples regex utiles à inclure dans votre motif :\\n Les points correspondent aux nouvelles lignes : (?s) ; Ignorer le cas : (?i) ; Les deux : (?si)\\n "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:540
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n \\n Defaults to 50.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr "{} ne ressemble pas à un ID de message valide."
|
||||
|
||||
Reference in New Issue
Block a user