Automated Crowdin downstream (#3531)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Cog-Creators Bot
2020-02-08 19:49:30 +01:00
committed by GitHub
parent ec97f0c316
commit 4370ec922b
792 changed files with 117627 additions and 64718 deletions

View File

@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
"PO-Revision-Date: 2020-01-07 21:47\n"
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
"PO-Revision-Date: 2020-02-08 18:19\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: fr\n"
"X-Crowdin-File: /permissions/locales/messages.pot\n"
"X-Crowdin-File: /cogs/permissions/locales/messages.pot\n"
"Language: fr_FR\n"
#: redbot/cogs/permissions/converters.py:64
@@ -84,7 +84,7 @@ msgid "Explain how permissions works."
msgstr "Expliquez comment fonctionnent les permissions."
#: redbot/cogs/permissions/permissions.py:121
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:147
@@ -153,91 +153,96 @@ msgstr ""
msgid "Update rules for this server with a YAML file.\\n\\n This won't touch any rules not specified in the YAML\\n file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:288
#: redbot/cogs/permissions/permissions.py:290
#, docstring
msgid "Add a global rule to a command.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\" or \\\"deny\\\".\\n\\n `<cog_or_command>` is the cog or command to add the rule to.\\n This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:307
#: redbot/cogs/permissions/permissions.py:338
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:347
msgid "This command is designated as being always available and cannot be modified by permission rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:317
#: redbot/cogs/permissions/permissions.py:360
msgid "Rule added."
msgstr "Règle ajoutée."
#: redbot/cogs/permissions/permissions.py:319
#: redbot/cogs/permissions/permissions.py:333
#, docstring
msgid "Add a rule to a command in this server.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\" or \\\"deny\\\".\\n\\n `<cog_or_command>` is the cog or command to add the rule to.\\n This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:348
#: redbot/cogs/permissions/permissions.py:370
#, docstring
msgid "Remove a global rule from a command.\\n\\n `<cog_or_command>` is the cog or command to remove the rule\\n from. This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:360
#: redbot/cogs/permissions/permissions.py:385
#: redbot/cogs/permissions/permissions.py:382
#: redbot/cogs/permissions/permissions.py:411
msgid "Rule removed."
msgstr "Règle supprimée."
#: redbot/cogs/permissions/permissions.py:371
#: redbot/cogs/permissions/permissions.py:397
#, docstring
msgid "Remove a server rule from a command.\\n\\n `<cog_or_command>` is the cog or command to remove the rule\\n from. This is case sensitive.\\n\\n `<who_or_what>` is one or more users, channels or roles the rule is for.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:393
#: redbot/cogs/permissions/permissions.py:419
#, docstring
msgid "Set the default rule for a command in this server.\\n\\n This is the rule a command will default to when no other rule\\n is found.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\", \\\"deny\\\" or \\\"clear\\\".\\n \\\"clear\\\" will reset the default rule.\\n\\n `<cog_or_command>` is the cog or command to set the default\\n rule for. This is case sensitive.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:409
#: redbot/cogs/permissions/permissions.py:430
#: redbot/cogs/permissions/permissions.py:435
#: redbot/cogs/permissions/permissions.py:456
msgid "Default set."
msgstr "Réinitialisation des paramètres par défaut."
#: redbot/cogs/permissions/permissions.py:416
#: redbot/cogs/permissions/permissions.py:442
#, docstring
msgid "Set the default global rule for a command.\\n\\n This is the rule a command will default to when no other rule\\n is found.\\n\\n `<allow_or_deny>` should be one of \\\"allow\\\", \\\"deny\\\" or \\\"clear\\\".\\n \\\"clear\\\" will reset the default rule.\\n\\n `<cog_or_command>` is the cog or command to set the default\\n rule for. This is case sensitive.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:435
#: redbot/cogs/permissions/permissions.py:461
#, docstring
msgid "Reset all global rules."
msgstr "Réinitialiser toutes les règles globales."
#: redbot/cogs/permissions/permissions.py:445
#: redbot/cogs/permissions/permissions.py:471
#, docstring
msgid "Reset all rules in this server."
msgstr "Réinitialiser toutes les règles de ce serveur."
#: redbot/cogs/permissions/permissions.py:548
#: redbot/cogs/permissions/permissions.py:574
msgid "You must upload a file."
msgstr "Vous devez envoyer un fichier."
#: redbot/cogs/permissions/permissions.py:554
#: redbot/cogs/permissions/permissions.py:580
msgid "Invalid syntax: "
msgstr "Syntaxe invalide : "
#: redbot/cogs/permissions/permissions.py:557
#: redbot/cogs/permissions/permissions.py:583
msgid "Your YAML file did not match the schema: "
msgstr "Votre fichier YAML ne correspond pas au schéma : "
#: redbot/cogs/permissions/permissions.py:560
#: redbot/cogs/permissions/permissions.py:586
msgid "Rules set."
msgstr "Règles définies."
#: redbot/cogs/permissions/permissions.py:604
#: redbot/cogs/permissions/permissions.py:630
msgid "Are you sure?"
msgstr "Êtes-vous sûr ?"
#: redbot/cogs/permissions/permissions.py:611
#: redbot/cogs/permissions/permissions.py:624
#: redbot/cogs/permissions/permissions.py:637
#: redbot/cogs/permissions/permissions.py:650
msgid "Response timed out."
msgstr "Réponse expirée."
#: redbot/cogs/permissions/permissions.py:619
#: redbot/cogs/permissions/permissions.py:645
msgid "Are you sure? (y/n)"
msgstr "Êtes-vous sûr ? (y/n)"
#: redbot/cogs/permissions/permissions.py:630
#: redbot/cogs/permissions/permissions.py:656
msgid "Action cancelled."
msgstr "Action annulée."