[i18n] Update translation catalogs (#2867)

* [i18n] Update translation catalogs

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>

* Install redgettext 3.1 in travis crowdin deployment

Last time the catalog templates were updated, redgettext 3.0 was used. I'd rather Travis didn't upload them after extracting with an older version.

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
Toby Harradine
2019-07-14 13:52:18 +10:00
committed by Michael H
parent d5c412e3df
commit 8676dd3ce3
589 changed files with 95310 additions and 65686 deletions

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:12\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: ar_SA\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:12\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: bg_BG\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -0,0 +1,244 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-14 02:15\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: cs\n"
"X-Crowdin-File: /cogs/permissions/locales/messages.pot\n"
"Language: cs_CZ\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules 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:272
#, docstring
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
#, 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:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:316
#, 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:342
#, 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:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:362
#, 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:381
#, 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:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:404
#, 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:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:12\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Danish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: da_DK\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:12\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: de_DE\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr "Regeln müssen entweder `true` oder `false` sein."
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
msgstr "Schlüssel unter Befehlsnamen müssen IDs (Zahlen) oder `default` sein."
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
msgstr "Schlüssel unterhalb von `COMMAND` müssen Befehlsnamen sein (Zeichenkette)."
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
msgstr "Schlüssel unterhalb von cog Namen müssen IDs oder `default` sein."
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
msgstr "Schlüssel unterhalb von `COG` müssen cog Namen sein (Zeichenkette)."
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
msgstr "Schlüssel auf höchster Ebene müssen entweder `COG` oder `COMMAND` sein."
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#, docstring
msgid "Command permission management tools."
msgstr ""
msgstr "Passe Berechtigungen für Befehle und cogs an."
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Explain how permissions works."
msgstr ""
msgid "Command permission management tools."
msgstr "Tools zum Verwalten der Befehlsberechtigungen."
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Explain how permissions works."
msgstr "Erkläre wie Berechtigungen funktionieren."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
msgstr "Befehl nicht vorhanden"
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
msgstr "Dieser Benutzer kann den angegebenen Befehl ausführen."
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
msgstr "Dieser Benutzer kann den angegebenen Befehl nicht ausführen."
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr "Verwalte Berechtigungen mit YAML Dateien."
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#, docstring
msgid "Get a YAML file detailing all global rules."
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr "Erhalte eine YAML Datei mit Angaben aller globalen Regeln."
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
msgstr "Ich bin nicht berechtigt dir Direktnachrichten zu senden."
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
msgstr "Ich habe dir soeben die Datei per Direktnachricht gesendet."
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
msgstr "Erhalte eine YAML Datei mit Angaben aller Regeln für diesen Server."
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
msgstr "Regel hinzugefügt."
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
msgstr "Regel entfernt."
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
msgstr "Standard festgelegt."
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
msgstr "Alle globalen Regeln zurücksetzen."
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
msgstr "Setzt alle Regeln auf diesem Server zurück."
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
msgstr "Du musst eine Datei anhängen."
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
msgstr "Ungültiger Syntax: "
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
msgstr "Deine YAML Datei entspricht nicht dem Schema: "
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
msgstr "Regeln festgelegt."
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
msgstr "Bist du sicher?"
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Antwortzeitlimit erreicht."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
msgstr "Bist du sicher? (y/n)"
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""
msgstr "Aktion abgebrochen."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:12\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Greek\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: el_GR\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-14 02:15\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Pirate English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: en_PT\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-14 02:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: es_ES\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-14 02:15\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: fi_FI\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:12\n"
"Last-Translator: Robert Jansen (Kowlin)\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 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: fr_FR\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr "Les règles doivent être soit `true` soit `false`."
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
msgstr "Les clés sous les noms de commandes doivent être des identifiants (chiffres) ou `default`."
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
msgstr "Les clés sous `COMMAND` doivent être des noms de commandes (strings)."
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
msgstr "Les clés sous les noms de commandes doivent être des identifiants (chiffres) ou `default`."
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
msgstr "Les clés sous `COMMAND` doivent être des noms de commandes (strings)."
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
msgstr "Les clés de haut niveau doivent être soit `COG` soit `COMMAND`."
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#, docstring
msgid "Command permission management tools."
msgstr ""
msgstr "Personnaliser les permissions pour les commandes et les cogs."
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Explain how permissions works."
msgstr ""
msgid "Command permission management tools."
msgstr "Outils de gestion des permissions des commandes."
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
msgstr "Cette commande n'existe pas"
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
msgstr "Cet utilisateur peut exécuter la commande spécifiée."
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
msgstr "Cet utilisateur ne peut pas exécuter la commande spécifiée."
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr "Gérer les permissions avec des fichiers YAML."
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#, docstring
msgid "Get a YAML file detailing all global rules."
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr "Obtenez un fichier YAML détaillant toutes les règles globales."
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
msgstr "Je ne suis pas autorisé à vous contacter par message privé."
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
msgstr "Je viens de vous envoyer le fichier par message privé."
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
msgstr "Obtenez un fichier YAML détaillant toutes les règles de ce serveur."
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
msgstr "Règle ajoutée."
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
msgstr "Règle supprimée."
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
msgstr "Réinitialisation des paramètres par défaut."
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
msgstr "Réinitialiser toutes les règles globales."
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
msgstr "Réinitialiser toutes les règles de ce serveur."
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
msgstr "Vous devez envoyer un fichier."
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
msgstr "Syntaxe invalide : "
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
msgstr "Votre fichier YAML ne correspond pas au schéma : "
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
msgstr "Règles définies."
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
msgstr "Êtes-vous sûr ?"
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Réponse expirée."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
msgstr "Êtes-vous sûr ? (y/n)"
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""
msgstr "Action annulée."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: hu_HU\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
msgstr "Biztos vagy benne?"
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Időtúllépés."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
msgstr "Biztos vagy benne? (y/n)"
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""
msgstr "Visszavonva."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Indonesian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: id_ID\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: it_IT\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Risposta scaduta."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: ja_JP\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: ko_KR\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: LOLCAT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: lol_US\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: nl_NL\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: no_NO\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: pl_PL\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Przekroczono limit czasu odpowiedzi."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: pt_BR\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Tempo de resposta excedido."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: pt_PT\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -0,0 +1,244 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-14 02:09\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Romanian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: ro\n"
"X-Crowdin-File: /cogs/permissions/locales/messages.pot\n"
"Language: ro_RO\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules 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:272
#, docstring
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
#, 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:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:316
#, 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:342
#, 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:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:362
#, 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:381
#, 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:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:404
#, 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:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 05:52\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:13\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: ru_RU\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr "Правила должны быть либо `true`, либо` false`."
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
msgstr "Ключи под именами команд должны быть ID (числами) или `default`."
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
msgstr "Ключи в `COMMAND` должны быть именами команд (строками)."
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
msgstr "Ключи под именами модулей должны быть ID или `default`."
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
msgstr "Ключи под `COG` должны быть именами модулей (строками)."
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
msgstr "Ключи верхнего уровня должны быть либо `COG`, либо` COMMAND`."
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#, docstring
msgid "Command permission management tools."
msgstr ""
msgstr "Настроить разрешения для команд и модулей."
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Explain how permissions works."
msgstr ""
msgid "Command permission management tools."
msgstr "Инструменты управления разрешениями команд."
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Explain how permissions works."
msgstr "Объяснить, как работают разрешения."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
msgstr "Нет такой команды"
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
msgstr "Этот пользователь может выполнить указанную команду."
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
msgstr "Этот пользователь не может выполнить указанную команду."
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr "Управлять разрешениями с помощью файлов YAML."
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#, docstring
msgid "Get a YAML file detailing all global rules."
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr "Получить файл YAML с подробным описанием всех глобальных правил."
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
msgstr "Мне не разрешено писать вам личные сообщения."
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
msgstr "Я только что отправила вам файл в личные сообщения."
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
msgstr "Получить файл YAML с подробным описанием всех правил на этом сервере."
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
msgstr "Правило добавлено."
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
msgstr "Правило удалено."
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
msgstr "Настройки по умолчанию установлены."
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
msgstr "Сбросить все глобальные правила."
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
msgstr "Сбросить все правила на этом сервере."
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
msgstr "Вы должны загрузить файл."
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
msgstr "Неверный синтаксис: "
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
msgstr "Ваш YAML-файл не соответствует схеме: "
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
msgstr "Правила установлены."
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
msgstr "Вы уверены?"
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Время ответа истекло."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
msgstr "Вы уверены? (y/n)"
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""
msgstr "Действие отменено."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Slovak\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: sk_SK\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: sv_SE\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Turkish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: tr_TR\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
msgstr "Yanıt yok, zaman aşımı oluştu."
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-06 16:14\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -17,288 +17,228 @@ msgstr ""
"Language: zh_CN\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This 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\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global 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\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgid "Update global rules 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:267
#: redbot/cogs/permissions/permissions.py:272
#, docstring
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"
" "
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:283
#: redbot/cogs/permissions/permissions.py:288
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:299
#: redbot/cogs/permissions/permissions.py:326
#: redbot/cogs/permissions/permissions.py:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#: redbot/cogs/permissions/permissions.py:316
#, 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 the user, channel or role the rule is for.\n"
" "
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:336
#: redbot/cogs/permissions/permissions.py:342
#, 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 the user, channel, role or server the rule\n"
" is for.\n"
" "
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:347
#: redbot/cogs/permissions/permissions.py:369
#: redbot/cogs/permissions/permissions.py:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#: redbot/cogs/permissions/permissions.py:362
#, 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 the user, channel or role the rule is for.\n"
" "
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:377
#: redbot/cogs/permissions/permissions.py:381
#, 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"
" "
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:393
#: redbot/cogs/permissions/permissions.py:414
#: redbot/cogs/permissions/permissions.py:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#: redbot/cogs/permissions/permissions.py:404
#, 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"
" "
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:419
#: redbot/cogs/permissions/permissions.py:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""

View File

@@ -0,0 +1,244 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
"PO-Revision-Date: 2019-07-14 02:15\n"
"Last-Translator: Robert Jansen (Kowlin)\n"
"Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 3.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: zh-TW\n"
"X-Crowdin-File: /cogs/permissions/locales/messages.pot\n"
"Language: zh_TW\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\\\"{arg}\\\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\\\"{arg}\\\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
#: redbot/cogs/permissions/permissions.py:60
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:49
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:53
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:64
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:68
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:72
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:82
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:118
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: 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)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:147
#, docstring
msgid "Check if a user can run a command.\\n\\n This will take the current context into account, such as the\\n server and text channel.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:162
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:173
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:175
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:182
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:186
msgid "Example YAML for setting rules:\\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:208
#, docstring
msgid "Set global rules with a YAML file.\\n\\n **WARNING**: This will override reset *all* global rules\\n to the rules specified in the uploaded file.\\n\\n This does not validate the names of commands and cogs before\\n setting the new rules.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:222
#, docstring
msgid "Set rules for this server with a YAML file.\\n\\n **WARNING**: This will override reset *all* rules in this\\n server to the rules specified in the uploaded file.\\n "
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:237
#: redbot/cogs/permissions/permissions.py:252
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:239
#: redbot/cogs/permissions/permissions.py:254
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:247
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:261
#, docstring
msgid "Update global rules 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:272
#, docstring
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
#, 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:304
#: redbot/cogs/permissions/permissions.py:332
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:316
#, 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:342
#, 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:351
#: redbot/cogs/permissions/permissions.py:373
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:362
#, 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:381
#, 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:397
#: redbot/cogs/permissions/permissions.py:418
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:404
#, 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:423
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:433
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:526
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:532
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:535
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:538
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:582
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:589
#: redbot/cogs/permissions/permissions.py:602
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:597
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:608
msgid "Action cancelled."
msgstr ""