Automated Crowdin downstream (#4804)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-02-11 13:20:38 +00:00
committed by GitHub
parent ae87aa396a
commit 663876fba3
1120 changed files with 92428 additions and 31373 deletions

View File

@@ -1,13 +1,13 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2021-01-28 12:34+0000\n"
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
"Last-Translator: \n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.1\n"
"Generated-By: redgettext 3.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Project-ID: 289505\n"
@@ -117,7 +117,16 @@ msgstr "Ban temporaire terminé"
#: redbot/cogs/mod/kickban.py:273
#, docstring
msgid "\\n Kick a user.\\n\\n Examples:\\n - `[p]kick 428675506947227648 wanted to be kicked.`\\n This will kick Twentysix from the server.\\n - `[p]kick @Twentysix wanted to be kicked.`\\n This will kick Twentysix from the server.\\n\\n If a reason is specified, it will be the reason that shows up\\n in the audit log.\\n "
msgid "\n"
" Kick a user.\n\n"
" Examples:\n"
" - `[p]kick 428675506947227648 wanted to be kicked.`\n"
" This will kick Twentysix from the server.\n"
" - `[p]kick @Twentysix wanted to be kicked.`\n"
" This will kick Twentysix from the server.\n\n"
" If a reason is specified, it will be the reason that shows up\n"
" in the audit log.\n"
" "
msgstr ""
#: redbot/cogs/mod/kickban.py:290 redbot/cogs/mod/kickban.py:662
@@ -130,12 +139,29 @@ msgstr "Vous avez été expulsé de {guild}."
#: redbot/cogs/mod/kickban.py:357
#, docstring
msgid "Ban a user from this server and optionally delete days of messages.\\n\\n `days` is the amount of days of messages to cleanup on ban.\\n\\n Examples:\\n - `[p]ban 428675506947227648 7 Continued to spam after told to stop.`\\n This will ban Twentysix and it will delete 7 days worth of messages.\\n - `[p]ban @Twentysix 7 Continued to spam after told to stop.`\\n This will ban Twentysix and it will delete 7 days worth of messages.\\n\\n A user ID should be provided if the user is not a member of this server.\\n If days is not a number, it's treated as the first word of the reason.\\n Minimum 0 days, maximum 7. If not specified, the defaultdays setting will be used instead.\\n "
msgid "Ban a user from this server and optionally delete days of messages.\n\n"
" `days` is the amount of days of messages to cleanup on ban.\n\n"
" Examples:\n"
" - `[p]ban 428675506947227648 7 Continued to spam after told to stop.`\n"
" This will ban Twentysix and it will delete 7 days worth of messages.\n"
" - `[p]ban @Twentysix 7 Continued to spam after told to stop.`\n"
" This will ban Twentysix and it will delete 7 days worth of messages.\n\n"
" A user ID should be provided if the user is not a member of this server.\n"
" If days is not a number, it's treated as the first word of the reason.\n"
" Minimum 0 days, maximum 7. If not specified, the defaultdays setting will be used instead.\n"
" "
msgstr ""
#: redbot/cogs/mod/kickban.py:395
#, docstring
msgid "Mass bans user(s) from the server.\\n\\n `days` is the amount of days of messages to cleanup on massban.\\n\\n Example:\\n - `[p]massban 345628097929936898 57287406247743488 7 they broke all rules.`\\n This will ban all the added userids and delete 7 days of worth messages.\\n\\n User IDs need to be provided in order to ban\\n using this command.\\n "
msgid "Mass bans user(s) from the server.\n\n"
" `days` is the amount of days of messages to cleanup on massban.\n\n"
" Example:\n"
" - `[p]massban 345628097929936898 57287406247743488 7 they broke all rules.`\n"
" This will ban all the added userids and delete 7 days of worth messages.\n\n"
" User IDs need to be provided in order to ban\n"
" using this command.\n"
" "
msgstr ""
#: redbot/cogs/mod/kickban.py:411
@@ -143,11 +169,13 @@ msgid "Banned {num} users from the server."
msgstr "{num} utilisateurs bannis du serveur."
#: redbot/cogs/mod/kickban.py:415
msgid "\\nErrors:\\n"
msgstr "\\nErreurs:\\n"
msgid "\n"
"Errors:\n"
msgstr ""
#: redbot/cogs/mod/kickban.py:418
msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n"
msgid "\n"
"Following user IDs have been upgraded from a temporary to a permanent ban:\n"
msgstr ""
#: redbot/cogs/mod/kickban.py:446
@@ -164,7 +192,17 @@ msgstr ""
#: redbot/cogs/mod/kickban.py:567
#, docstring
msgid "Temporarily ban a user from this server.\\n\\n `duration` is the amount of time the user should be banned for.\\n `days` is the amount of days of messages to cleanup on tempban.\\n\\n Examples:\\n - `[p]tempban @Twentysix Because I say so`\\n This will ban Twentysix for the default amount of time set by an administrator.\\n - `[p]tempban @Twentysix 15m You need a timeout`\\n This will ban Twentysix for 15 minutes.\\n - `[p]tempban 428675506947227648 1d2h15m 5 Evil person`\\n This will ban the user for 1 day 2 hours 15 minutes and will delete the last 5 days of their messages.\\n "
msgid "Temporarily ban a user from this server.\n\n"
" `duration` is the amount of time the user should be banned for.\n"
" `days` is the amount of days of messages to cleanup on tempban.\n\n"
" Examples:\n"
" - `[p]tempban @Twentysix Because I say so`\n"
" This will ban Twentysix for the default amount of time set by an administrator.\n"
" - `[p]tempban @Twentysix 15m You need a timeout`\n"
" This will ban Twentysix for 15 minutes.\n"
" - `[p]tempban 428675506947227648 1d2h15m 5 Evil person`\n"
" This will ban the user for 1 day 2 hours 15 minutes and will delete the last 5 days of their messages.\n"
" "
msgstr ""
#: redbot/cogs/mod/kickban.py:621
@@ -193,8 +231,9 @@ msgid "Kick a user and delete 1 day's worth of their messages."
msgstr "Éjecte un utilisateur et supprime les messages envoyés par cet utilisateur pendant ces dernières 24 heures."
#: redbot/cogs/mod/kickban.py:685
msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}"
msgstr "Vous avez été banni puis dé-banni comme moyen rapide pour supprimer vos messages.\\nVous pouvez maintenant rejoindre le serveur à nouveau. {invite_link}"
msgid "You have been banned and then unbanned as a quick way to delete your messages.\n"
"You can now join the server again. {invite_link}"
msgstr ""
#: redbot/cogs/mod/kickban.py:696
msgid "My role is not high enough to softban that user."
@@ -245,8 +284,12 @@ msgstr ""
#: redbot/cogs/mod/kickban.py:867
#, docstring
msgid "Unban a user from this server.\\n\\n Requires specifying the target user's ID. To find this, you may either:\\n 1. Copy it from the mod log case (if one was created), or\\n 2. enable developer mode, go to Bans in this server's settings, right-\\n click the user and select 'Copy ID'."
msgstr "Débanni un utilisateur de ce serveur.\\n\\n Nécessite de spécifier l'ID de l'utilisateur. Pour le trouver, vous pouvez soit :\\n #. Le copier à partir du cas dans les mod log (Si il a été créé), ou\\n Activer le mode développeur, allez dans Bannissements dans les paramètres du serveur, clique\\n droit sur l'utilisateur et sélectionner 'Copier l'ID'."
msgid "Unban a user from this server.\n\n"
" Requires specifying the target user's ID. To find this, you may either:\n"
" 1. Copy it from the mod log case (if one was created), or\n"
" 2. enable developer mode, go to Bans in this server's settings, right-\n"
" click the user and select 'Copy ID'."
msgstr ""
#: redbot/cogs/mod/kickban.py:880
msgid "It seems that user isn't banned!"
@@ -265,12 +308,14 @@ msgid "I don't share another server with this user. I can't reinvite them."
msgstr "Je ne partage pas d'autre serveur avec cette utilisateur. Je ne peux pas le réinviter."
#: redbot/cogs/mod/kickban.py:913
msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}"
msgstr "Vous avez été débanni de {server}.\\nVoici une invitation pour ce serveur : {invite_link}"
msgid "You've been unbanned from {server}.\n"
"Here is an invite for that server: {invite_link}"
msgstr ""
#: redbot/cogs/mod/kickban.py:920
msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}"
msgstr "Je n'ai pas réussi à envoyer une invitation à cet utilisateur. Peut-être pouvez-vous l'envoyer à ma place?\\nVoici le lien d'invitation : {invite_link}"
msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\n"
"Here's the invite link: {invite_link}"
msgstr ""
#: redbot/cogs/mod/kickban.py:928
msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}"
@@ -300,7 +345,9 @@ msgstr "Salons et serveurs ignorées restaurées."
#: redbot/cogs/mod/mod.py:195
#, docstring
msgid "\\n Move deletedelay settings to core\\n "
msgid "\n"
" Move deletedelay settings to core\n"
" "
msgstr ""
#: redbot/cogs/mod/mod.py:204
@@ -309,8 +356,10 @@ msgstr "Suppression des paramètre de délai de suppression restaurée."
#: redbot/cogs/mod/names.py:36
#, docstring
msgid "Change a user's nickname.\\n\\n Leaving the nickname empty will remove it.\\n "
msgstr "Changer le pseudo d'un utilisateur.\\n\\n Laisser le pseudo vide le supprimera.\\n "
msgid "Change a user's nickname.\n\n"
" Leaving the nickname empty will remove it.\n"
" "
msgstr ""
#: redbot/cogs/mod/names.py:45
msgid "Nicknames must be between 2 and 32 characters long."
@@ -378,21 +427,22 @@ msgstr ""
#: redbot/cogs/mod/names.py:164
#, docstring
msgid "Show information about a user.\\n\\n This includes fields for status, discord join date, server\\n join date, voice state and previous names/nicknames.\\n\\n If the user has no roles, previous names or previous nicknames,\\n these fields will be omitted.\\n "
msgstr "Affiche les informations sur un utilisateur.\\n\\n Ceci inclut les champs pour le statut, la date d'inscription sur Discord,\\n la date à laquelle cet utilisateur à rejoint le serveur, l'état vocal \\n et les noms/pseudos précédents.\\n\\n Si l'utilisateur n'a pas de rôles, noms ou pseudos précédents,\\n ces champs seront omis.\n"
msgid "Show information about a user.\n\n"
" This includes fields for status, discord join date, server\n"
" join date, voice state and previous names/nicknames.\n\n"
" If the user has no roles, previous names or previous nicknames,\n"
" these fields will be omitted.\n"
" "
msgstr ""
#: redbot/cogs/mod/names.py:192
msgid "Unknown"
msgstr "Inconnu"
#: redbot/cogs/mod/names.py:200
msgid "{}\\n({} days ago)"
msgstr "{}\\n(il y a {} jours)"
#: redbot/cogs/mod/names.py:201
msgid "{}\\n({} days ago)"
msgstr "{}\\n(il y a {} jours)"
#: redbot/cogs/mod/names.py:200 redbot/cogs/mod/names.py:201
msgid "{}\n"
"({} days ago)"
msgstr ""
#: redbot/cogs/mod/names.py:213
msgid "Chilling in {} status"
@@ -470,8 +520,8 @@ msgid "Show the current server administration settings."
msgstr ""
#: redbot/cogs/mod/settings.py:41
msgid "Delete repeats: {num_repeats}\\n"
msgstr "Supprimer les répétitions : {num_repeats}\\n"
msgid "Delete repeats: {num_repeats}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:42
msgid "after {num} repeats"
@@ -485,7 +535,7 @@ msgid "No"
msgstr "Non"
#: redbot/cogs/mod/settings.py:46
msgid "Warn mention spam: {num_mentions}\\n"
msgid "Warn mention spam: {num_mentions}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:47 redbot/cogs/mod/settings.py:52
@@ -494,24 +544,24 @@ msgid "{num} mentions"
msgstr "{num} mentions"
#: redbot/cogs/mod/settings.py:51
msgid "Kick mention spam: {num_mentions}\\n"
msgid "Kick mention spam: {num_mentions}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:56
msgid "Ban mention spam: {num_mentions}\\n"
msgstr "Bannir le spam de mention : {num_mentions}\\n"
msgid "Ban mention spam: {num_mentions}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:62
msgid "Mention Spam Strict: All mentions will count including duplicates\\n"
msgid "Mention Spam Strict: All mentions will count including duplicates\n"
msgstr ""
#: redbot/cogs/mod/settings.py:64
msgid "Mention Spam Strict: Only unique mentions will count\\n"
msgid "Mention Spam Strict: Only unique mentions will count\n"
msgstr ""
#: redbot/cogs/mod/settings.py:66
msgid "Respects hierarchy: {yes_or_no}\\n"
msgstr "Respecter la hiérarchie : {yes_or_no}\\n"
msgid "Respects hierarchy: {yes_or_no}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:67 redbot/cogs/mod/settings.py:75
#: redbot/cogs/mod/settings.py:78
@@ -519,8 +569,8 @@ msgid "Yes"
msgstr "Oui"
#: redbot/cogs/mod/settings.py:69
msgid "Delete delay: {num_seconds}\\n"
msgstr "Délai de suppression : {num_seconds}\\n"
msgid "Delete delay: {num_seconds}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:70
msgid "{num} seconds"
@@ -531,20 +581,20 @@ msgid "None"
msgstr "Aucun"
#: redbot/cogs/mod/settings.py:74
msgid "Reinvite on unban: {yes_or_no}\\n"
msgstr "Réinviter lors du débannissement : {yes_or_no}\\n"
msgid "Reinvite on unban: {yes_or_no}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:77
msgid "Send message to users on kick/ban: {yes_or_no}\\n"
msgstr "Envoyer un message aux utilisateurs expulsé/banni : {yes_or_no}\\n"
msgid "Send message to users on kick/ban: {yes_or_no}\n"
msgstr ""
#: redbot/cogs/mod/settings.py:81
msgid "Default message history delete on ban: Previous {num_days} days\\n"
msgstr "Suppression de l'historique des messages lors du bannissement par défaut : {num_days} jours précédents\\n"
msgid "Default message history delete on ban: Previous {num_days} days\n"
msgstr ""
#: redbot/cogs/mod/settings.py:85
msgid "Default message history delete on ban: Don't delete any\\n"
msgstr "Suppression de l'historique des messages lors d'un bannissement par défaut : Ne supprimez aucun\\n"
msgid "Default message history delete on ban: Don't delete any\n"
msgstr ""
#: redbot/cogs/mod/settings.py:86
msgid "Default tempban duration: {duration}"
@@ -552,8 +602,12 @@ msgstr ""
#: redbot/cogs/mod/settings.py:94
#, docstring
msgid "Toggle role hierarchy check for mods and admins.\\n\\n **WARNING**: Disabling this setting will allow mods to take\\n actions on users above them in the role hierarchy!\\n\\n This is enabled by default.\\n "
msgstr "Activer/désactiver la vérification de la hiérarchie des rôles pour les mods et les admins.\\n\\n **AVERTISSEMENT** : Désactiver ce paramètre permettra aux mods de prendre\\n des actions sur les utilisateurs au-dessus d'eux dans la hiérarchie des rôles !\\n\\n Ceci est activé par défaut.\\n "
msgid "Toggle role hierarchy check for mods and admins.\n\n"
" **WARNING**: Disabling this setting will allow mods to take\n"
" actions on users above them in the role hierarchy!\n\n"
" This is enabled by default.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:106
msgid "Role hierarchy will be checked when moderation commands are issued."
@@ -565,12 +619,19 @@ msgstr "La hiérarchie des rôles sera ignorée lorsque les commandes de modéra
#: redbot/cogs/mod/settings.py:117
#, docstring
msgid "\\n Manage the automoderation settings for mentionspam.\\n "
msgid "\n"
" Manage the automoderation settings for mentionspam.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:124
#, docstring
msgid "\\n Setting to account for duplicate mentions.\\n\\n If enabled all mentions will count including duplicated mentions.\\n If disabled only unique mentions will count.\\n\\n Use this command without any parameter to see current setting.\\n "
msgid "\n"
" Setting to account for duplicate mentions.\n\n"
" If enabled all mentions will count including duplicated mentions.\n"
" If disabled only unique mentions will count.\n\n"
" Use this command without any parameter to see current setting.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:136
@@ -591,7 +652,12 @@ msgstr ""
#: redbot/cogs/mod/settings.py:152
#, docstring
msgid "\\n Sets the autowarn conditions for mention spam.\\n\\n Users will be warned if they send any messages which contain more than\\n `<max_mentions>` mentions.\\n\\n `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\\n "
msgid "\n"
" Sets the autowarn conditions for mention spam.\n\n"
" Users will be warned if they send any messages which contain more than\n"
" `<max_mentions>` mentions.\n\n"
" `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:163
@@ -607,20 +673,28 @@ msgid "`<max_mentions>` must be 1 or higher to autowarn."
msgstr ""
#: redbot/cogs/mod/settings.py:174
msgid "\\nAutowarn is equal to or higher than autokick."
msgid "\n"
"Autowarn is equal to or higher than autokick."
msgstr ""
#: redbot/cogs/mod/settings.py:178
msgid "\\nAutowarn is equal to or higher than autoban."
msgid "\n"
"Autowarn is equal to or higher than autoban."
msgstr ""
#: redbot/cogs/mod/settings.py:182
msgid "Autowarn for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autowarned.\\n{mismatch_message}"
msgid "Autowarn for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autowarned.\n"
"{mismatch_message}"
msgstr ""
#: redbot/cogs/mod/settings.py:192
#, docstring
msgid "\\n Sets the autokick conditions for mention spam.\\n\\n Users will be kicked if they send any messages which contain more than\\n `<max_mentions>` mentions.\\n\\n `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\\n "
msgid "\n"
" Sets the autokick conditions for mention spam.\n\n"
" Users will be kicked if they send any messages which contain more than\n"
" `<max_mentions>` mentions.\n\n"
" `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:203
@@ -636,20 +710,27 @@ msgid "`<max_mentions>` must be 1 or higher to autokick."
msgstr ""
#: redbot/cogs/mod/settings.py:214
msgid "\\nAutokick is equal to or lower than autowarn."
msgid "\n"
"Autokick is equal to or lower than autowarn."
msgstr ""
#: redbot/cogs/mod/settings.py:218
msgid "\\nAutokick is equal to or higher than autoban."
msgid "\n"
"Autokick is equal to or higher than autoban."
msgstr ""
#: redbot/cogs/mod/settings.py:222
msgid "Autokick for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autokicked.\\n{mismatch_message}"
msgid "Autokick for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autokicked.\n"
"{mismatch_message}"
msgstr ""
#: redbot/cogs/mod/settings.py:232
#, docstring
msgid "Set the autoban conditions for mention spam.\\n\\n Users will be banned if they send any message which contains more than\\n `<max_mentions>` mentions.\\n\\n `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\\n "
msgid "Set the autoban conditions for mention spam.\n\n"
" Users will be banned if they send any message which contains more than\n"
" `<max_mentions>` mentions.\n\n"
" `<max_mentions>` Must be 0 or greater. Set to 0 to disable this feature.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:242
@@ -665,21 +746,27 @@ msgid "`<max_mentions>` must be 1 or higher to autoban."
msgstr ""
#: redbot/cogs/mod/settings.py:253
msgid "\\nAutoban is equal to or lower than autowarn."
msgid "\n"
"Autoban is equal to or lower than autowarn."
msgstr ""
#: redbot/cogs/mod/settings.py:257
msgid "\\nAutoban is equal to or lower than autokick."
msgid "\n"
"Autoban is equal to or lower than autokick."
msgstr ""
#: redbot/cogs/mod/settings.py:261
msgid "Autoban for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autobanned.\\n{mismatch_message}"
msgid "Autoban for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autobanned.\n"
"{mismatch_message}"
msgstr ""
#: redbot/cogs/mod/settings.py:271
#, docstring
msgid "Enable auto-deletion of repeated messages.\\n\\n Must be between 2 and 20.\\n\\n Set to -1 to disable this feature.\\n "
msgstr "Active/désactive l'auto suppression des messages répétés.\\n\\n Doit être entre entre 2 et 20.\\n\\n Règler à -1 pour désactiver cette fonctionnalité.\\n "
msgid "Enable auto-deletion of repeated messages.\n\n"
" Must be between 2 and 20.\n\n"
" Set to -1 to disable this feature.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:282 redbot/cogs/mod/settings.py:308
msgid "Repeated messages will be ignored."
@@ -699,8 +786,11 @@ msgstr "Le bot supprimera les messages répétés après {num} répétitions. D
#: redbot/cogs/mod/settings.py:313
#, docstring
msgid "Toggle whether an invite will be sent to a user when unbanned.\\n\\n If this is True, the bot will attempt to create and send a single-use invite\\n to the newly-unbanned user.\\n "
msgstr "Active/désactive si une invitation doit être envoyé à l'utilisateur lorsqu'il est débanni.\\n\\n Si c'est True, le bot tentera de créer et d'envoyer une invitation à usage unique\\n à l'utilisateur nouvellement débanni.\\n "
msgid "Toggle whether an invite will be sent to a user when unbanned.\n\n"
" If this is True, the bot will attempt to create and send a single-use invite\n"
" to the newly-unbanned user.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:323
msgid "Users unbanned with `{command}` will be reinvited."
@@ -712,8 +802,11 @@ msgstr "Les utilisateurs débanni avec `{command}` ne seront pas réinvités."
#: redbot/cogs/mod/settings.py:338
#, docstring
msgid "Toggle whether a message should be sent to a user when they are kicked/banned.\\n\\n If this option is enabled, the bot will attempt to DM the user with the guild name\\n and reason as to why they were kicked/banned.\\n "
msgstr "Permet d'envoyer ou non un message à un utilisateur lorsqu'il est expulsé/banni.\\n\\n Si cette option est activée, le bot tentera d'envoyer un message privé à l'utilisateur avec le nom du serveur\\n et la raison pour laquelle il a été expulsé/banni.\\n "
msgid "Toggle whether a message should be sent to a user when they are kicked/banned.\n\n"
" If this option is enabled, the bot will attempt to DM the user with the guild name\n"
" and reason as to why they were kicked/banned.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:347
msgid "DM when kicked/banned is currently set to: {setting}"
@@ -729,8 +822,10 @@ msgstr "Le bot n'essayera plus d'envoyer un message privé à l'utilisateur avan
#: redbot/cogs/mod/settings.py:361
#, docstring
msgid "Set the default number of days worth of messages to be deleted when a user is banned.\\n\\n The number of days must be between 0 and 7.\\n "
msgstr "Défini le nombre de jours de messages à supprimer lorsqu'un utilisateur est banni.\\n\\n Le nombre de jours doit être compris entre 0 et 7.\\n "
msgid "Set the default number of days worth of messages to be deleted when a user is banned.\n\n"
" The number of days must be between 0 and 7.\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:367
msgid "Invalid number of days. Must be between 0 and 7."
@@ -742,7 +837,13 @@ msgstr "{days} jours de messages seront supprimés lorsqu'un utilisateur est ban
#: redbot/cogs/mod/settings.py:385
#, docstring
msgid "Set the default time to be used when a user is tempbanned.\\n\\n Accepts: seconds, minutes, hours, days, weeks\\n `duration` must be greater than zero.\\n\\n Examples:\\n `[p]modset defaultduration 7d12h10m`\\n `[p]modset defaultduration 7 days 12 hours 10 minutes`\\n "
msgid "Set the default time to be used when a user is tempbanned.\n\n"
" Accepts: seconds, minutes, hours, days, weeks\n"
" `duration` must be greater than zero.\n\n"
" Examples:\n"
" `[p]modset defaultduration 7d12h10m`\n"
" `[p]modset defaultduration 7 days 12 hours 10 minutes`\n"
" "
msgstr ""
#: redbot/cogs/mod/settings.py:397
@@ -751,8 +852,11 @@ msgstr ""
#: redbot/cogs/mod/slowmode.py:27
#, docstring
msgid "Changes channel's slowmode setting.\\n\\n Interval can be anything from 0 seconds to 6 hours.\\n Use without parameters to disable.\\n "
msgstr "Change les réglages du mode lent du salon.\\n\\n L'intervalle peut être entre 0 secondes jusqu'à 6 heures.\\n N'utiliser aucun paramètres pour désactiver.\\n "
msgid "Changes channel's slowmode setting.\n\n"
" Interval can be anything from 0 seconds to 6 hours.\n"
" Use without parameters to disable.\n"
" "
msgstr ""
#: redbot/cogs/mod/slowmode.py:36
msgid "Slowmode interval is now {interval}."