mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
Automated Crowdin downstream (#4804)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ae87aa396a
commit
663876fba3
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: af_ZA\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\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-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bosnian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: bs_BA\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Catalan\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: ca_ES\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr "Pravidlo bylo přidáno."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr "Pravidlo bylo odstraněno."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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 "\\\"{arg}\\\" nicht gefunden. Es muss die ID, Erwähnung oder der Servername, Kanal, Benutzer oder die Rolle sein, die der Bot sehen kann."
|
||||
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:74
|
||||
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 "\\\"{arg}\\\" verweist nicht auf einen eindeutigen Server, Kanal, Benutzer oder Rolle. Bitte gib die ID für was/wen an oder erwähne es/sie."
|
||||
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:117
|
||||
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
|
||||
msgstr "\\\"{arg}\\\" nicht gefunden. Es muss die ID, Erwähnung oder der Kanalname, Benutzer oder die Rolle auf diesem Server sein."
|
||||
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:126
|
||||
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 "\\\"{arg}\\\" verweist nicht auf einen eindeutigen Kanal, Benutzer oder Rolle. Bitte gib die ID für was/wen an oder erwähne es/sie."
|
||||
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:156
|
||||
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
|
||||
msgstr "Cog oder Befehl \\\"{name}\\\" nicht gefunden. Bitte beachte die Groß- und Kleinschreibung."
|
||||
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:169
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
|
||||
msgstr "\\\"{arg}\\\" ist keine gültige Regel. Gültige Regeln sind \\\"erlauben\\\" oder \\\"verweigern\\\""
|
||||
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
msgstr "\\\"{arg}\\\" ist keine gültige Regel. Gültige Regeln sind \\\"erlauben\\\" oder \\\"verweigern\\\", oder \\\"löschen\\\" um die Regel zu entfernen"
|
||||
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:61
|
||||
@@ -84,13 +84,25 @@ msgid "Explain how permissions works."
|
||||
msgstr "Erkläre wie Berechtigungen funktionieren."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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 "Überprüft ob ein Benutzer einen Befehl ausführen kann.\\n\\n Dies berücksichtigt die aktuelle Umgebung, wie etwa den\\n Server und Textkanäle.\\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:256
|
||||
msgid "No such command"
|
||||
@@ -115,21 +127,26 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgstr "Beispiel YAML um Regeln festzulegen:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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 "Legt globale Regeln mit einer YAML Datei fest.\\n\\n **WARNUNG**: Dies wird *alle* globalen Regeln,\\n die in der hochgeladenen Datei angegeben sind,\\n überschreiben.\\n\\n Vor Anwendung der Regel wird keine Prüfung der\\n Namen von Befehlen und cogs durchgeführt\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:318
|
||||
#, 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 "Legt die Regeln für diesen Server mit einer YAML Datei fest.\\n\\n **WARNUNG**: Dies wird *alle* Regeln, die in der\\n hochgeladenen Datei angegeben sind, für diesen\\n Server überschreiben\n"
|
||||
" \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:328
|
||||
#, docstring
|
||||
@@ -153,17 +170,28 @@ msgstr "Erhalte eine YAML Datei mit Angaben aller Regeln für diesen Server."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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 "Aktualisiere die globalen Regeln mit einer YAML Datei.\\n\\n Regeln, die nicht in der YAML Datei aufgeführt sind,\\n werden nicht verändert.\\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:369
|
||||
#, 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 "Aktualisiere die Regeln für diesen Server mit einer YAML Datei.\\n\\n Regeln, die nicht in der YAML Datei aufgeführt sind,\\n werden nicht verändert.\\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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -173,12 +201,21 @@ msgstr "Regel hinzugefügt."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -188,13 +225,24 @@ msgstr "Regel entfernt."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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 "Legen Sie die Standardregel für einen Befehl in diesem Server fest.\\n\\n Dies ist die Regel, auf die ein Befehl standardmäßig eingestellt wird, wenn keine andere Regel gefunden wird\\n.\\n\\n `<allow_or_deny>` sollte einer von \\\"allow\\\", \\\"deny\\\" oder \\\"clear\\\" sein.\\n \\\"clear\\\" wird die Standardregel zurücksetzen.\\n\\n `<cog_or_command>` ist der Kog oder Befehl, um die Standardregel\\n zu setzen. Das ist eine Groß- und Kleinschreibung.\\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:498
|
||||
#: redbot/cogs/permissions/permissions.py:519
|
||||
@@ -203,8 +251,15 @@ msgstr "Standard festgelegt."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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 "Legen Sie die Standardregel für einen Befehl fest.\\n\\n Dies ist die Regel, auf die ein Befehl standardmäßig eingestellt wird, wenn keine andere Regel gefunden wird\\n .\\n\\n `<allow_or_deny>` sollte einer von \\\"allow\\\", \\\"deny\\\" oder \\\"clear\\\" sein.\\n \\\"clear\\\" wird die Standardregel zurücksetzen.\\n\\n `<cog_or_command>` ist der Kog oder Befehl, um die Standardregel\\n zu setzen. Das ist eine Groß- und Kleinschreibung.\\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:524
|
||||
#, docstring
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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 "\\\"{arg}\\\" no encontrado. Debe ser el ID, mención, o nombre de un servidor, canal, usuario o rol que el bot puede ver."
|
||||
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:74
|
||||
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 "\\\"{arg}\\\" no se refiere a un servidor único, canal, usuario o rol. Por favor, utilice el ID para lo que quiera que estés intentando especificar, o menciónalo."
|
||||
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:117
|
||||
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
|
||||
msgstr "\\\"{arg}\\\" no encontrado. Debe ser el ID, mención o nombre de un canal, usuario o rol en este servidor."
|
||||
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:126
|
||||
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 "\\\"{arg}\\\" no se refiere a un canal único, usuario o rol. Por favor, utilice el ID para lo que quiera que estés intentando especificar, o menciónalo."
|
||||
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:156
|
||||
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
|
||||
msgstr "Cog o comando \\\"{name}\\\" no encontrado. Ten en cuenta que esto es sensible a mayúsculas y minúsculas."
|
||||
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:169
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
|
||||
msgstr "\\\"{arg}\\\" no es una regla válida. Las reglas válidas son \\\"allow\\\" o \\\"deny\\\""
|
||||
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
msgstr "\\\"{arg}\\\" no es una regla válida. Las reglas válidas son \\\"allow\\\" o \\\"deny\\\", o \\\"clear\\\" para eliminar la regla"
|
||||
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:61
|
||||
@@ -84,13 +84,25 @@ msgid "Explain how permissions works."
|
||||
msgstr "Explica cómo funcionan los permisos."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr "Este módulo extiende el modelo de permisos por defecto del bot. Por defecto, muchos comandos están restringidos en base a lo que el comando puede hacer.\\nEste engranaje te permite refinar algunas de esas restricciones. Puedes permitir un acceso más ancho o más estrecho a la mayoría de los comandos usando él. Sin embargo, no se pueden cambiar las restricciones sobre los comandos sólo de los propietarios.\\n\\nCuando se establecen reglas adicionales utilizando este programa, esas reglas se comprobarán antes de comprobar las restricciones predeterminadas del comando.\\nLas reglas globales (establecidas por el propietario) se comprueban primero, luego las reglas establecidas para los servidores. Si se aplican múltiples reglas globales o de servidor al caso, el orden que se comprueban es:\\n 1. Reglas sobre un usuario.\\n 2. Reglas sobre el canal de voz en el que está un usuario.\\n 3. Reglas sobre el canal de texto en las que se emitió un comando.\\n 4. Reglas sobre un rol que el usuario tiene (el rol más alto que tiene con una regla será usado).\\n 5. Reglas sobre el servidor en el que se encuentra un usuario (sólo reglas globales).\\n\\nPara más detalles, por favor lea la [documentación oficial](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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 "Comprueba si un usuario puede ejecutar un comando.\\n\\n Esto tendrá en cuenta el contexto actual tales como el servidor\\n y el canal de texto.\\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:256
|
||||
msgid "No such command"
|
||||
@@ -115,18 +127,26 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr "Envía un ejemplo de plantilla yaml para los permisos"
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgstr "Ejemplo YAML para configurar las reglas:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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 "Establecer reglas globales con un archivo YAML.\\n\\n **ADVERTENCIA**: Esto reemplazará *todas* las reglas globales\\n a las reglas especificadas en el archivo subido.\\n\\n Esto no valida los nombres de comandos y cogs antes\\n de establecer las nuevas reglas.\\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:318
|
||||
#, 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 "Establecer reglas para este servidor con un archivo YAML.\\n\\n **ADVERTENCIA**: Esto anulará *todas* las reglas en este servidor\\n a las reglas especificadas en el archivo subido.\\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:328
|
||||
#, docstring
|
||||
@@ -150,18 +170,29 @@ msgstr "Obtener un archivo YAML detallando todas las reglas en este servidor."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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 "Actualizar las reglas globales con un archivo YAML.\\n\\n Esto no tocará ninguna regla no especificada en el archivo YAML\\n.\\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:369
|
||||
#, 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 "Actualizar las reglas para este servidor con un archivo YAML.\\n\\n Esto no tocará ninguna regla no especificada en el archivo YAML\\n.\\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:385
|
||||
#, 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 "Añadir una regla global a un comando.\\n\\n `<allow_or_deny>` debe ser uno de \\\"allow\\\" o \\\"deny\\\".\\n\\n `<cog_or_command>` es el cog o comando para agregar la regla.\\n Esto es sensible a mayúsculas y minúsculas.\\n\\n `<who_or_what...>` es uno o más usuarios, canales o roles para los que está la regla.\\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:401
|
||||
#: redbot/cogs/permissions/permissions.py:431
|
||||
@@ -170,13 +201,22 @@ msgstr "Regla añadida."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "Añadir una regla a un comando en este servidor.\\n\\n `<allow_or_deny>` debe ser uno de \\\"allow\\\" o \\\"deny\\\".\\n\\n `<cog_or_command>` es el cog o comando para agregar la regla.\\n Esto es sensible a mayúsculas y minúsculas.\\n\\n `<who_or_what...>` es uno o más usuarios, canales o roles para los que está la regla.\\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:441
|
||||
#, 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 "Elimina una regla global de un comando.\\n\\n `<cog_or_command>` es el cog o comando para eliminar la regla\\n de. Esto es sensible a mayúsculas y minúsculas.\\n\\n `<who_or_what...>` es uno o más usuarios, canales o roles para los que está la regla.\\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:450
|
||||
#: redbot/cogs/permissions/permissions.py:474
|
||||
@@ -185,13 +225,24 @@ msgstr "Regla eliminada."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "Eliminar una regla de servidor de un comando.\\n\\n `<cog_or_command>` es el cog o comando para eliminar la regla\\n de. Esto es sensible a mayúsculas y minúsculas.\\n\\n `<who_or_what...>` es uno o más usuarios, canales o roles para los que está la regla.\\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:482
|
||||
#, 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 "Establecer la regla por defecto para un comando en este servidor.\\n\\n Esta es la regla que predeterminará un comando cuando no se encuentre ninguna otra regla\\n\\n\\n `<allow_or_deny>` debe ser uno de \\\"allow\\\", \\\"deny\\\" o \\\"clear\\\".\\n \\\"clear\\\" restablecerá la regla por defecto.\\n\\n `<cog_or_command>` es el cog o comando para establecer la regla predeterminada\\n. Esto es sensible a mayúsculas y minúsculas.\\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:498
|
||||
#: redbot/cogs/permissions/permissions.py:519
|
||||
@@ -200,8 +251,15 @@ msgstr "Establecido por defecto."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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 "Establece la regla global predeterminada para un comando.\\n\\n Esta es la regla que predeterminará un comando cuando no se encuentre ninguna otra regla\\n\\n\\n `<allow_or_deny>` debe ser uno de \\\"allow\\\", \\\"deny\\\" o \\\"clear\\\".\\n \\\"clear\\\" restablecerá la regla por defecto.\\n\\n `<cog_or_command>` es el cog o comando para establecer la regla predeterminada\\n. Esto es sensible a mayúsculas y minúsculas.\\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:524
|
||||
#, docstring
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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 "\\\"{arg}\\\" n'a pas été trouvé. Ce doit être une ID, une mention, ou le nom d'un serveur, salon, utilisateur ou rôle que le bot peut voir."
|
||||
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:74
|
||||
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 "\\\"{arg}\\\" ne fait pas référence à un serveur, salon, utilisateur ou rôle unique. Veuillez utilisez l'ID de ce que vous essayez de spécifier, ou mentionnez-le/les."
|
||||
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:117
|
||||
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
|
||||
msgstr "\\\"{arg}\\\" n'a pas été trouvé. Cela doit être l'ID, la mention ou le nom d'un serveur, d'un salon, d'un utilisateur ou d'un rôle dans ce serveur."
|
||||
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:126
|
||||
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 "\\\"{arg}\\\" ne fait pas référence à un salon, utilisateur ou rôle. Veuillez utilisez l'ID de ce que vous essayez de spécifier, ou mentionnez-le/les."
|
||||
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:156
|
||||
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
|
||||
msgstr "Cog ou commande \\\"{name}\\\" introuvable. Veuillez notez que c'est sensible aux caractères."
|
||||
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:169
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
|
||||
msgstr "\\\"{arg}\\\" n'est pas une règle valide. Les règles valides sont \\\"allow\\\" ou \\\"deny\\\""
|
||||
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
msgstr "\\\"{arg}\\\" n'est pas une règle valide. Les règles valides sont \\\"allow\\\" ou \\\"deny\\\", ou \\\"clear\\\" pour supprimer la règle"
|
||||
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:61
|
||||
@@ -84,13 +84,25 @@ msgid "Explain how permissions works."
|
||||
msgstr "Expliquez comment fonctionnent les permissions."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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 "Vérifie si un utilisateur peut utiliser une commande.\\n\\n Cela prendra en compte le contexte actuel, tel que\\n le serveur et le salon textuel.\\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:256
|
||||
msgid "No such command"
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr "Envoie un exemple de mise en page yaml pour les permissions"
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgstr "Exemple d'AYML pour définir les règles :\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr "Obtenez un fichier YAML détaillant toutes les règles de ce serveur."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr "Règle ajoutée."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr "Règle supprimée."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr "Réinitialisation des paramètres par défaut."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hebrew\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: he_IL\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Language: nb_NO\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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 "\\\"{arg}\\\" ble ikke funnet. Det må være ID, mening eller navn på en server, kanal, bruker eller rolle som boten kan se."
|
||||
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:74
|
||||
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 "\\\"{arg}}\\\"refererer ikke til en unik server, kanal, bruker eller rolle. Vennligst bruk IDen til hva som er allment eller hvem du prøver å spesifisere, eller nevne den/dem."
|
||||
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:117
|
||||
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
|
||||
msgstr "\\\"{arg}\\\" ble ikke funnet. Det må være ID, mening eller navn på en kanal, bruker eller rolle på denne serveren."
|
||||
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:126
|
||||
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 "\\\"{arg}\\\" refererer ikke til en unik kanal, bruker eller rolle. Vennligst bruk IDen til hva som er allment eller hvem du prøver å spesifisere, eller nevne den/dem."
|
||||
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:156
|
||||
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
|
||||
msgstr "Cog eller kommando}\\\"{name}\\\" ble ikke funnet. Vær oppmerksom på at saken skiller seg mellom små og store bokstaver."
|
||||
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:169
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
|
||||
msgstr "\\\"{arg}\\\" er ikke en gyldig regel. Gyldige regler er \\\"allow\\\" eller \\\"deny\\\""
|
||||
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
msgstr "\\\"{arg}\\\" er ikke en gyldig regel. Gyldige regler er \\\"allow\\\" eller \\\"deny\\\", eller \\\"clear\\\" for å fjerne regelen"
|
||||
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:61
|
||||
@@ -84,13 +84,25 @@ msgid "Explain how permissions works."
|
||||
msgstr "Forklar hvordan tillatelser fungerer."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr "Denne cog utvider standard tilgangsmodell for boten. Som standard er mange kommandoer begrenset basert på hva kommandoen kan gjøre.\\nDenne cog gir deg tilgang til noen av disse restriksjonene. Du kan gi mer eller mindre tilgang til de fleste kommandoene ved å bruke den. Du kan imidlertid ikke endre restriksjoner på bare eierkommandoer.\\n\\nNår det angis ekstra regler med denne loggen disse reglene vil bli kontrollert før kontroll av kommandoens standardrestriksjoner.\\nGlobale regler (fastsatt av eieren) kontrolleres først, så regler angis for servere. Hvis det gjelder flere globale eller serverregler for hvert tilfelle, er rekkefølgen de kontrolleres er:\\n 1. Regler om en bruker.\\n 2. Regler om talekanalen en bruker er i.\\n 3. Regler om tekstkanalen det ble utgitt en kommando i\\n 4. Regler om en rolle som brukeren har (Den fremste rollen de har med regel vil bli brukt).\\n 5. Regler om serveren en bruker er bare i (Globalregler).\\n\\nFor mer informasjon, vennligst les [offisiell dokumentasjon](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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 "Sjekk om en bruker kan kjøre en kommando.\\n\\n Dette tar hensyn til gjeldende kontekst. slike som\\n server og tekstkanal.\\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:256
|
||||
msgid "No such command"
|
||||
@@ -115,18 +127,26 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr "Sender et eksempel til yaml-oppsettet for tillatelser"
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgstr "Eksempel YAML for å fastsette regler:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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 "Angi globale regler med en YAML-fil.\\n\\n **ADVARSEL**: Dette vil overskrive *alle* globale regler\\n for reglene angitt i den opplastede filen.\\n\\n Dette validerer ikke navn på kommandoer og cogs før\\n å angi de nye reglene.\\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:318
|
||||
#, 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 "Angi regler for denne serveren med en YAML-fil.\\n\\n **ADVARSEL**: Dette vil overskrive *alle* reglene i denne\\n serveren etter reglene angitt i den opplastede filen.\\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:328
|
||||
#, docstring
|
||||
@@ -150,18 +170,29 @@ msgstr "Få en YAML fil med detaljer om alle reglene på denne serveren."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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 "Oppdater globale regler med en YAML-fil.\\n\\n Dette vil ikke berøre noen regler som ikke er angitt i YAML\\n -filen.\\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:369
|
||||
#, 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 "Oppdater regler for denne serveren med en YAML-fil.\\n\\n Dette vil ikke berøre noen regler som ikke er angitt i YAML\\n -filen.\\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:385
|
||||
#, 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 "Legg til en global regel i en kommando.\\n\\n `<allow_or_deny>` skal være en av \\\"allow\\\" eller \\\"deny\\\".\\n\\n `<cog_or_command>` er tannhjulet eller kommandoen for å legge til regel til.\\nDette er mellom store og små bokstaver.\\n\\n`<who_or_what...>` er en eller flere brukere, kanaler eller roller regelen er 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:401
|
||||
#: redbot/cogs/permissions/permissions.py:431
|
||||
@@ -170,13 +201,22 @@ msgstr "Regel lagt til."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "Legg til en regel i en kommando i denne serveren.\\n\\n `<allow_or_deny>` skal være en av \\\"allow\\\" eller \\\"deny\\\".\\n\\n `<cog_or_command>` er cog eller kommandoen for å legge til regel til.\\nDette er mellom store og små bokstaver.\\n\\n`<who_or_what...>` er en eller flere brukere, kanaler eller roller regelen er 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:441
|
||||
#, 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 "Fjern en global regel fra en kommando.\\n\\n `<cog_or_command>` er cog eller kommando for å fjerne regelen\\n fra. Dette skiller store og små bokstaver.\\n\\n `<who_or_what...>` er en eller flere brukere, kanaler eller roller regelen er 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:450
|
||||
#: redbot/cogs/permissions/permissions.py:474
|
||||
@@ -185,13 +225,24 @@ msgstr "Regel fjernet."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "Fjern en serverregel fra en kommando.\\n\\n `<cog_or_command>` er cog eller kommando for å fjerne regelen\\n fra. Dette skiller store og små bokstaver.\\n\\n `<who_or_what...>` er en eller flere brukere, kanaler eller roller regelen er 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:482
|
||||
#, 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 "Angi standardregelen for en kommando på denne serveren.\\n\\nDette er regelen en kommando vil være standard når ingen andre regler\\nblir funnet.\\n\\n`<allow_or_deny>` skal være en av \\\"allow\\\", \\\" deny\\\" \"eller \\\" clear\\\". \\n\\\" tøm\\\"vil tilbakestille standardregelen.\\n\\n` <cog_or_command> `er tannhjulet eller kommandoen du vil angi standard\\n regelen for. Dette er store og små bokstaver.\\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:498
|
||||
#: redbot/cogs/permissions/permissions.py:519
|
||||
@@ -200,8 +251,15 @@ msgstr "Standard angitt."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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 "Angi standardregelen for en kommando globalt.\\n\\nDette er regelen en kommando vil være standard når ingen andre regler\\nblir funnet.\\n\\n`<allow_or_deny>` skal være en av \\\"allow\\\", \\\" deny\\\" \"eller \\\" clear\\\". \\n\\\" clear\\\"vil tilbakestille standardregelen.\\n\\n` <cog_or_command> `er tannhjulet eller kommandoen du vil angi standard\\n regelen for. Dette er store og små bokstaver.\\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:524
|
||||
#, docstring
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\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-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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 "Nie znaleziono \\\"{arg}\\\". Musi to być ID, wzmianka lub nazwa serwera, kanału, użytkownika lub roli, którą bot może zobaczyć."
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,18 +127,26 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgstr "Przykładowy YAML dla ustawiania reguł:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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 "Ustaw reguły globalne z plikiem YAML.\\n\\n **OSTRZEŻENIE**: Zastąpi to *wszystkie* globalne reguły\\n na reguły określone w przesłanym pliku.\\n\\n Nie sprawdza to nazw komend i modułów przed\\n ustawieniem nowych reguł.\\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:318
|
||||
#, 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 "Ustaw reguły dla tego serwera z plikiem YAML.\\n\\n **OSTRZEŻENIE**: Zastąpi to *wszystkie* reguły na tym\\n serwerze na reguły określone w przesłanym pliku.\\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:328
|
||||
#, docstring
|
||||
@@ -150,17 +170,28 @@ msgstr "Pobierz plik YAML zawierający szczegóły wszystkich reguł na tym serw
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr "Reguła dodana."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr "Reguła usunięta."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: ro_RO\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\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-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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 "\\\"{arg}\\\" не был найден. Это должен быть ID, упоминание или имя сервера, канала, пользователя или роли, которые может видеть бот."
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr "Объяснить, как работают разрешения."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr "Получить файл YAML с подробным описанием
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr "Правило добавлено."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr "Правило удалено."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr "Настройки по умолчанию установлены."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Serbian (Latin)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: sr_CS\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Serbian (Cyrillic)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: sr_SP\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,32 +16,32 @@ msgstr ""
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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 "\\\"{arg}\\\" bulunamadı. Botun görebildiği bir sunucunun, kanalın, kullanıcının ya da rolün IDsi, pingi veya adı olmak zorundadır."
|
||||
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:74
|
||||
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 "\\\"{arg}\\\" tek bir sunucu, kanal, kullanıcı veya role hitap etmiyor. Lütfen belirtmeye çalıştığınız kişinin/şeyin ID sini kullanın veya bahsetme kullanın."
|
||||
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:117
|
||||
msgid "\\\"{arg}\\\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
|
||||
msgstr "\\\"{arg}\\\" bulunamadı. Bu sunucudaki bir kullanıcı ya da rolün IDsi, bahsetmesi veya adı olmak zorundadır."
|
||||
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:126
|
||||
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 "\\\"{arg}\\\" tek bir sunucu, kanal, kullanıcı veya role hitap etmiyor. Lütfen belirtmeye çalıştığınız kişinin/şeyin ID sini kullanın veya bahsetme kullanın."
|
||||
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:156
|
||||
msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive."
|
||||
msgstr "\\\"{name}\\\" adlı komut yada cog bulunamadı. Büyük küçük harf duyarlılığına dikkat ediniz."
|
||||
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:169
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\""
|
||||
msgstr "\\\"{arg}\\\" geçerli bir kural değil. Geçerli kurallar \\\"allow\\\" ve \\\"deny\\\""
|
||||
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
msgstr "\\\"{arg}\\\" geçerli bir kural değil. Geçerli kurallar \\\"allow\\\" veya \\\"deny\\\", veya kuralı kaldırmak isterseniz \\\"clear\\\""
|
||||
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:61
|
||||
@@ -84,13 +84,25 @@ msgid "Explain how permissions works."
|
||||
msgstr "İzinlerin nasıl çalıştığını açıkla."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr "Bu cog botun varsayılan izin modelini geliştirir. Varsayılan olarak, birçok komut ne yapabildiğine dayalı olarak sınırlıdır.\\nBu cog bu izinlerden bazılarını özelleştirmenizi sağlar. Onu kullanarak bir çok komutun daha dar veya geniş bir kitle tarafından kullanılmasını sağlayabilirsiniz. Fakat sadece sahibin kullanabileceği komutlar üzerinde değişiklik yapamazsınız.\\n\\nBu cog kullanılarak ek kurallar belirlendiğinde, komutun varsayılan kısıtlamaları denetlenmeden önce bu kısıtlamalar denetlenir.\\nÖnce (bot sahibi tarafından ayarlanan) küresel kurallar, sonra da sunucu için ayarlanan kurallar denetlenir. Eğer bir durumda birden çok küresel veya sunucu ayarı etkili ise denetlenme sıraları şu şekildedir:\\n 1. Bir kullanıcı hakkındaki kurallar.\\n 2. Kullanıcının içinde olduğu ses kanalı hakkındaki kurallar.\\n 3. Bir komutun kullanıldığı metin kanalı hakkındaki kurallar.\\n 4. Bir kullanıcının sahip olduğu roller hakkındaki kurallar (hakkında kural ayarlanmış kullanıcının sahip olduğu en üstteki rol kullanılır).\\n 5. Kullanıcının içinde olduğu bir sunucu hakkındaki kurallar.\\n\\nDaha çok detay için lütfen[resmi kılavuzları](https://docs.discord.red/en/stable/cog_permissions.html) okuyunuz."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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 "Bir kullanıcının bir komutu çalıştırabilir oluşunu kontrol et.\\n\\n Bu sunucu ve metin kanalı gibi\\n şu anki kapsamı da hesaba katacaktır.\\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:256
|
||||
msgid "No such command"
|
||||
@@ -115,18 +127,26 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr "İzinler için YAML sayfa düzeninin bir örneğini gönderir"
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgstr "Ayar kuralları için örnek YAML:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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 "YAML dosyası içinde küresel kuralları ayarla.\\n\\n **DİKKAT**: Bu hükümsüzleştirme *tüm* kürsel kuralları\\n yüklenen dosyadaki kurallara sıfırlayacaktır.\\n\\n Bu yeni kuralları ayarlamadan önce komutların ve cogların\\n isimlerini doğrulamaz.\\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:318
|
||||
#, 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 "Bu sunucu için kuralları YAML dosyası ile ayarla.\\n\\n **DİKKAT**: Bu hükümsüzleştirme bu sunucudaki *tüm* kuralları\\n yüklenen dosyada belirtilmiş kurallara sıfırlayacaktır.\\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:328
|
||||
#, docstring
|
||||
@@ -150,18 +170,29 @@ msgstr "Bu sunucudaki tüm kuralların detaylarını barındıran bir YAML dosya
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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 "Küresel kuralları bir YAML dosyası ile güncelle.\\n\\n Bu YAML dosyasında belirtilmemiş her hangi bir kuralı\\n değiştirmez.\\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:369
|
||||
#, 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 "Bu sunucu için kuralları bir YAML dosyası ile güncelle.\\n\\n Bu YAML dosyasında belirtilmemiş her hangi bir kuralı\\n değiştirmez.\\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:385
|
||||
#, 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 "Bir komuta küresel bir kural ekle.\\n\\n `<allow_or_deny>` \\\"allow\\\" veya \\\"deny\\\" olmalıdır.\\n\\n `<cog_or_command>` kural eklenecek cog veya komuttur.\\n Büyük küçük harfe duyarlıdır.\\n\\n `<who_or_what...>` kuralın işleyeceği bir veya birden çok kullanıcı, kanal veya rol olmalıdır.\\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:401
|
||||
#: redbot/cogs/permissions/permissions.py:431
|
||||
@@ -170,13 +201,22 @@ msgstr "Kural başarıyla eklendi."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "Bu sunucuda bir komuta kural ekle.\\n\\n `<allow_or_deny>`\\\"allow\\\" veya \\\"deny\\\" olmalıdır.\\n\\n `<cog_or_command>` kuralın ekleneceği cog veya kural olmalıdır.\\n Küçük büyük harfe duyarlıdır.\\n\\n `<who_or_what...>` kuralın işleyeceği bir ve birden çok kullanıcı, kanal veya rol olmalıdır.\\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:441
|
||||
#, 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 "Bir komuttan bir küresel kuralı kaldır.\\n\\n `<cog_or_command>` kuralın kaldırılacağı cog veya\\n komut olmalıdır, küçük büyük harfe duyarlıdır..\\n\\n `<who_or_what...>` kuralın işlediği bir veya birden çok kullanıcı, kanal veya rol olmalıdır.\\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:450
|
||||
#: redbot/cogs/permissions/permissions.py:474
|
||||
@@ -185,13 +225,24 @@ msgstr "Kural silindi."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "Bir komuttan bir sunucu kuralını kaldır.\\n\\n `<cog_or_command>` kuralın kaldırılacağı cog veya\\n komut olmalıdır, küçük büyük harfe duyarlıdır.\\n\\n `<who_or_what...>` kuralın işlediği bir veya birden çok kullanıcı, kanal veya rol olmalıdır.\\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:482
|
||||
#, 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 "Bu sunucudaki varsayılan bir kural ayarla.\\n\\n Bu, başka bir kural bulunmadığında bir komutun varsayılan \\n olacağı kuraldır.\\n\\n `<allow_or_deny>` ikisinden biri olmalı \\\"allow\\\", \\\"deny\\\" ya da \\\"clear\\\".\\n \\\"clear\\\" varsayılan kuralı sıfırlayacaktır.\\n\\n `<cog_or_command>` varsayılanı ayarlamak için cog veya \\n komuttur. Büyük / küçük harfe duyarlıdır.\\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:498
|
||||
#: redbot/cogs/permissions/permissions.py:519
|
||||
@@ -200,8 +251,15 @@ msgstr "Varsayılan ayarlandı."
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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 "Bir komut için varsayılan küresel kuralı ayarla.\\n\\n Bu başka bir kural bulunmadığında komutun uyacağı\\n kuraldır.\\n\\n `<allow_or_deny>` şunlardan biri olmak zorundadır: \\\"allow\\\", \\\"deny\\\" veya \\\"clear\\\".\\n \\\"clear\\\" varsayılan ayarı silecektir.\\n\\n `<cog_or_command>` varsayılan kuralının ayarlanacağı cog veya komuttur.\\n Küçük büyük harfe duyarlıdır.\\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:524
|
||||
#, docstring
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=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-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: uk_UA\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: zh_HK\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-24 12:36+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"Last-Translator: \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.1\n"
|
||||
"Generated-By: redgettext 3.3\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
@@ -16,31 +16,31 @@ msgstr ""
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/cogs/permissions/converters.py:65
|
||||
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:74
|
||||
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:117
|
||||
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:126
|
||||
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:156
|
||||
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:169
|
||||
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:182
|
||||
msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\", or \\\"clear\\\" to remove the rule"
|
||||
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
|
||||
@@ -84,12 +84,24 @@ msgid "Explain how permissions works."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:215
|
||||
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\\n\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\\n 1. Rules about a user.\\n 2. Rules about the voice channel a user is in.\\n 3. Rules about the text channel a command was issued in.\\n 4. Rules about a role the user has (The highest role they have with a rule will be used).\\n 5. Rules about the server a user is in (Global rules only).\\n\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
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://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, 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:256
|
||||
@@ -115,17 +127,25 @@ msgid "Sends an example of the yaml layout for permissions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:282
|
||||
msgid "Example YAML for setting rules:\\n"
|
||||
msgid "Example YAML for setting rules:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:304
|
||||
#, 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:318
|
||||
#, 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:328
|
||||
@@ -150,17 +170,28 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:358
|
||||
#, 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:369
|
||||
#, 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:385
|
||||
#, 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 "
|
||||
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:401
|
||||
@@ -170,12 +201,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:415
|
||||
#, 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 "
|
||||
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:441
|
||||
#, 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 "
|
||||
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:450
|
||||
@@ -185,12 +225,23 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:463
|
||||
#, 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 "
|
||||
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:482
|
||||
#, 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:498
|
||||
@@ -200,7 +251,14 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:505
|
||||
#, 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:524
|
||||
|
||||
Reference in New Issue
Block a user