Automated Crowdin downstream (#6161)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-14 22:17:45 +02:00
committed by GitHub
parent 69cf604e0e
commit a59e73a605
291 changed files with 32502 additions and 39124 deletions

View File

@@ -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: Chinese Traditional\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]cleanup text \"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]cleanup user @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 條消息。\n\n"
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 "刪除訊息一和訊息二之間的訊息,須提供訊息 ID。\n\n"
" 第一個訊息 ID 應該是較舊的訊息,第二個訊息 ID 應該是較新的。\n\n"
" 例子:\n"
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
" **參數:**\n\n"
" - `<one>` 之後要清理的訊息的 ID。 此訊息不會被刪除。\n"
" - `<two>` 之前要清理的訊息的 id。 此訊息不會被刪除。\n"
" - `<delete_pinned>` 是否刪除定選訊息。 默認為False\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]cleanup messages 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