mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[i18n] Update translation catalogs (#2867)
* [i18n] Update translation catalogs Signed-off-by: Toby Harradine <tobyharradine@gmail.com> * Install redgettext 3.1 in travis crowdin deployment Last time the catalog templates were updated, redgettext 3.0 was used. I'd rather Travis didn't upload them after extracting with an older version. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
committed by
Michael H
parent
d5c412e3df
commit
8676dd3ce3
@@ -1,14 +1,14 @@
|
||||
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:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Arabic\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Bulgarian\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
84
redbot/cogs/cleanup/locales/cs-CZ.po
Normal file
84
redbot/cogs/cleanup/locales/cs-CZ.po
Normal file
@@ -0,0 +1,84 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: cs\n"
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Danish\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: German\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,104 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr "Befehle um Nachrichten zu bereinigen."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr "Bist du sicher das du {number} Nachrichten löschen möchtest? (y/n)"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Abgebrochen."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr "Nachrichten löschen."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgstr "Lösche die letzten X Nachrichten, die dem angegebenen Text entsprechen.\n\n"
|
||||
" Beispiel:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Denke daran Gänsefüßchen zu benutzen.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgstr "Lösche die letzen X Nachrichten eines bestimmten Benutzers.\n\n"
|
||||
" Beispiel:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
msgstr "Lösche alle Nachrichten nach einer bestimmten Nachricht.\n\n"
|
||||
" Um eine Nachrichten ID zu erhalten, aktiviere den Entwickler Modus in den\n"
|
||||
" Discord Einstellungen, im 'Erscheinungsbild' Reiter. Klicke dann mit rechts auf\n"
|
||||
" eine Nachricht und kopiere die ID.\n"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Nachricht nicht gefunden."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgstr "Löscht X Nachrichten vor einer bestimmten Nachricht.\n\n"
|
||||
" Um eine Nachrichten ID zu erhalten, aktiviere den Entwickler Modus in den\n"
|
||||
" Discord Einstellungen, im 'Erscheinungsbild' Reiter. Klicke dann mit rechts auf\n"
|
||||
" eine Nachricht und kopiere die ID. "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgstr "Lösche die letzten X Nachrichten.\n\n"
|
||||
" Beispiel:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr "Bereinige Befehls Nachrichten und Nachrichten von dem Bot."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr "{} sieht nicht wie eine gültige Nachrichten ID aus."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Greek\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Pirate English\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: en_PT\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Spanish\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
msgstr "Comandos para limpiar mensajes."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
msgstr "Estas seguro que quieres borrar {number} mensajes? (y/n)"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Cancelado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
msgstr "Borrar mensajes."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Mensaje no encontrado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Finnish\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:11\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: French\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,113 +16,71 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr "Commandes pour supprimer des messages."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr "Êtes vous sûr de supprimer {number} messages ? (o/n)"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Annulé."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr "Supprime les messages."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgstr "Supprime les X derniers messages correspondant au texte spécifié.\n\n"
|
||||
" Exemple :\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" N'oubliez pas d'utiliser des guillemets. "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr "Supprime les X derniers messages correspondant au texte spécifié.\\n\\n Exemple :\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n N'oubliez pas d'utiliser des guillemets.\\n "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgstr "Supprime les X derniers messages d'un utilisateur spécifié.\n\n"
|
||||
" Exemples :\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr "Supprime les X derniers messages d'un utilisateur spécifié.\\n\\n Exemples :\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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 "
|
||||
msgstr "Supprimer tous les messages après un message spécifié.\\n\\n Pour obtenir l'Id d'un message, activez le mode développeur\\n dans l'onglet \"Apparence\" des paramètres de Discord.\\n Ensuite faites clic droit sur un message et\\n \"Copier l'identifiant\"\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#, 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"
|
||||
" "
|
||||
msgstr "Supprimer tous les messages après un message spécifié.\n\n"
|
||||
" Pour obtenir l'Id d'un message, activez le mode dévoloppeur\n"
|
||||
" dans l'onglet \"Apparence\" des paramètres de Discord.\n"
|
||||
" Ensuite faites clic droit sur un message et\n"
|
||||
" \"Copier l'identifiant\".\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Message introuvable."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgstr "Supprime X messages avant un message spécifié.\n\n"
|
||||
" Pour obtenir l'Id d'un message, activez le mode dévoloppeur\n"
|
||||
" dans l'onglet \"Apparence\" des paramètres de Discord.\n"
|
||||
" Ensuite faites clic droit sur un message et\n"
|
||||
" \"Copier l'identifiant\".\n"
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr "Supprime X messages avant un message spécifié.\\n\\n Pour obtenir l'Id d'un message, activez le mode développeur\\n dans l'onglet \"Apparence\" des paramètres de Discord.\\n Ensuite faites clic droit sur un message et\\n \"Copier l'identifiant\"\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgstr "Supprime les X derniers messages.\n\n"
|
||||
" Exemple :\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr "Supprimez les messages entre deux messages, en fournissant l'ID des messages.\\n\\n Le premier ID de message doit être l'ancien message et le second le plus récent.\\n\\n Exemple :\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr "Supprime les X derniers messages.\\n\\n Exemple :\\n `[p]cleanup messages 26`\\n "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr "Supprime les messages de commandes et les messages venant du bot."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgstr "Supprimer les messages appartenant au bot.\n\n"
|
||||
" Par défaut, tous les messages sont supprimés. Si un troisième argument est spécifié,\n"
|
||||
" il est utilisé pour la comparaison de motifs : S'il commence par r( et se termine par ),\n"
|
||||
" alors il est interprété comme un regex, et les messages qui y correspondent sont les suivants\n"
|
||||
" effacé. Sinon, il est utilisé dans un simple test de sous-chaîne.\n\n"
|
||||
" Quelques drapeaux de regex utiles à inclure dans votre motif :\n"
|
||||
" Les points correspondent aux nouvelles lignes : (?s) ; Ignorer le cas : (?i) ; Les deux : (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr "Supprimer les messages appartenant au bot.\\n\\n Par défaut, tous les messages sont supprimés. Si un troisième argument est spécifié,\\n il est utilisé pour la comparaison de motifs : S'il commence par r( et se termine par ),\\n alors il est interprété comme un regex, et les messages qui y correspondent sont les suivants\\n effacé. Sinon, il est utilisé dans un simple test de sous-chaîne.\\n\\n Quelques examples regex utiles à inclure dans votre motif :\\n Les points correspondent aux nouvelles lignes : (?s) ; Ignorer le cas : (?i) ; Les deux : (?si)\\n "
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr "{} ne ressemble pas à un ID de message valide."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Hungarian\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Indonesian\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Dibatalkan."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Pesan tidak ditemukan."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Italian\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Messaggio non trovato."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Japanese\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Korean\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "취소되었어요."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "메세지를 찾을 수 없어요."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: LOLCAT\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: lol_US\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Dutch\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,108 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr "Commands voor het opschonen van berichten."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr "Weet je zeker dat je {number} berichten wilt verwijderen? (y/n)"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Geannuleerd."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr "Verwijder berichten."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgstr "Verwijder de laatste X-berichten die overeenkomen met de opgegeven tekst.\n\n"
|
||||
" Voorbeeld:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Dubbele quotes zijn verplicht.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgstr "Verwijder de laatste X-berichten van een opgegeven gebruiker.\n\n"
|
||||
" Voorbeeld:\n"
|
||||
" `[p]cleanup user @GeoZz#2018 2`\n"
|
||||
" `[p]cleanup user GeoZz 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
msgstr "Alle berichten verwijderen na een opgegeven bericht.\n\n"
|
||||
" Om een bericht-id te krijgen, schakel je de ontwikkelaarsmodus in Discord's in\n"
|
||||
" instellingen, tabblad 'weergave'. Vervolgens Klik met de rechtermuisknop een bericht\n"
|
||||
" en kopieer je het id.\n"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Bericht niet gevonden."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgstr "Verwijdert x-aantal berichten vóór het opgegeven bericht.\n"
|
||||
" Om een bericht-id op te halen, schakelt u de \n"
|
||||
" ontwikkelaarsmodus in de instellingen van \n"
|
||||
" Discord in, het tabblad 'uiterlijk'. \n"
|
||||
" Klik vervolgens met de rechtermuisknop op \n"
|
||||
" een bericht en kopieer het Id.\n"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgstr "Verwijder de laaste x-aantal berichten.\n\n"
|
||||
" Voorbeeld:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr "Verwijder commands en berichten van de bot."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgstr "Ruim berichten op die eigendom zijn van de bot.\n\n"
|
||||
" Standaard worden alle berichten schoongemaakt. Als een derde argument is opgegeven, wordt het gebruikt voor patroonvergelijking: als het begint met r (en eindigt met), wordt het geïnterpreteerd als een regex en worden berichten die daarmee overeenkomen verwijderd. Anders wordt het gebruikt in een eenvoudige substringtest. Enkele nuttige regex-flags die in uw patroon moeten worden opgenomen: Punten komen overeen met nieuwe regels: (? S); Case negeren: (? I); Beide: (? Si) "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Norwegian\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: no_NO\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Polish\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Anulowane."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
msgstr "Usuń wiadomości."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Nie ma takiej wiadomości."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr "{} nie jest prawidłowym ID wiadomości."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Portuguese, Brazilian\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Cancelado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Mensagem não encontrada."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Portuguese\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
84
redbot/cogs/cleanup/locales/ro-RO.po
Normal file
84
redbot/cogs/cleanup/locales/ro-RO.po
Normal file
@@ -0,0 +1,84 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:09\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Romanian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ro\n"
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: ro_RO\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 05:52\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Russian\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,117 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr "Команды для очистки сообщений."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr "Вы уверены, что хотите удалить {number} сообщений? (y/n)"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Отменено."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr "Удалить сообщения."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgstr "Удалить последние X сообщений, соответствующие указанному тексту.\n\n"
|
||||
" Пример:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Не забывайте использовать двойные кавычки.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgstr "Удалить последние X сообщений от указанного пользователя.\n\n"
|
||||
" Примеры:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
msgstr "Удалить все сообщения после указанного сообщения.\n\n"
|
||||
" Чтобы получить Id сообщения, включите\n"
|
||||
" режим разработчика в настройках Discord,\n"
|
||||
" во вкладке 'Внешний вид'. Затем щелкните\n"
|
||||
" правой кнопкой мыши на сообщение и\n"
|
||||
" скопируйте его Id.\n"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Сообщение не найдено."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgstr "Удалить X сообщений перед указанным сообщением.\n\n"
|
||||
" Чтобы получить Id сообщения, включите\n"
|
||||
" режим разработчика в настройках Discord,\n"
|
||||
" во вкладке 'Внешний вид'. Затем щелкните\n"
|
||||
" правой кнопкой мыши на сообщение и\n"
|
||||
" скопируйте его Id.\n"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgstr "Удалить последние X сообщений.\n\n"
|
||||
" Пример:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr "Очистить командные сообщения и сообщения от бота."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgstr "Очистить сообщения, принадлежащие боту.\n\n"
|
||||
" По умолчанию очищаются все сообщения. Если указан третий аргумент,\n"
|
||||
" он используется для сопоставления с образцом: если он начинается с r\n"
|
||||
" (и заканчивается), то он интерпретируется как регулярное выражение,\n"
|
||||
" и соответствующие ему сообщения удаляются. В противном случае он\n"
|
||||
" используется в простом тесте подстроки.\n\n"
|
||||
" Некоторые полезные флаги регулярных выражений для включения в ваш шаблон:\n"
|
||||
" Точки соответствуют символам новой строки: (?s); Игнорировать случай: (?i); Оба: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr "{} не похож на действительный ID сообщения."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Slovak\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "Avbruten."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Meddelandet kunde inte hittas."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Turkish\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,110 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr "İletileri temizleme için komutları."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr "{number} iletileri silmek istediğinizden emin misiniz? (e/h)"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr "İptal."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr "Mesajları sil."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgstr "Belirtilen metin eşleştirme mesajları Sil son X.\n\n"
|
||||
" örnek:\n"
|
||||
" <div class=\"notranslate\"> '2</div>, temizleme metin \"test\" 5'\n\n"
|
||||
" çift tırnak işaretleri kullanmak için anımsa.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgstr "Son X iletileri belirtilen bir kullanıcının bağlantısını sil.\n\n"
|
||||
" örnekler:\n"
|
||||
" '[p]Temizleme Kullanıcı @ yaklaştın 2'\n"
|
||||
" '[p]Temizleme Kullanıcı kırmızı 6' < div class = \"notr anslate \"> 5</div> "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
msgstr "Tüm iletileri sonra belirtilen ileti silme.\n\n"
|
||||
" bir ileti kimliği almak için anlaşmazlık'ın\n"
|
||||
" ayarları, 'Görünüm' sekmesi Geliştirici modunu etkinleştirin. O zaman doğru tıkırtı bir ileti\n"
|
||||
" ve onun kimliğini kopyalayın.\n"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr "Mesaj bulunamadı."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgstr "Belirtilen ileti önce siler X iletileri.\n\n"
|
||||
" bir ileti kimliği almak için anlaşmazlık'ın\n"
|
||||
" ayarları, 'Görünüm' sekmesi Geliştirici modunu etkinleştirin. O zaman doğru tıkırtı bir ileti\n"
|
||||
" ve onun kimliğini kopyalayın.\n"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgstr "Mesajları sil son X.\n\n"
|
||||
" örnek:\n"
|
||||
" <div class=\"notranslate\"> '2</div> Temizleme 26 mesajları'\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr "Komut mesajlarını ve mesajları bottan temizleyin."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgstr "Bot tarafından sahip olunan mesajları temizleyin.\n\n"
|
||||
" Varsayılan olarak, tüm mesajlar temizlenir. Üçüncü bir argüman belirtilmişse,\n"
|
||||
" desen eşleşmesi için kullanılır: Eğer r ile başlarsa (ve ile biterse),\n"
|
||||
" o zaman bir regex olarak yorumlanır ve onunla eşleşen mesajlar\n"
|
||||
" silindi. Aksi halde, basit bir alt dizgi testinde kullanılır.\n\n"
|
||||
" Desene dahil etmek için bazı yararlı normal ifadeler:\n"
|
||||
" Noktalar yeni satırlarla eşleşir: (? S); Yoksay: (? İ); İkisi de: (? Si) "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Chinese Simplified\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"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,86 +16,69 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:19
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:36
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:48
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:107
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:116
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n"
|
||||
" "
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:161
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
" `[p]cleanup user @Twentysix 2`\n"
|
||||
" `[p]cleanup user Red 6`\n"
|
||||
" "
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:215
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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"
|
||||
" "
|
||||
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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:247
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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"
|
||||
" "
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:278
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
" `[p]cleanup messages 26`\n"
|
||||
" "
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:308
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:383
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a third argument is specified,\n"
|
||||
" it is used for pattern matching: If it begins with r( and ends with ),\n"
|
||||
" then it is interpreted as a regex, and messages that match it are\n"
|
||||
" deleted. Otherwise, it is used in a simple substring test.\n\n"
|
||||
" Some helpful regex flags to include in your pattern:\n"
|
||||
" Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\n"
|
||||
" "
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
|
||||
84
redbot/cogs/cleanup/locales/zh-TW.po
Normal file
84
redbot/cogs/cleanup/locales/zh-TW.po
Normal file
@@ -0,0 +1,84 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-TW\n"
|
||||
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:22
|
||||
#, docstring
|
||||
msgid "Commands for cleaning up messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:42
|
||||
msgid "Are you sure you want to delete {number} messages? (y/n)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:54
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:113
|
||||
#, docstring
|
||||
msgid "Delete messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:122
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\\n\\n Example:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Remember to use double quotes.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:167
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\\n\\n Examples:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:223
|
||||
#, 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:236 redbot/cogs/cleanup/cleanup.py:272
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:259
|
||||
#, docstring
|
||||
msgid "Deletes X messages before 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:296
|
||||
#, docstring
|
||||
msgid "Delete the messages between Messsage 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 "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:332
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:362
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:437
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching: If it begins with r( and ends with ),\\n then it is interpreted as a regex, and messages that match it are\\n deleted. Otherwise, it is used in a simple substring test.\\n\\n Some helpful regex flags to include in your pattern:\\n Dots match newlines: (?s); Ignore case: (?i); Both: (?si)\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:12
|
||||
msgid "{} doesn't look like a valid message ID."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user