mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
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:
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
msgstr "Mod-Ereignisse werden an {} gesendet"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
msgstr "Ich habe keine Berechtigungen zum Senden von Nachrichten in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Mod log deaktiviert."
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
msgstr "Aktuelle Einstellungen:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr "Diese Aktion ist nicht registriert"
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
msgstr "Fallerstellung für {} Aktionen ist jetzt {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Fälle wurden zurückgesetzt."
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
msgstr "Dieser Fall existiert für diese Gilde nicht"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Dieser Fall existiert nicht für diesen Server"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Dieser Fall existiert nicht!"
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "Sie sind nicht berechtigt, diesen Fall zu ändern!"
|
||||
msgstr "Du bist nicht berechtigt diesen Fall zu ändern!"
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr "Der Grund wurde aktualisiert."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: en_PT\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Modo log desasctivado."
|
||||
msgstr "Mod log desactivado."
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
msgstr "Configuraciones actuales:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr "Esta acción no esta registrada"
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
msgstr "Creación de caso para {} actiones ahora {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Casos han sido reseteados."
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
msgstr "Ese caso no existe para este gremio"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Ese caso no existe para ese servidor"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Ese caso no existe!"
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "No estas autorizado para modificar ese caso!"
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr "Razones han sido actualizadas."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Mod journal désactivé."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr "Cette action n’est pas enregistrée"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Les arguments ont été réinitialisés."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Cet argument n'existe pas pour ce serveur"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
msgstr "Cet argument n'existe pas!"
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
msgstr "Vous n’êtes pas autorisé à modifier cette argument !"
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
msgstr "La raison a été mis à jour."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
msgstr "Peristiwa mod akan dikirim ke {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
msgstr "Saya tidak memiliki izin untuk mengirim pesan di {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Mod log dinonaktifkan."
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
msgstr "Pengaturan saat ini:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr "Tindakan tersebut tidak terdaftar"
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
msgstr "Penciptaan kasus untuk {} tindakan sekarang {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Kasus telah di setel ulang."
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
msgstr "Kasus untuk guild tersebut tidak ada"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Kasus tersebut tidak ada!"
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "Anda tidak diizinkan untuk mengubah kasus tersebut!"
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr "Alasan telah di perbarui."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
msgstr "모드 이벤트가 {} 으로 전송됐어요."
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
msgstr "{} 에 메세지를 보낼 수 있는 권한이 없어요!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "모드 로그가 비활성화됐어요."
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
msgstr "현재 설정 :"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr "해당 작업이 등록되지 않았어요."
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
msgstr "이제 {}개의 작업에 대한 사례를 생성할 수 있습니다."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr "사례들이 초기화됐어요."
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
msgstr "해당 길드에 해당되는 사례가 없어요."
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr "해당 사례는 등록되어 있지 않아요."
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "사용자님은 해당 사례를 수정할 권한이 없어요!"
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr "이유가 업데이트됐어요."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: lol_US\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: no_NO\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,62 +1,103 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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/modlog/locales/messages.pot\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
msgstr "Aktualne ustawienia:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
msgstr "Отчёты о модерации будут отправляться в канал {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
msgstr "У меня нет прав отправлять сообщения в {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Журнал модерации дэактивирован."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr "Действие не зарегистрировано"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Дела были сброшены."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Дело не употребляется на этом сервере"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
msgstr "Дело не существует!"
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
msgstr "У вас нет прав для изменения этого дела!"
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
msgstr "Причина была обновлена."
|
||||
|
||||
|
||||
103
redbot/cogs/modlog/locales/sk-SK.po
Normal file
103
redbot/cogs/modlog/locales/sk-SK.po
Normal file
@@ -0,0 +1,103 @@
|
||||
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/modlog/locales/messages.pot\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
msgstr "Moderator event skickas till {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
msgstr "Jag saknar behörighet till att skicka meddelanden i {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Moderator loggen inaktiverad."
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
msgstr "Nuvarande inställningar:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr "Åtgärden är inte registrerad"
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
msgstr "Ärendeskapande för {} är nu {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Ärenden har återställts."
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
msgstr "Det ärendet finns inte för denna guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Det ärendet finns inte!"
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "Du saknar behörighet för att modifiera detta ärende!"
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr "Anledningen har blivit uppdaterad."
|
||||
|
||||
|
||||
103
redbot/cogs/modlog/locales/tr-TR.po
Normal file
103
redbot/cogs/modlog/locales/tr-TR.po
Normal file
@@ -0,0 +1,103 @@
|
||||
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/modlog/locales/messages.pot\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2018-02-18 14:42+AKST\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,47 +16,88 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: ../modlog.py:36
|
||||
msgid "Mod events will be sent to {}"
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:42
|
||||
msgid "I do not have permissions to send messages in {}!"
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:52
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:63
|
||||
msgid "Current settings:"
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:82
|
||||
msgid "Case creation for {} actions is now {}."
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:94
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:103
|
||||
msgid "That case does not exist for that guild"
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:122
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#, docstring
|
||||
msgid "Specify a reason for a modlog case.\n\n"
|
||||
" Please note that you can only edit cases you are\n"
|
||||
" the owner of unless you are a mod, admin or server owner.\n\n"
|
||||
" If no case number is specified, the latest case will be used.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:146
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: ../modlog.py:155
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user