mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 17:09:45 -05:00
[i18n] Automated Crowdin downstream (#5087)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
305161110e
commit
ce4fd6cca8
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+0000\n"
|
||||
"POT-Creation-Date: 2021-05-28 17:07+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -87,23 +87,14 @@ msgstr "Explica cómo funcionan los permisos."
|
||||
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"
|
||||
"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 in 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 "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.\n"
|
||||
"Este 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\n"
|
||||
"Cuando se establecen reglas adicionales utilizando este programa, esas reglas se comprobarán antes de comprobar las restricciones predeterminadas del comando.\n"
|
||||
"Las 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\n"
|
||||
"Para más detalles, por favor lea la [documentación oficial](https://docs.discord.red/en/stable/cog_permissions.html)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/permissions/permissions.py:241
|
||||
#, docstring
|
||||
|
||||
Reference in New Issue
Block a user