mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 01:19:44 -05:00
Automated Crowdin downstream (#6161)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
69cf604e0e
commit
a59e73a605
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Базовая команда для удаления сообщений
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\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 "Удалить последние X сообщений, соответствующих указанному тексту в текущем канале.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]очистить текст \"test\" 5`.\n\n"
|
||||
" Не забывайте использовать двойные кавычки.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\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 "Удалить последние X сообщений от указанного пользователя в текущем канале.\n\n"
|
||||
" Примеры:\n"
|
||||
" - `[p]очистка пользователя @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<user>` Пользователь, сообщения которого должны быть очищены.\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -144,38 +129,24 @@ msgstr "Удаляет X сообщений перед указанным соо
|
||||
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"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Удалите сообщения между сообщением 1 и сообщением 2, указав идентификаторы сообщений.\n\n"
|
||||
" Первый идентификатор сообщения должен быть старым сообщением, а второй— новым.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]очистка между 123456789123456789 987654321987654321`\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<one>` Идентификатор сообщения для очистки. Это сообщение не будет удалено.\n"
|
||||
" - `<two>` Идентификатор сообщения, который нужно очистить раньше. Это сообщение не будет удалено.\n"
|
||||
" - `<delete_pinned>` Удалять или нет. По умолчанию Ложь\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\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 "Удалить последние X сообщений в текущем канале.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]очистка сообщений 26`\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Очищает сообщения, принадлежащие боту в текущем канале.\n\n"
|
||||
" По умолчанию очищаются все сообщения. Если указан второй аргумент,\n"
|
||||
" он используется для подбора шаблона - будут удалены только сообщения, содержащие заданный текст.\n\n"
|
||||
" Примеры:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<match_pattern>` Текст, который должны содержать сообщения, чтобы быть удаленными. Используйте \"\", чтобы пропустить этот параметр.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
Reference in New Issue
Block a user