Update Translations (#2486)

Also included a Makefile recipe which makes use of the Crowdin CLI's `crowdin download` command. This requires whoever is using it to provide the project's API key in an environment variable, but we may automate this at some point.

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
Toby Harradine
2019-03-04 08:55:01 +11:00
committed by GitHub
parent 2755592175
commit 628073cbe1
556 changed files with 130783 additions and 16873 deletions

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:41-0400\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"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\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,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: ar_SA\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: bg_BG\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Danish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: da_DK\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,104 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: de_DE\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Befehle um Nachrichten zu bereinigen."
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
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
msgid "Cancelled."
msgstr ""
msgstr "Abgebrochen."
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "Dieser Befehl ist nur für Bots und kann nur mit Bot-Accounts verwendet werden."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr "Nachrichten löschen."
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:161
#, 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"
" "
#: 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 "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"
" "
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Nachricht nicht gefunden."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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. "
#: redbot/cogs/cleanup/cleanup.py:278
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:308
#, 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
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Greek\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: el_GR\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Pirate English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: en_PT\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:41-0400\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"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: es_ES\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
msgstr "¿Estás seguro que deseas borrar todos los mensajes? (y/n)"
#: ../cleanup.py:37
msgid "Cancelled."
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "Este comando puede utilizarse sólo en bots con cuentas de bot."
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr "Cancelado."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Mensaje no encontrado."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: fi_FI\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:41-0400\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"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,113 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: fr_FR\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Commandes pour supprimer des messages."
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
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
msgid "Cancelled."
msgstr ""
msgstr "Annulé."
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "Cette commande ne peut être utilisée que par des bots avec des comptes de bot."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr "Supprime les messages."
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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. "
#: redbot/cogs/cleanup/cleanup.py:161
#, 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"
" "
#: 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
msgid "Message not found."
msgstr "Message introuvable."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:278
#, 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:308
#, 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
#, 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"
" "

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: hu_HU\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Indonesian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: id_ID\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr "Dibatalkan."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "Perintah ini hanya bisa di gunakan kepada bot dengan akun bot."
#: redbot/cogs/cleanup/cleanup.py:116
#, 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 ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Pesan tidak ditemukan."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: it_IT\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "Questo comando può essere utilizzato solo il bot con conti di bot."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Messaggio non trovato."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: ja_JP\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: ko_KR\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr "취소되었어요."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "이 커맨드는 봇 계정이 있는 봇만 사용할 수 있어요."
#: redbot/cogs/cleanup/cleanup.py:116
#, 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 ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "메세지를 찾을 수 없어요."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: LOLCAT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: lol_US\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,108 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: nl_NL\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Commands voor het opschonen van berichten."
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
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
msgid "Cancelled."
msgstr ""
msgstr "Geannuleerd."
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr "Verwijder berichten."
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:161
#, 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"
" "
#: 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 "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"
" "
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Bericht niet gevonden."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:278
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:308
#, 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
#, 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) "

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\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"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: no_NO\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,34 +1,101 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Plural-Forms: nplurals=4; plural=((n == 1) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || n%10 == 1 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 12 && n%100 <= 14)) ? 2 : 3));\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\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"
"X-Crowdin-Language: pl\n"
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: pl_PL\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr "Anulowane."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:116
#, 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 ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Nie ma takiej wiadomości."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: pt_BR\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr "Cancelado."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:116
#, 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 ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Mensagem não encontrada."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: pt_PT\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\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,19 +16,117 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: ru_RU\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr "Команды для очистки сообщений."
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr "Вы уверены, что хотите удалить {number} сообщений? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
msgstr "Отменено."
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "Эту команду можно использоваться только если учётная запись бота зарегистрирована как бот."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr "Удалить сообщения."
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:161
#, 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"
" "
#: 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 "Удалить все сообщения после указанного сообщения.\n\n"
" Чтобы получить Id сообщения, включите\n"
" режим разработчика в настройках Discord,\n"
" во вкладке 'Внешний вид'. Затем щелкните\n"
" правой кнопкой мыши на сообщение и\n"
" скопируйте его Id.\n"
" "
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Сообщение не найдено."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:278
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr "Очистить командные сообщения и сообщения от бота."
#: redbot/cogs/cleanup/cleanup.py:383
#, 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"
" "

View File

@@ -0,0 +1,101 @@
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"
"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"
"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: sk\n"
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: sk_SK\n"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: sv_SE\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr "Avbruten."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
msgstr "Detta kommando kan endast användas på botar som har ett bot konto."
#: redbot/cogs/cleanup/cleanup.py:116
#, 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 ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Meddelandet kunde inte hittas."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""

View File

@@ -0,0 +1,125 @@
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"
"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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: tr\n"
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: tr_TR\n"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr "İletileri temizleme için komutları."
#: redbot/cogs/cleanup/cleanup.py:36
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
msgid "Cancelled."
msgstr "İptal."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr "Mesajları sil."
#: redbot/cogs/cleanup/cleanup.py:116
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:161
#, 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> "
#: 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 "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"
" "
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr "Mesaj bulunamadı."
#: redbot/cogs/cleanup/cleanup.py:247
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:278
#, 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"
" "
#: redbot/cogs/cleanup/cleanup.py:308
#, 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
#, 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) "

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-04-02 17:36+AKDT\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\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"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,19 +16,86 @@ msgstr ""
"X-Crowdin-File: /cogs/cleanup/locales/messages.pot\n"
"Language: zh_CN\n"
#: ../cleanup.py:31
msgid "Are you sure you want to delete {} messages? (y/n)"
#: redbot/cogs/cleanup/cleanup.py:19
#, docstring
msgid "Commands for cleaning up messages."
msgstr ""
#: ../cleanup.py:37
#: redbot/cogs/cleanup/cleanup.py:36
msgid "Are you sure you want to delete {number} messages? (y/n)"
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:48
msgid "Cancelled."
msgstr ""
#: ../cleanup.py:182
msgid "This command can only be used on bots with bot accounts."
#: redbot/cogs/cleanup/cleanup.py:107
#, docstring
msgid "Delete messages."
msgstr ""
#: ../cleanup.py:189
#: redbot/cogs/cleanup/cleanup.py:116
#, 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:161
#, 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: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 ""
#: redbot/cogs/cleanup/cleanup.py:228 redbot/cogs/cleanup/cleanup.py:260
msgid "Message not found."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:247
#, 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:278
#, docstring
msgid "Delete the last X messages.\n\n"
" Example:\n"
" `[p]cleanup messages 26`\n"
" "
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:308
#, docstring
msgid "Clean up command messages and messages from the bot."
msgstr ""
#: redbot/cogs/cleanup/cleanup.py:383
#, 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 ""