Toby Harradine 628073cbe1
Update Translations (#2486)
Also included a Makefile recipe which makes use of the Crowdin CLI's `crowdin download` command. This requires whoever is using it to provide the project's API key in an environment variable, but we may automate this at some point.

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
2019-03-04 08:55:01 +11:00

305 lines
9.9 KiB
Plaintext

msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: sv-SE\n"
"X-Crowdin-File: /cogs/permissions/locales/messages.pot\n"
"Language: sv_SE\n"
#: redbot/cogs/permissions/converters.py:64
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see."
msgstr ""
#: redbot/cogs/permissions/converters.py:73
msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:116
msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server."
msgstr ""
#: redbot/cogs/permissions/converters.py:125
msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them."
msgstr ""
#: redbot/cogs/permissions/converters.py:148
msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive."
msgstr ""
#: redbot/cogs/permissions/converters.py:161
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\""
msgstr ""
#: redbot/cogs/permissions/converters.py:174
msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule"
msgstr ""
#: redbot/cogs/permissions/permissions.py:43
#: redbot/cogs/permissions/permissions.py:57
msgid "Rules must be either `true` or `false`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:46
msgid "Keys under command names must be IDs (numbers) or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:50
msgid "Keys under `COMMAND` must be command names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:61
msgid "Keys under cog names must be IDs or `default`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:65
msgid "Keys under `COG` must be cog names (strings)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:69
msgid "Top-level keys must be either `COG` or `COMMAND`."
msgstr ""
#: redbot/cogs/permissions/permissions.py:79
#, docstring
msgid "Customise permissions for commands and cogs."
msgstr ""
#: redbot/cogs/permissions/permissions.py:108
#, docstring
msgid "Command permission management tools."
msgstr ""
#: redbot/cogs/permissions/permissions.py:113
#, docstring
msgid "Explain how permissions works."
msgstr ""
#: redbot/cogs/permissions/permissions.py:116
msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n"
"This cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\n\n"
"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n"
"Global rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\n"
" 1. Rules about a user.\n"
" 2. Rules about the voice channel a user is in.\n"
" 3. Rules about the text channel a command was issued in.\n"
" 4. Rules about a role the user has (The highest role they have with a rule will be used).\n"
" 5. Rules about the server a user is in (Global rules only).\n\n"
"For more details, please read the [official documentation](https://red-discordbot.readthedocs.io/en/v3-develop/cog_permissions.html)."
msgstr ""
#: redbot/cogs/permissions/permissions.py:142
#, docstring
msgid "Check if a user can run a command.\n\n"
" This will take the current context into account, such as the\n"
" server and text channel.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:157
msgid "No such command"
msgstr ""
#: redbot/cogs/permissions/permissions.py:168
msgid "That user can run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:170
msgid "That user can not run the specified command."
msgstr ""
#: redbot/cogs/permissions/permissions.py:177
#, docstring
msgid "Manage permissions with YAML files."
msgstr ""
#: redbot/cogs/permissions/permissions.py:181
msgid "Example YAML for setting rules:\n"
msgstr ""
#: redbot/cogs/permissions/permissions.py:203
#, docstring
msgid "Set global rules with a YAML file.\n\n"
" **WARNING**: This will override reset *all* global rules\n"
" to the rules specified in the uploaded file.\n\n"
" This does not validate the names of commands and cogs before\n"
" setting the new rules.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:217
#, docstring
msgid "Set rules for this server with a YAML file.\n\n"
" **WARNING**: This will override reset *all* rules in this\n"
" server to the rules specified in the uploaded file.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:227
#, docstring
msgid "Get a YAML file detailing all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:232
#: redbot/cogs/permissions/permissions.py:247
msgid "I'm not allowed to DM you."
msgstr ""
#: redbot/cogs/permissions/permissions.py:234
#: redbot/cogs/permissions/permissions.py:249
msgid "I've just sent the file to you via DM."
msgstr ""
#: redbot/cogs/permissions/permissions.py:242
#, docstring
msgid "Get a YAML file detailing all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:256
#, docstring
msgid "Update global rules with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:267
#, docstring
msgid "Update rules for this server with a YAML file.\n\n"
" This won't touch any rules not specified in the YAML\n"
" file.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:283
#, docstring
msgid "Add a global rule to a command.\n\n"
" `<allow_or_deny>` should be one of \"allow\" or \"deny\".\n\n"
" `<cog_or_command>` is the cog or command to add the rule to.\n"
" This is case sensitive.\n\n"
" `<who_or_what>` is the user, channel, role or server the rule\n"
" is for.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:299
#: redbot/cogs/permissions/permissions.py:326
msgid "Rule added."
msgstr ""
#: redbot/cogs/permissions/permissions.py:311
#, docstring
msgid "Add a rule to a command in this server.\n\n"
" `<allow_or_deny>` should be one of \"allow\" or \"deny\".\n\n"
" `<cog_or_command>` is the cog or command to add the rule to.\n"
" This is case sensitive.\n\n"
" `<who_or_what>` is the user, channel or role the rule is for.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:336
#, docstring
msgid "Remove a global rule from a command.\n\n"
" `<cog_or_command>` is the cog or command to remove the rule\n"
" from. This is case sensitive.\n\n"
" `<who_or_what>` is the user, channel, role or server the rule\n"
" is for.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:347
#: redbot/cogs/permissions/permissions.py:369
msgid "Rule removed."
msgstr ""
#: redbot/cogs/permissions/permissions.py:359
#, docstring
msgid "Remove a server rule from a command.\n\n"
" `<cog_or_command>` is the cog or command to remove the rule\n"
" from. This is case sensitive.\n\n"
" `<who_or_what>` is the user, channel or role the rule is for.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:377
#, docstring
msgid "Set the default rule for a command in this server.\n\n"
" This is the rule a command will default to when no other rule\n"
" is found.\n\n"
" `<allow_or_deny>` should be one of \"allow\", \"deny\" or \"clear\".\n"
" \"clear\" will reset the default rule.\n\n"
" `<cog_or_command>` is the cog or command to set the default\n"
" rule for. This is case sensitive.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:393
#: redbot/cogs/permissions/permissions.py:414
msgid "Default set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:400
#, docstring
msgid "Set the default global rule for a command.\n\n"
" This is the rule a command will default to when no other rule\n"
" is found.\n\n"
" `<allow_or_deny>` should be one of \"allow\", \"deny\" or \"clear\".\n"
" \"clear\" will reset the default rule.\n\n"
" `<cog_or_command>` is the cog or command to set the default\n"
" rule for. This is case sensitive.\n"
" "
msgstr ""
#: redbot/cogs/permissions/permissions.py:419
#, docstring
msgid "Reset all global rules."
msgstr ""
#: redbot/cogs/permissions/permissions.py:429
#, docstring
msgid "Reset all rules in this server."
msgstr ""
#: redbot/cogs/permissions/permissions.py:516
msgid "You must upload a file."
msgstr ""
#: redbot/cogs/permissions/permissions.py:522
msgid "Invalid syntax: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:525
msgid "Your YAML file did not match the schema: "
msgstr ""
#: redbot/cogs/permissions/permissions.py:528
msgid "Rules set."
msgstr ""
#: redbot/cogs/permissions/permissions.py:572
msgid "Are you sure?"
msgstr ""
#: redbot/cogs/permissions/permissions.py:579
#: redbot/cogs/permissions/permissions.py:592
msgid "Response timed out."
msgstr ""
#: redbot/cogs/permissions/permissions.py:587
msgid "Are you sure? (y/n)"
msgstr ""
#: redbot/cogs/permissions/permissions.py:598
msgid "Action cancelled."
msgstr ""