mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
update translation catalogs (#3280)
This commit is contained in:
232
redbot/cogs/warnings/locales/af-ZA.po
Normal file
232
redbot/cogs/warnings/locales/af-ZA.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: af\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: af_ZA\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\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"
|
||||
"X-Crowdin-Language: ar\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: bg\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
232
redbot/cogs/warnings/locales/ca-ES.po
Normal file
232
redbot/cogs/warnings/locales/ca-ES.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Catalan\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ca\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: ca_ES\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,24 +1,23 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
|
||||
"Generated-By: redgettext 3.1\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/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
msgstr "Nenašel jsem žádný příkaz s tímto názvem!"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
@@ -44,7 +43,7 @@ msgstr ""
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
msgstr "Správa nastavení pro varování."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
@@ -71,7 +70,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
msgstr "Nalezen duplicitní název akce!"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
@@ -80,11 +79,11 @@ msgstr ""
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
msgstr "Odstranit akci se zadaným názvem."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
msgstr "Neexistuje žádná akce s názvem {name}!"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
@@ -102,7 +101,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
msgstr "Nový důvod byl zaregistrován."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
@@ -111,21 +110,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
msgstr "To není registrovaný název důvodu."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
msgstr "Seznam všech nastavených důvodů varování."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
msgstr "Důvod: {name}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
msgstr "Body"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
@@ -142,7 +141,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
msgstr "Akce: {name}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
@@ -150,11 +149,11 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
msgstr "Zahodit příkaz"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
msgstr "Jméno: {action_name}\\nBody: {points}\\nPříkaz pro pokračování: {exceed_command}\\nVypínací příkaz: {drop_command}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
@@ -167,11 +166,11 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
msgstr "Nemůžeš varovat sám sebe."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
msgstr "To není registrovaný důvod!"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
@@ -179,7 +178,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
msgstr "Varování od {user}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
@@ -208,7 +207,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
msgstr "Tento uživatel nemá žádná varování!"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
@@ -216,18 +215,18 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
msgstr "Varování pro {user}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
msgstr "Odstranit varování od uživatele."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
msgstr "Nemůžete od sebe odstranit varování."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
msgstr "Toto varování neexistuje!"
|
||||
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: da\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: de\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
@@ -26,7 +25,7 @@ msgstr "Dieser Befehl kann nur vom Bot Besitzer ausgeführt werden. Du darfst di
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
msgstr "Geben Sie den Befehl ein, der ausgeführt werden soll, wenn der Benutzer **die Punkte überschreitet, die für diese Aktion auftreten.**\\n**Wenn Sie keinen Befehl ausführen möchten, geben Sie** `none`.\\n\\nGib es genau ein, wie du es willst, wenn du den Befehl tatsächlich ausführen möchtest, außer stelle keine Präfix und verwende `{user}` anstelle von Benutzerargumenten/Mitgliedsargumenten\\n\\nWARNUNG: Der eingegebene Befehl wird ohne Rücksicht auf Überprüfungen oder Abklingzeiten ausgeführt. Befehle, die Bot-Besitzer benötigen, sind aus Sicherheitsgründen nicht erlaubt.\\n\\nBitte warten Sie 15 Sekunden, bevor Sie Ihre Antwort eingeben."
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
@@ -34,7 +33,7 @@ msgstr "Du kannst deine Antwort nun eingeben."
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
msgstr "Geben Sie den Befehl ein, der ausgeführt werden soll, wenn der Benutzer **einen Wert unterhalb der Punkte, die für diese Aktion auftreten, zurückgeliefert hat.** Bitte beachten Sie, dass dies für die Umkehr der Aktion verwendet werden soll, wenn der Benutzer den Punktzwert überschritten hat.\\n**Wenn du keinen Befehl ausführen möchtest, wenn du Punkte ablegst, gib** `none`.\\n\\nGib es genau ein, wie du es willst, wenn du den Befehl tatsächlich ausführen möchtest, außer stelle keine Präfix und verwende `{user}` anstelle von Benutzerargumenten/Mitgliedsargumenten\\n\\nWARNUNG: Der eingegebene Befehl wird ohne Rücksicht auf Überprüfungen oder Abklingzeiten ausgeführt. Befehle, die Bot-Besitzer benötigen, sind aus Sicherheitsgründen nicht erlaubt.\\n\\nBitte warten Sie 15 Sekunden, bevor Sie Ihre Antwort eingeben."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
@@ -62,12 +61,12 @@ msgstr "Benutzerdefinierte Gründe wurden deaktiviert."
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
msgstr "Verwalte automatisierte Aktionen für Verwarnungen.\\n\\n Aktionen sind im Grunde genommen Befehlmakros. Jeder Befehl kann ausgeführt\\n werden wenn die Aktion ausgelöst wird, und/oder wenn die Aktion aufgehoben\\n wird.\\n\\n Aktionen muss sowohl ein Name als auch ein Punkte-Grenzwert vergeben werden.\\n Wenn ein Benutzer verwarnt wird und dessen Punkte diesen Grenzwert übersteigen,\\n dann wird die Aktion ausgeführt.\\n "
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
msgstr "Erstelle eine automatisierte Aktion.\\n\\n Doppelte Aktionsnamen sind nicht erlaubt.\\n "
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
@@ -89,7 +88,7 @@ msgstr "Es gibt keine Aktion mit dem Namen {name}!"
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
msgstr "Verwalte Gründe für Verwarnungen.\\n\\n Gründen muss ein Name, eine Beschreibung und ein Punktewert vergeben werden.\\n Der Name des Grunds muss bei der Verwarnung eines Benutzers angegeben werden.\\n "
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
@@ -129,7 +128,7 @@ msgstr "Punkte"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
msgstr "Name: {reason_name}\\nPunkte: {points}\\nBeschreibung: {description}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
@@ -154,7 +153,7 @@ msgstr "Befehl streichen"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
msgstr "Name: {action_name}\\nPunkte: {points}\\nBefehl überschreiten: {exceed_command}\\nBefehl ablegen: {drop_command}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
@@ -163,7 +162,7 @@ msgstr "Es sind keine Aktionen konfiguriert!"
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
msgstr "Warnung den Benutzer aus dem angegebenen Grund.\\n\\n `<points>` Anzahl der Punkte, für die die Warnung gelten sollte. Wenn keine Nummer angegeben wird\\n 1 Punkt wird angegeben. Vorgesetzte Warnungen ignorieren dies.\\n `<reason>` kann ein registrierter Grund sein, wenn sie existiert oder ein benutzerdefinierter\\n standardmäßig erstellt wird.\\n "
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
@@ -187,11 +186,11 @@ msgstr "Du hast eine Verwarnung in {guild_name} erhalten."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
msgstr "{reason}\\n\\nBenutze `{prefix}unwarn {user} {message}` um diese Warnung zu entfernen."
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
msgstr "{description}\\nPunkte: {points}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
@@ -200,7 +199,7 @@ msgstr "Der Benutzer {user} wurde verwarnt."
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
msgstr "Liste die Verwarnungen des angegebenen Benutzers auf.\\n\\n Ohne `<user>` werden deine eigenen Verwarnungen angezeigt.\\n\\n Beachte, dass du entsprechende Berechtigungen benötigst um Verwarnungen\\n anderer Benutzer einsehen zu können.\\n "
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
@@ -212,7 +211,7 @@ msgstr "Dieser Benutzer hat noch keine Verwarnungen!"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
msgstr "{num_points} Punkte Verwarnung {reason_name} ausgestellt von {user} wegen {description}\\n"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: el\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
232
redbot/cogs/warnings/locales/en-US.po
Normal file
232
redbot/cogs/warnings/locales/en-US.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: English\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: en\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: en_US\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
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:14\n"
|
||||
"Last-Translator: Robert Jansen (Kowlin)\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: es-ES\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: fi\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: fr\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
@@ -191,7 +190,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
msgstr "{description}\\nPoints : {points}"
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
|
||||
232
redbot/cogs/warnings/locales/he-IL.po
Normal file
232
redbot/cogs/warnings/locales/he-IL.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Hebrew\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: he\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: he_IL\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: hu\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: id\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: it\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ja\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: ko\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: nl\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: no\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: no_NO\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: pl\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: pt-BR\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: pt-PT\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:47\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
|
||||
"Generated-By: redgettext 3.1\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/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: ro_RO\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\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"
|
||||
"X-Crowdin-Language: ru\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: sk\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
232
redbot/cogs/warnings/locales/sr-SP.po
Normal file
232
redbot/cogs/warnings/locales/sr-SP.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Serbian (Cyrillic)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: sr\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: sr_SP\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:48\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: sv-SE\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: tr\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
232
redbot/cogs/warnings/locales/uk-UA.po
Normal file
232
redbot/cogs/warnings/locales/uk-UA.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\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-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: uk\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: uk_UA\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
232
redbot/cogs/warnings/locales/vi-VN.po
Normal file
232
redbot/cogs/warnings/locales/vi-VN.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: vi\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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 3.0\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: crowdin.com\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-CN\n"
|
||||
"X-Crowdin-File: /cogs/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
232
redbot/cogs/warnings/locales/zh-HK.po
Normal file
232
redbot/cogs/warnings/locales/zh-HK.po
Normal file
@@ -0,0 +1,232 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.1\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Language: zh-HK\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: zh_HK\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
msgid "I could not find a command from that input!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:77
|
||||
msgid "That command requires bot owner. I can't allow you to use that for an action"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:86
|
||||
msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\\n**If you do not wish to have a command run, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143
|
||||
msgid "You may enter your response now."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:128
|
||||
msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:25
|
||||
#, docstring
|
||||
msgid "Warn misbehaving users and take automated actions."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:65
|
||||
#, docstring
|
||||
msgid "Manage settings for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:71
|
||||
#, docstring
|
||||
msgid "Enable or disable custom reasons for a warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:75
|
||||
msgid "Custom reasons have been enabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:77
|
||||
msgid "Custom reasons have been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:83
|
||||
#, docstring
|
||||
msgid "Manage automated actions for Warnings.\\n\\n Actions are essentially command macros. Any command can be run\\n when the action is initially triggered, and/or when the action\\n is lifted.\\n\\n Actions must be given a name and a points threshold. When a\\n user is warned enough so that their points go over this\\n threshold, the action will be executed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:98
|
||||
#, docstring
|
||||
msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:119
|
||||
msgid "Duplicate action name found!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:126
|
||||
msgid "Action {name} has been added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:131
|
||||
#, docstring
|
||||
msgid "Delete the action with the specified name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:144
|
||||
msgid "No action named {name} exists!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:150
|
||||
#, docstring
|
||||
msgid "Manage warning reasons.\\n\\n Reasons must be given a name, description and points value. The\\n name of the reason must be given when a user is warned.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:162
|
||||
#, docstring
|
||||
msgid "Create a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:166
|
||||
msgid "*Custom* cannot be used as a reason name!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:176
|
||||
msgid "The new reason has been registered."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:181
|
||||
#, docstring
|
||||
msgid "Delete a warning reason."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:188
|
||||
msgid "That is not a registered reason name."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:194
|
||||
#, docstring
|
||||
msgid "List all configured reasons for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:202
|
||||
msgid "Reason: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:204 redbot/cogs/warnings/warnings.py:229
|
||||
#: redbot/cogs/warnings/warnings.py:308
|
||||
msgid "Points"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:208
|
||||
msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:215
|
||||
msgid "There are no reasons configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:221
|
||||
#, docstring
|
||||
msgid "List all configured automated actions for Warnings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:228
|
||||
msgid "Action: {name}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:230
|
||||
msgid "Exceed command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:231
|
||||
msgid "Drop command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:235
|
||||
msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:243
|
||||
msgid "There are no actions configured!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:256
|
||||
#, docstring
|
||||
msgid "Warn the user for the specified reason.\\n\\n `<points>` number of points the warning should be for. If no number is supplied\\n 1 point will be given. Pre-set warnings disregard this.\\n `<reason>` can be a registered reason if it exists or a custom one\\n is created by default.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:264
|
||||
msgid "You cannot warn yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:271
|
||||
msgid "That is not a registered reason!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:279
|
||||
msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:305
|
||||
msgid "Warning from {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:310
|
||||
msgid "You have received a warning in {guild_name}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:318
|
||||
msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:321
|
||||
msgid "{description}\\nPoints: {points}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:341
|
||||
msgid "User {user} has been warned."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:348
|
||||
#, docstring
|
||||
msgid "List the warnings for the specified user.\\n\\n Omit `<user>` to see your own warnings.\\n\\n Note that showing warnings for users other than yourself requires\\n appropriate permissions.\\n "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:360
|
||||
msgid "You are not allowed to check warnings for other users!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:374
|
||||
msgid "That user has no warnings!"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:384
|
||||
msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:394
|
||||
msgid "Warnings for {user}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:401
|
||||
#, docstring
|
||||
msgid "Remove a warning from a user."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:414
|
||||
msgid "You cannot remove warnings from yourself."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/warnings/warnings.py:421
|
||||
msgid "That warning doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
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"
|
||||
"POT-Creation-Date: 2019-07-14 04:24+0000\n"
|
||||
"PO-Revision-Date: 2020-01-07 21:49\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
|
||||
"Generated-By: redgettext 3.1\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/warnings/locales/messages.pot\n"
|
||||
"X-Crowdin-File: /warnings/locales/messages.pot\n"
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/cogs/warnings/helpers.py:70
|
||||
|
||||
Reference in New Issue
Block a user