mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 09:08:58 -05:00
[i18n] Automated Crowdin downstream (#4946)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1b6fc00039
commit
6cae1c0204
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -38,12 +38,12 @@ msgstr "Estas seguro que quieres borrar {number} mensajes? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Cancelado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr "Comando base para eliminar mensajes."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -62,7 +62,7 @@ msgstr "Eliminar los últimos X mensajes que coincidan con el texto especificado
|
||||
" - `<delete_pinned>` Si eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -83,51 +83,38 @@ msgstr "Eliminar los últimos X mensajes de un usuario especificado.\n\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Borrar todos los mensajes después de un mensaje especificado.\n\n"
|
||||
" Para obtener un id de mensaje, habilitar el modo de desarrollador en la configuración\n"
|
||||
" de Discord, pestaña de 'apariencia'. Luego haga clic derecho en un mensaje\n"
|
||||
" y copie su id.\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<message_id>` El id del mensaje a limpiar después. Este mensaje no se eliminará\n"
|
||||
" - `<delete_pinned>` Si desea eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Mensaje no encontrado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Elimina X mensajes antes del mensaje especificado.\n\n"
|
||||
" Para obtener un id de mensaje, habilitar el modo de desarrollador en la configuración\n"
|
||||
" de Discord, pestaña de 'apariencia'. Luego haga clic derecho en un mensaje\n"
|
||||
" y copie su id.\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<message_id>` El id del mensaje a limpiar antes. Este mensaje no se eliminará.\n"
|
||||
" - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
@@ -148,7 +135,7 @@ msgstr "Elimine los mensajes entre el mensaje Uno y el mensaje dos, proporcionan
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -165,7 +152,7 @@ msgstr "Eliminar los últimos mensajes en X.\n\n"
|
||||
" - `<delete_pinned>` Si eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -180,7 +167,7 @@ msgstr "Limpiar mensajes de comandos y mensajes del bot.\n\n"
|
||||
" - `<delete_pinned>` Si desea eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -207,7 +194,7 @@ msgstr "Limpiar mensajes propiedad del bot.\n\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
Reference in New Issue
Block a user