mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[i18n] Update translation catalogs (#2867)
* [i18n] Update translation catalogs Signed-off-by: Toby Harradine <tobyharradine@gmail.com> * Install redgettext 3.1 in travis crowdin deployment Last time the catalog templates were updated, redgettext 3.0 was used. I'd rather Travis didn't upload them after extracting with an older version. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
committed by
Michael H
parent
d5c412e3df
commit
8676dd3ce3
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
122
redbot/cogs/modlog/locales/cs-CZ.po
Normal file
122
redbot/cogs/modlog/locales/cs-CZ.po
Normal file
@@ -0,0 +1,122 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: cs\n"
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, docstring
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
msgstr "Verwalte Protokollkanäle für Moderationsaktionen."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
msgstr "Verwalte modlog Einstellungen."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
msgstr "Mod Ereignisse werden gesendet an {channel}"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
msgstr "Ich habe nicht die Berechtigungen um Nachrichten in {channel} zu senden!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Mod log deaktiviert."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr "Aktiviere oder deaktiviere Fallerstellung für eine Mod Aktion."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "aktiviert"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "deaktiviert"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr "Diese Aktion ist nicht registriert"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
msgstr "Fallerstellung für {action_name} ist jetzt {enabled}."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
msgstr "Setze alle modlog Fälle auf diesem Server zurück."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Fälle wurden zurückgesetzt."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
msgstr "Zeige die angegebenen Fälle."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Dieser Fall existiert nicht für diesen Server"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Dieser Fall existiert nicht!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "Du bist nicht berechtigt diesen Fall zu ändern!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
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: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:12\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Greek\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Pirate English\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: en_PT\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Mod log desactivado."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr "Esta acción no esta registrada"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Casos han sido reseteados."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Ese caso no existe para ese servidor"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Ese caso no existe!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "No estas autorizado para modificar ese caso!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
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: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:06\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:11\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
msgstr "Gérer les salons de log pour les actions de modération."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
msgstr "Gérer les paramètres du modlog."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr "Définir un salon comme modlog.\\n\\n Omettre `<channel>` pour désactiver le modlog.\\n "
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
msgstr "Les événements de modération seront envoyés à {channel}"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
msgstr "Je n'ai pas les permissions d'envoyer des messages dans {channel} !"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Mod journal désactivé."
|
||||
msgstr "Mod log désactivé."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
msgstr "Activer ou désactiver la création d'argument pour une action de modération."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "activé"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "désactivé"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr "Paramètres actuels :\\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr "Cette action n’est pas enregistrée"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
msgstr "La création d’arguments pour les actions {action_name} est maintenant {enabled}."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
msgstr "Réinitialiser tous les arguments de modlog dans ce serveur."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Les arguments ont été réinitialisés."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
msgstr "Afficher l'argument spécifié."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Cet argument n'existe pas pour ce serveur"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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 ""
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr "Afficher les cas pour le membre spécifié."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr "Cet utilisateur n'existe pas."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr "Quelque chose s'est mal passé lors de la récupération de cet utilisateur par ID."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr "Cet utilisateur n'a aucun cas."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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 "Spécifiez une raison pour un argument de modlog.\\n\\n Veuillez noter que vous ne pouvez modifier que les arguments où vous êtes\\n le propriétaire sauf si vous êtes un modérateur, administrateur ou propriétaire du serveur.\\n\\n Si aucun numéro d'argument n'est spécifié, le dernier argument sera utilisé.\\n "
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Cet argument n'existe pas!"
|
||||
msgstr "Cet argument n'existe pas !"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "Vous n’êtes pas autorisé à modifier cette argument !"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr "La raison a été mis à jour."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "engedélyezve"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "nincs engedélyezve"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Mod log dinonaktifkan."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr "Tindakan tersebut tidak terdaftar"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Kasus telah di setel ulang."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Kasus tersebut tidak ada!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "Anda tidak diizinkan untuk mengubah kasus tersebut!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
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: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "abilitata"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "disabilitata"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "모드 로그가 비활성화됐어요."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr "해당 작업이 등록되지 않았어요."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr "사례들이 초기화됐어요."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr "해당 사례는 등록되어 있지 않아요."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "사용자님은 해당 사례를 수정할 권한이 없어요!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr "이유가 업데이트됐어요."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: LOLCAT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: lol_US\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "enabld"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "disabld"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "activeren"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "de-activeren"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Norwegian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: no_NO\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "skrudd på"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "skrudd av"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "włączone"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "wyłączone"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "habilitado"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "desabilitado"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
122
redbot/cogs/modlog/locales/ro-RO.po
Normal file
122
redbot/cogs/modlog/locales/ro-RO.po
Normal file
@@ -0,0 +1,122 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:09\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Romanian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ro\n"
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ro_RO\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, docstring
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 05:52\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:13\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
msgstr "Управление журнал-каналами для модерации действий."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
msgstr "Управление настройками журналов модерации."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
msgstr "События модерации будут отправлены в {channel}"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
msgstr "У меня нет прав на отправку сообщений в {channel}!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Журнал модерации дэактивирован."
|
||||
msgstr "Журнал модерации деактивирован."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr "Включить или отключить создание случая для действия модерации."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "включен"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "отключен"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr "Действие не зарегистрировано"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
msgstr "Создание случая для действий {action_name} теперь {enabled}."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
msgstr "Сбросьте все случаи журанала модерации на этом сервере."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Дела были сброшены."
|
||||
msgstr "Случаи были сброшены."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
msgstr "Показать указанный случай."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr "Дело не употребляется на этом сервере"
|
||||
msgstr "Этот случай не существует на этом сервере"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Дело не существует!"
|
||||
msgstr "Этот случай не существует!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "У вас нет прав для изменения этого дела!"
|
||||
msgstr "Вы не уполномочены изменять этот случай!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr "Причина была обновлена."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:07\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr "Moderator loggen inaktiverad."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr "Åtgärden är inte registrerad"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr "Ärenden har återställts."
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr "Det ärendet finns inte!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr "Du saknar behörighet för att modifiera detta ärende!"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr "Anledningen har blivit uppdaterad."
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "açıldı"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "deaktif"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
|
||||
"PO-Revision-Date: 2019-02-25 03:08\n"
|
||||
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-06 16:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 2.2\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
@@ -16,88 +16,107 @@ msgstr ""
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:15
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:24
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:30
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\n\n"
|
||||
" Omit `<channel>` to disable the modlog.\n"
|
||||
" "
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:39
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:43
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:54
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:59
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:70
|
||||
msgid "Current settings:\n"
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:75
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:80
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:88
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:91
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:96
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:100
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:111
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, 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"
|
||||
" "
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:126
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:152
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:159
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
|
||||
122
redbot/cogs/modlog/locales/zh-TW.po
Normal file
122
redbot/cogs/modlog/locales/zh-TW.po
Normal file
@@ -0,0 +1,122 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-05 22:33+0200\n"
|
||||
"PO-Revision-Date: 2019-07-14 02:15\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.0\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-TW\n"
|
||||
"X-Crowdin-File: /cogs/modlog/locales/messages.pot\n"
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:17
|
||||
#, docstring
|
||||
msgid "Manage log channels for moderation actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:26
|
||||
#, docstring
|
||||
msgid "Manage modlog settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:32
|
||||
#, docstring
|
||||
msgid "Set a channel as the modlog.\\n\\n Omit `<channel>` to disable the modlog.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:41
|
||||
msgid "Mod events will be sent to {channel}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:45
|
||||
msgid "I do not have permissions to send messages in {channel}!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:56
|
||||
msgid "Mod log deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:61
|
||||
#, docstring
|
||||
msgid "Enable or disable case creation for a mod action."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "enabled"
|
||||
msgstr "已啟用"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:69 redbot/cogs/modlog/modlog.py:83
|
||||
msgid "disabled"
|
||||
msgstr "已停用"
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:72
|
||||
msgid "Current settings:\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:77
|
||||
msgid "That action is not registered"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:82
|
||||
msgid "Case creation for {action_name} actions is now {enabled}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:90
|
||||
#, docstring
|
||||
msgid "Reset all modlog cases in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:93
|
||||
msgid "Cases have been reset."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:98
|
||||
#, docstring
|
||||
msgid "Show the specified case."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:102
|
||||
msgid "That case does not exist for that server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:113
|
||||
#, docstring
|
||||
msgid "Display cases for the specified member."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:124
|
||||
msgid "That user does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:127
|
||||
msgid "Something unexpected went wrong while fetching that user by ID."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:131
|
||||
msgid "That user does not have any cases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:142
|
||||
#, 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:157
|
||||
msgid "That case does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:183
|
||||
msgid "You are not authorized to modify that case!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/modlog/modlog.py:190
|
||||
msgid "Reason has been updated."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user