mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Automated Crowdin downstream (#3860)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cabc876f5
commit
e52ff98cad
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Afrikaans\n"
|
"Language-Team: Afrikaans\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: af\n"
|
"X-Crowdin-Language: af\n"
|
||||||
"Language: af_ZA\n"
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: ar\n"
|
"X-Crowdin-Language: ar\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: bg\n"
|
"X-Crowdin-Language: bg\n"
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Няма намерен префикс."
|
msgstr "Няма намерен префикс."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Този псевдоним не съществува."
|
msgstr "Този псевдоним не съществува."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Няма използвани псевдоними на този сървър."
|
msgstr "Няма използвани псевдоними на този сървър."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Псевдоними:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Catalan\n"
|
"Language-Team: Catalan\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: ca\n"
|
"X-Crowdin-Language: ca\n"
|
||||||
"Language: ca_ES\n"
|
"Language: ca_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: cs\n"
|
"X-Crowdin-Language: cs\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t "
|
msgstr "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Nebyl nalezen žádný prefix."
|
msgstr "Nebyl nalezen žádný prefix."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Spravovat aliasy příkazů."
|
msgstr "Spravovat aliasy příkazů."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Správa globálních aliasů."
|
msgstr "Správa globálních aliasů."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Přidat alias pro příkaz."
|
msgstr "Přidat alias pro příkaz."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Přidat globální alias pro příkaz."
|
msgstr "Přidat globální alias pro příkaz."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota."
|
msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Žádný takový alias neexistuje."
|
msgstr "Žádný takový alias neexistuje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Zobrazit příkaz ke spustitelnému aliasu."
|
msgstr "Zobrazit příkaz ke spustitelnému aliasu."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "Alias `{alias_name} provede příkaz `{command}"
|
msgstr "Alias `{alias_name} provede příkaz `{command}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "Neexistuje žádný alias s názvem `{name}`"
|
msgstr "Neexistuje žádný alias s názvem `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Odstraní existující alias na tomto serveru."
|
msgstr "Odstraní existující alias na tomto serveru."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Na tomto serveru nejsou žádné aliasy."
|
msgstr "Na tomto serveru nejsou žádné aliasy."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "Alias s názvem{name}` byl úspěšně smazán."
|
msgstr "Alias s názvem{name}` byl úspěšně smazán."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Odstranit existující globální alias."
|
msgstr "Odstranit existující globální alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Seznam dostupných aliasů na tomto serveru."
|
msgstr "Seznam dostupných aliasů na tomto serveru."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Aliasy:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: da\n"
|
"X-Crowdin-Language: da\n"
|
||||||
"Language: da_DK\n"
|
"Language: da_DK\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: de\n"
|
"X-Crowdin-Language: de\n"
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "Erstelle einen Alias für einen Befehl.\\n\\n Aliases sind alternative Namen für Befehle.\\n können als Lambda (Speicherung von Argumenten für wiederholte Verwendung)\\n oder als einfache Verknüpfung zur Angabe von \\\"x y z\\\" fungieren.\\n\\n Wenn Sie ausgeführt werden, werden Alias zusätzliche Argumente annehmen\\n und sie an die gespeicherten Alias anhängen.\\n \\n "
|
msgstr "Erstelle einen Alias für einen Befehl.\\n\\n Aliases sind alternative Namen für Befehle.\\n können als Lambda (Speicherung von Argumenten für wiederholte Verwendung)\\n oder als einfache Verknüpfung zur Angabe von \\\"x y z\\\" fungieren.\\n\\n Wenn Sie ausgeführt werden, werden Alias zusätzliche Argumente annehmen\\n und sie an die gespeicherten Alias anhängen.\\n \\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Es wurde kein Prefix gefunden."
|
msgstr "Es wurde kein Prefix gefunden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Verwalte die Alias Befehle."
|
msgstr "Verwalte die Alias Befehle."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Verwalte die globalen Aliasse."
|
msgstr "Verwalte die globalen Aliasse."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Füge einen Alias für einen Befehl hinzu."
|
msgstr "Füge einen Alias für einen Befehl hinzu."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name wird bereits für einen Befehl des Bots genutzt."
|
msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name wird bereits für einen Befehl des Bots genutzt."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits auf dem Server."
|
msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits auf dem Server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
|
msgstr "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr "Du hast versucht einen Alias für einen Befehl zu erstellen, der nicht existiert."
|
msgstr "Du hast versucht einen Alias für einen Befehl zu erstellen, der nicht existiert."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Ein neuer Alias mit dem Namen`{name}` wurde erstellt."
|
msgstr "Ein neuer Alias mit dem Namen`{name}` wurde erstellt."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Füge einen globalen Alias für einen Befehl hinzu."
|
msgstr "Füge einen globalen Alias für einen Befehl hinzu."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot."
|
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser ist jedoch bereits auf diesem Server vorhanden."
|
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser ist jedoch bereits auf diesem Server vorhanden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser Name ist jedoch ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
|
msgstr "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser Name ist jedoch ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt."
|
msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen."
|
msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "So ein Alias ist nicht vorhanden."
|
msgstr "So ein Alias ist nicht vorhanden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Zeige den Befehl, welchen der Alias ausführt."
|
msgstr "Zeige den Befehl, welchen der Alias ausführt."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "Der Alias '{alias_name}' führt den Befehl '{command}' aus"
|
msgstr "Der Alias '{alias_name}' führt den Befehl '{command}' aus"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "Kein Alias mit dem Namen '{name}' gefunden"
|
msgstr "Kein Alias mit dem Namen '{name}' gefunden"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Lösche einen bereits existierenden Alias auf diesem Server."
|
msgstr "Lösche einen bereits existierenden Alias auf diesem Server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Es gibt keine Aliasse auf diesem Server."
|
msgstr "Es gibt keine Aliasse auf diesem Server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht."
|
msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "Kein Alias mit dem Namen '{name}' gefunden."
|
msgstr "Kein Alias mit dem Namen '{name}' gefunden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Lösche einen bereits existierenden globalen Alias."
|
msgstr "Lösche einen bereits existierenden globalen Alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr "Ich habe keinen globalen Alias gespeichert."
|
msgstr "Ich habe keinen globalen Alias gespeichert."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Zeige die auf diesem Server verfügbaren Alias."
|
msgstr "Zeige die auf diesem Server verfügbaren Alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Aliasse:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Zeige die verfügbaren globalen Alias von diesem Bot."
|
msgstr "Zeige die verfügbaren globalen Alias von diesem Bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr "Es gibt keinen globalen Alias."
|
msgstr "Es gibt keinen globalen Alias."
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Greek\n"
|
"Language-Team: Greek\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: el\n"
|
"X-Crowdin-Language: el\n"
|
||||||
"Language: el_GR\n"
|
"Language: el_GR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Δεν βρέθηκε πρόθεμα."
|
msgstr "Δεν βρέθηκε πρόθεμα."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: es-ES\n"
|
"X-Crowdin-Language: es-ES\n"
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "Crear alias para comandos.\\n\\n Los alias son accesos directos de nombres alternativos para comandos.\\n pueden actuar como un lambda (almacenando argumentos para uso repetido)\\n o simplemente como un atajo para decir \\\"x y z\\\".\\n\\n Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\\n y los agregarán al alias almacenado.\\n "
|
msgstr "Crear alias para comandos.\\n\\n Los alias son accesos directos de nombres alternativos para comandos.\\n pueden actuar como un lambda (almacenando argumentos para uso repetido)\\n o simplemente como un atajo para decir \\\"x y z\\\".\\n\\n Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\\n y los agregarán al alias almacenado.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Prefijo no encontrado."
|
msgstr "Prefijo no encontrado."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Administra los alias de los comandos."
|
msgstr "Administra los alias de los comandos."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Administra los alias globales."
|
msgstr "Administra los alias globales."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Agregar un alias para un comando."
|
msgstr "Agregar un alias para un comando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre ya es un comando en este bot."
|
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre ya es un comando en este bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese alias ya existe en este servidor."
|
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese alias ya existe en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre es un alias inválido. Los alias no deben contener espacios."
|
msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre es un alias inválido. Los alias no deben contener espacios."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr "Intentaste crear un nuevo alias para un comando que no existe."
|
msgstr "Intentaste crear un nuevo alias para un comando que no existe."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Un nuevo alias con el trigger {name} ha sido creado."
|
msgstr "Un nuevo alias con el trigger {name} ha sido creado."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Agrega un alias global para un comando."
|
msgstr "Agrega un alias global para un comando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Intentaste crear un nuevo alias global con el nombre {name} pero ese nombre ya es un comando en este bot."
|
msgstr "Intentaste crear un nuevo alias global con el nombre {name} pero ese nombre ya es un comando en este bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese alias ya existe en este servidor."
|
msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese alias ya existe en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese nombre es un nombre de alias inválido. Los nombres de alias no pueden contener espacios."
|
msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese nombre es un nombre de alias inválido. Los nombres de alias no pueden contener espacios."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "Un nuevo alias global con el trigger `{name}` ha sido creado."
|
msgstr "Un nuevo alias global con el trigger `{name}` ha sido creado."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Intenta ejecutar help para el comando base del alias."
|
msgstr "Intenta ejecutar help para el comando base del alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "El alias no existe."
|
msgstr "El alias no existe."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Muestra qué comando ejecuta el alias."
|
msgstr "Muestra qué comando ejecuta el alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "El alias `{alias_name}` ejecutará el comando `{command}`"
|
msgstr "El alias `{alias_name}` ejecutará el comando `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "No hay alias con el nombre `{name}`"
|
msgstr "No hay alias con el nombre `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Elimina un alias existente en este servidor."
|
msgstr "Elimina un alias existente en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "No hay alias en este servidor."
|
msgstr "No hay alias en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "El alias con el nombre `{name}` ha eliminado correctamente."
|
msgstr "El alias con el nombre `{name}` ha eliminado correctamente."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "El alias con nombre `{name}` no fue encontrado."
|
msgstr "El alias con nombre `{name}` no fue encontrado."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Elimina un alias global existente."
|
msgstr "Elimina un alias global existente."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Lista de los alias disponibles en este servidor."
|
msgstr "Lista de los alias disponibles en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Alias:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Lista de los alias globales disponibles en este bot."
|
msgstr "Lista de los alias globales disponibles en este bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: fi\n"
|
"X-Crowdin-Language: fi\n"
|
||||||
"Language: fi_FI\n"
|
"Language: fi_FI\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: fr\n"
|
"X-Crowdin-Language: fr\n"
|
||||||
"Language: fr_FR\n"
|
"Language: fr_FR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "Créée des alias pour les commandes\\n\\n Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\\n peuvent agir comme un lambda (stocker des arguments pour un usage répété)\\n ou comme simplement un raccourci pour dire \\\"x y z\\\".\\n\\n Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\\n et seront exécutés en plus des arguments stockés dans l'alias.\\n "
|
msgstr "Créée des alias pour les commandes\\n\\n Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\\n peuvent agir comme un lambda (stocker des arguments pour un usage répété)\\n ou comme simplement un raccourci pour dire \\\"x y z\\\".\\n\\n Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\\n et seront exécutés en plus des arguments stockés dans l'alias.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Aucun préfixe trouvé."
|
msgstr "Aucun préfixe trouvé."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Gérer les alias de commandes."
|
msgstr "Gérer les alias de commandes."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Gérer les alias globaux."
|
msgstr "Gérer les alias globaux."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Ajouter un alias à une commande."
|
msgstr "Ajouter un alias à une commande."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais une commande existe déjà avec ce nom sur ce bot."
|
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais une commande existe déjà avec ce nom sur ce bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais cet alias existe déjà sur ce serveur."
|
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais cet alias existe déjà sur ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
|
msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr "Vous avez essayé de créer un nouvel alias pour une commande qui n'existe pas."
|
msgstr "Vous avez essayé de créer un nouvel alias pour une commande qui n'existe pas."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Un nouvel alias avec le déclencheur `{name}` a bien été créé."
|
msgstr "Un nouvel alias avec le déclencheur `{name}` a bien été créé."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Ajouter un alias global à une commande."
|
msgstr "Ajouter un alias global à une commande."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais une commande existe déjà avec ce nom sur ce bot."
|
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais une commande existe déjà avec ce nom sur ce bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais cet alias existe déjà sur ce serveur."
|
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais cet alias existe déjà sur ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
|
msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "Un nouvel alias global avec le déclencheur `{name}` a bien été créé."
|
msgstr "Un nouvel alias global avec le déclencheur `{name}` a bien été créé."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Tente d'exécuter l'aide pour la commande de base de l'alias."
|
msgstr "Tente d'exécuter l'aide pour la commande de base de l'alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Cet alias n'existe pas."
|
msgstr "Cet alias n'existe pas."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Affiche la commande que l'alias exécute."
|
msgstr "Affiche la commande que l'alias exécute."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "L'alias `{alias_name}` exécute la commande `{command}`"
|
msgstr "L'alias `{alias_name}` exécute la commande `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "Il n'y a pas d'alias nommé `{name}`"
|
msgstr "Il n'y a pas d'alias nommé `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Supprime un alias de ce serveur."
|
msgstr "Supprime un alias de ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Il n'y a pas d'alias sur ce serveur."
|
msgstr "Il n'y a pas d'alias sur ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "L'alias nommé `{name}` a bien été supprimé."
|
msgstr "L'alias nommé `{name}` a bien été supprimé."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "L'alias nommé `{name}` n'a pas été trouvé."
|
msgstr "L'alias nommé `{name}` n'a pas été trouvé."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Supprime un alias global existant."
|
msgstr "Supprime un alias global existant."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr "Il n'y a pas d'alias global sur ce bot."
|
msgstr "Il n'y a pas d'alias global sur ce bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Liste les alias disponibles sur ce serveur."
|
msgstr "Liste les alias disponibles sur ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Alias:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Liste les alias globaux disponibles sur ce bot."
|
msgstr "Liste les alias globaux disponibles sur ce bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr "Il n'y a pas d'alias global."
|
msgstr "Il n'y a pas d'alias global."
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hebrew\n"
|
"Language-Team: Hebrew\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: he\n"
|
"X-Crowdin-Language: he\n"
|
||||||
"Language: he_IL\n"
|
"Language: he_IL\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: hu\n"
|
"X-Crowdin-Language: hu\n"
|
||||||
"Language: hu_HU\n"
|
"Language: hu_HU\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Nem találtható prefix."
|
msgstr "Nem találtható prefix."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Nem létezik ilyen rövidítés."
|
msgstr "Nem létezik ilyen rövidítés."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Nincsenek rövidítések ezen a szerveren."
|
msgstr "Nincsenek rövidítések ezen a szerveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Rövidítések:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: id\n"
|
"X-Crowdin-Language: id\n"
|
||||||
"Language: id_ID\n"
|
"Language: id_ID\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Awalan tidak ditemukan."
|
msgstr "Awalan tidak ditemukan."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Alias tersebut tidak ditemukan."
|
msgstr "Alias tersebut tidak ditemukan."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Tidak ada alias pada server ini."
|
msgstr "Tidak ada alias pada server ini."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Alias:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: it\n"
|
"X-Crowdin-Language: it\n"
|
||||||
"Language: it_IT\n"
|
"Language: it_IT\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Nessun prefisso trovato."
|
msgstr "Nessun prefisso trovato."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Gestisci gli alias dei comandi."
|
msgstr "Gestisci gli alias dei comandi."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Gestisci alias globali."
|
msgstr "Gestisci alias globali."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Aggiungi un alias per un comando."
|
msgstr "Aggiungi un alias per un comando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome corrisponde già a un comando su questo bot."
|
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome corrisponde già a un comando su questo bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo alias già esiste su questo bot."
|
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo alias già esiste su questo bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi."
|
msgstr "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "È stato creato un nuovo alias con il comando '{name}'."
|
msgstr "È stato creato un nuovo alias con il comando '{name}'."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Aggiungi un alias globale per un comando."
|
msgstr "Aggiungi un alias globale per un comando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome corrisponde già a un comando su questo bot."
|
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome corrisponde già a un comando su questo bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo alias già esiste su questo server."
|
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo alias già esiste su questo server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi."
|
msgstr "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "È stato creato un nuovo alias globale con il comando '{name}'."
|
msgstr "È stato creato un nuovo alias globale con il comando '{name}'."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Prova a eseguire l'aiuto per il comando di base dell'alias."
|
msgstr "Prova a eseguire l'aiuto per il comando di base dell'alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Non esiste nessun alias con questo nome."
|
msgstr "Non esiste nessun alias con questo nome."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Mostra quale comando viene eseguito dall'alias."
|
msgstr "Mostra quale comando viene eseguito dall'alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "L'alias `{alias_name}` eseguirà il comando `{command}`"
|
msgstr "L'alias `{alias_name}` eseguirà il comando `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "Non c'è nessun alias con il nome `{name}`"
|
msgstr "Non c'è nessun alias con il nome `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Elimina un alias esistente su questo server."
|
msgstr "Elimina un alias esistente su questo server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Non ci sono alias su questo server."
|
msgstr "Non ci sono alias su questo server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "L'alias con il nome `{name}` è stato eliminato con successo."
|
msgstr "L'alias con il nome `{name}` è stato eliminato con successo."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "L'alias con il nome `{name}` non è stato trovato."
|
msgstr "L'alias con il nome `{name}` non è stato trovato."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Elimina un alias globale esistente."
|
msgstr "Elimina un alias globale esistente."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Elenca gli alias disponibili su questo server."
|
msgstr "Elenca gli alias disponibili su questo server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Alias:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Elenca gli alias globali disponibili su questo server."
|
msgstr "Elenca gli alias globali disponibili su questo server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: ja\n"
|
"X-Crowdin-Language: ja\n"
|
||||||
"Language: ja_JP\n"
|
"Language: ja_JP\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "プレフィックスが見つかりません。"
|
msgstr "プレフィックスが見つかりません。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "そのようなエイリアスはありません。"
|
msgstr "そのようなエイリアスはありません。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "このサーバにエイリアスはありません。"
|
msgstr "このサーバにエイリアスはありません。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "アリアス:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: ko\n"
|
"X-Crowdin-Language: ko\n"
|
||||||
"Language: ko_KR\n"
|
"Language: ko_KR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "명령어에 대한 별칭을 만들어주세요.\\n\\n 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\\n 람다(반복되어 사용되는 인수를 저장)\\n 또는 단순히 \\\"x y z\\\"라고 말하는 바로가기 역할을 할 수 있어요.\\n\\n 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\\n 그리고 저장된 별칭들에 추가할거예요. "
|
msgstr "명령어에 대한 별칭을 만들어주세요.\\n\\n 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\\n 람다(반복되어 사용되는 인수를 저장)\\n 또는 단순히 \\\"x y z\\\"라고 말하는 바로가기 역할을 할 수 있어요.\\n\\n 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\\n 그리고 저장된 별칭들에 추가할거예요. "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "접두사가 발견되지 않았습니다."
|
msgstr "접두사가 발견되지 않았습니다."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "명령어 별칭들을 관리하세요."
|
msgstr "명령어 별칭들을 관리하세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "글로벌 별칭들을 관리하세요."
|
msgstr "글로벌 별칭들을 관리하세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "명령어에 대한 별칭을 등록해주세요."
|
msgstr "명령어에 대한 별칭을 등록해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 이 봇의 명령어와 중복돼요."
|
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 이 봇의 명령어와 중복돼요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요."
|
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 사용할 수 없는 별칭 이름이에요. 별칭은 공백을 포함할 수 없어요."
|
msgstr "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 사용할 수 없는 별칭 이름이에요. 별칭은 공백을 포함할 수 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr "존재하지 않는 명령어에 대한 새 별칭을 생성하려고 시도하셨어요."
|
msgstr "존재하지 않는 명령어에 대한 새 별칭을 생성하려고 시도하셨어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "`{name}`을 실행하는 새 별칭이 등록됐어요."
|
msgstr "`{name}`을 실행하는 새 별칭이 등록됐어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "명령어에 대한 글로벌 별칭을 등록해주세요."
|
msgstr "명령어에 대한 글로벌 별칭을 등록해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 이름은 커맨드와 중복돼요."
|
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 이름은 커맨드와 중복돼요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어있어요."
|
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어있어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 사용할 수 없는 별칭 이름이에요. 별칭 이름에는 공백을 포함할 수 없어요."
|
msgstr "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 사용할 수 없는 별칭 이름이에요. 별칭 이름에는 공백을 포함할 수 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "`{name}`을 실행하는 새로운 글로벌 별칭이 등록됐어요."
|
msgstr "`{name}`을 실행하는 새로운 글로벌 별칭이 등록됐어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "별칭의 기본 명령어에 대한 도움말을 실행해 보세요."
|
msgstr "별칭의 기본 명령어에 대한 도움말을 실행해 보세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "그런 별칭은 등록되어 있지 않아요."
|
msgstr "그런 별칭은 등록되어 있지 않아요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "별칭이 실행하는 명령어를 표시해주세요."
|
msgstr "별칭이 실행하는 명령어를 표시해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "`{alias_name}` 별칭은 `{command}` 명령을 실행해요."
|
msgstr "`{alias_name}` 별칭은 `{command}` 명령을 실행해요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "이름이 `{name}`인 별칭이 없어요."
|
msgstr "이름이 `{name}`인 별칭이 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "이 서버에 있는 기존 별칭을 삭제해주세요."
|
msgstr "이 서버에 있는 기존 별칭을 삭제해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "이 서버에 등록된 별칭이 없어요."
|
msgstr "이 서버에 등록된 별칭이 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "이름이 `{name}`인 별칭이 성공적으로 삭제됐어요."
|
msgstr "이름이 `{name}`인 별칭이 성공적으로 삭제됐어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "이름이 `{name}`인 별칭을 찾을 수 없어요."
|
msgstr "이름이 `{name}`인 별칭을 찾을 수 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "기존 글로벌 별칭들을 삭제해주세요."
|
msgstr "기존 글로벌 별칭들을 삭제해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "이 서버에서 사용할 수 있는 별칭들을 나열해주세요."
|
msgstr "이 서버에서 사용할 수 있는 별칭들을 나열해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "등록된 별칭 리스트 :"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "이 봇에서 사용할 수 있는 글로벌 별칭들을 나열해주세요."
|
msgstr "이 봇에서 사용할 수 있는 글로벌 별칭들을 나열해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: nl\n"
|
"X-Crowdin-Language: nl\n"
|
||||||
"Language: nl_NL\n"
|
"Language: nl_NL\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "Maak aliassen voor commando's.\\n\\n Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\\n kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\\n of als een snelkoppeling om \\\"x y z\\\" te zeggen.\\n\\n Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\\n en voegen deze toe aan de opgeslagen alias.\\n "
|
msgstr "Maak aliassen voor commando's.\\n\\n Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\\n kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\\n of als een snelkoppeling om \\\"x y z\\\" te zeggen.\\n\\n Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\\n en voegen deze toe aan de opgeslagen alias.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Geen prefix gevonden."
|
msgstr "Geen prefix gevonden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Beheer commandaliassen."
|
msgstr "Beheer commandaliassen."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Beheer globale aliassen."
|
msgstr "Beheer globale aliassen."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Voeg een alias toe voor een opdracht."
|
msgstr "Voeg een alias toe voor een opdracht."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is al een opdracht voor deze bot."
|
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is al een opdracht voor deze bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die alias bestaat al op deze server."
|
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die alias bestaat al op deze server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten."
|
msgstr "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Er is een nieuwe alias gemaakt met de trigger `{name}`."
|
msgstr "Er is een nieuwe alias gemaakt met de trigger `{name}`."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Voeg een globale alias toe voor een opdracht."
|
msgstr "Voeg een globale alias toe voor een opdracht."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Je hebt geprobeerd om een nieuwe globale alias te maken met de naam {name}, maar die naam is al een opdracht op deze bot."
|
msgstr "Je hebt geprobeerd om een nieuwe globale alias te maken met de naam {name}, maar die naam is al een opdracht op deze bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Je hebt geprobeerd een nieuwe globale alias te maken met de naam {name}, maar die alias bestaat al op deze server."
|
msgstr "Je hebt geprobeerd een nieuwe globale alias te maken met de naam {name}, maar die alias bestaat al op deze server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Je hebt geprobeerd een nieuwe algemene alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten."
|
msgstr "Je hebt geprobeerd een nieuwe algemene alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "Er is een nieuwe globale alias gemaakt met de trigger `{name}`."
|
msgstr "Er is een nieuwe globale alias gemaakt met de trigger `{name}`."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Probeer hulp uit te voeren voor de basisopdracht van de alias."
|
msgstr "Probeer hulp uit te voeren voor de basisopdracht van de alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Deze alias bestaat niet."
|
msgstr "Deze alias bestaat niet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Laat zien welk commando de alias uitvoert."
|
msgstr "Laat zien welk commando de alias uitvoert."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "De `{alias_name}` alias voert het commando `{command}` uit"
|
msgstr "De `{alias_name}` alias voert het commando `{command}` uit"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "Er is geen alias met de naam'{name}'"
|
msgstr "Er is geen alias met de naam'{name}'"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Verwijder een bestaande alias op deze server."
|
msgstr "Verwijder een bestaande alias op deze server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Er zijn geen aliases in deze server."
|
msgstr "Er zijn geen aliases in deze server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "Alias met de naam `{name}` is succesvol verwijderd."
|
msgstr "Alias met de naam `{name}` is succesvol verwijderd."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "Alias met naam `{name}` is niet gevonden."
|
msgstr "Alias met naam `{name}` is niet gevonden."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Een bestaande globale alias verwijderen."
|
msgstr "Een bestaande globale alias verwijderen."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Maak een lijst van de beschikbare aliassen op deze server."
|
msgstr "Maak een lijst van de beschikbare aliassen op deze server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Aliassen:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot."
|
msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Norwegian\n"
|
"Language-Team: Norwegian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: no\n"
|
"X-Crowdin-Language: no\n"
|
||||||
"Language: no_NO\n"
|
"Language: no_NO\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Ingen prefiks funnet."
|
msgstr "Ingen prefiks funnet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Administrer kommando aliaser."
|
msgstr "Administrer kommando aliaser."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Administrer globale aliaser."
|
msgstr "Administrer globale aliaser."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Legg til et alias for en kommando."
|
msgstr "Legg til et alias for en kommando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er allerede en kommando på denne boten."
|
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er allerede en kommando på denne boten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren."
|
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
|
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet."
|
msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Legg til et globalt alias for en kommando."
|
msgstr "Legg til et globalt alias for en kommando."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten."
|
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren."
|
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
|
msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet."
|
msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Ingen slike alias finnes."
|
msgstr "Ingen slike alias finnes."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Det er ingen aliaser på denne serveren."
|
msgstr "Det er ingen aliaser på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Aliaser:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: pl\n"
|
"X-Crowdin-Language: pl\n"
|
||||||
"Language: pl_PL\n"
|
"Language: pl_PL\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Nie znaleziono prefiksu."
|
msgstr "Nie znaleziono prefiksu."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Taki alias nie istnieje."
|
msgstr "Taki alias nie istnieje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Nie ma aliasów na tym serwerze."
|
msgstr "Nie ma aliasów na tym serwerze."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Aliasy:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: pt-BR\n"
|
"X-Crowdin-Language: pt-BR\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Nenhum prefixo encontrado."
|
msgstr "Nenhum prefixo encontrado."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Alias inexistente."
|
msgstr "Alias inexistente."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Não há nenhum alias neste servidor."
|
msgstr "Não há nenhum alias neste servidor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Alias:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: pt-PT\n"
|
"X-Crowdin-Language: pt-PT\n"
|
||||||
"Language: pt_PT\n"
|
"Language: pt_PT\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Romanian\n"
|
"Language-Team: Romanian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: ro\n"
|
"X-Crowdin-Language: ro\n"
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: ru\n"
|
"X-Crowdin-Language: ru\n"
|
||||||
"Language: ru_RU\n"
|
"Language: ru_RU\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "Создать псевдонимы для команд.\\n\\n Псевдонимы - это альтернативные сокращения имен для команд.\\n Они могут действовать как лямбда (хранение аргументов для\\n многократного использования) или просто как сокращение \\\"а б в\\\".\\n\\n При запуске псевдонимы принимают любые дополнительные\\n аргументы и добавляют их к сохраненному псевдониму.\\n "
|
msgstr "Создать псевдонимы для команд.\\n\\n Псевдонимы - это альтернативные сокращения имен для команд.\\n Они могут действовать как лямбда (хранение аргументов для\\n многократного использования) или просто как сокращение \\\"а б в\\\".\\n\\n При запуске псевдонимы принимают любые дополнительные\\n аргументы и добавляют их к сохраненному псевдониму.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Префикс не найден."
|
msgstr "Префикс не найден."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Управление псевдонимами команд."
|
msgstr "Управление псевдонимами команд."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Управление глобальными псевдонимами."
|
msgstr "Управление глобальными псевдонимами."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Добавить псевдоним для команды."
|
msgstr "Добавить псевдоним для команды."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Вы попытались создать новый псевдоним {name}, но это имя уже является командой для этого бота."
|
msgstr "Вы попытались создать новый псевдоним {name}, но это имя уже является командой для этого бота."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Вы пытались создать новый псевдоним {name}, но этот псевдоним уже существует на этом сервере."
|
msgstr "Вы пытались создать новый псевдоним {name}, но этот псевдоним уже существует на этом сервере."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
msgstr "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr "Вы попытались создать новый псевдоним для не существующей команды."
|
msgstr "Вы попытались создать новый псевдоним для не существующей команды."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Новый псевдоним с триггером `{name}` был создан."
|
msgstr "Новый псевдоним с триггером `{name}` был создан."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Добавить глобальный псевдоним для команды."
|
msgstr "Добавить глобальный псевдоним для команды."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота."
|
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но этот псевдоним уже существует на этом сервере."
|
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но этот псевдоним уже существует на этом сервере."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
msgstr "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "Новый глобальный псевдоним с триггером `{name}` был создан."
|
msgstr "Новый глобальный псевдоним с триггером `{name}` был создан."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Попробуйте вызвать справку для базовой команды псевдонима."
|
msgstr "Попробуйте вызвать справку для базовой команды псевдонима."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Псевдоним не существует."
|
msgstr "Псевдоним не существует."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Показать, какую команду выполняет псевдоним."
|
msgstr "Показать, какую команду выполняет псевдоним."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`"
|
msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "Нет псевдонима с именем `{name}`"
|
msgstr "Нет псевдонима с именем `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Удалить существующий псевдоним на этом сервере."
|
msgstr "Удалить существующий псевдоним на этом сервере."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "На этом сервере нет псевдонимов."
|
msgstr "На этом сервере нет псевдонимов."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "Псевдоним с именем `{name}` был успешно удален."
|
msgstr "Псевдоним с именем `{name}` был успешно удален."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "Псевдоним с именем `{name}` не найден."
|
msgstr "Псевдоним с именем `{name}` не найден."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Удалить существующий глобальный псевдоним."
|
msgstr "Удалить существующий глобальный псевдоним."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr "У этого бота нет глобальных псевдонимов."
|
msgstr "У этого бота нет глобальных псевдонимов."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Список доступных псевдонимов на этом сервере."
|
msgstr "Список доступных псевдонимов на этом сервере."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Псевдонимы:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Список доступных глобальных псевдонимов для этого бота."
|
msgstr "Список доступных глобальных псевдонимов для этого бота."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr "Нет глобальных псевдонимов."
|
msgstr "Нет глобальных псевдонимов."
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: sk\n"
|
"X-Crowdin-Language: sk\n"
|
||||||
"Language: sk_SK\n"
|
"Language: sk_SK\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Serbian (Cyrillic)\n"
|
"Language-Team: Serbian (Cyrillic)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: sr\n"
|
"X-Crowdin-Language: sr\n"
|
||||||
"Language: sr_SP\n"
|
"Language: sr_SP\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: sv-SE\n"
|
"X-Crowdin-Language: sv-SE\n"
|
||||||
"Language: sv_SE\n"
|
"Language: sv_SE\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Inget prefix hittat."
|
msgstr "Inget prefix hittat."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Detta alias existerar inte."
|
msgstr "Detta alias existerar inte."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Det finns inga alias på denna server."
|
msgstr "Det finns inga alias på denna server."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Alias:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: tr\n"
|
"X-Crowdin-Language: tr\n"
|
||||||
"Language: tr_TR\n"
|
"Language: tr_TR\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr "Komutlar için kısaltma yaratır.\\n\\n Kısaltmalar, komutlar için alternatiftir. Hem\\n kısaltma hem de komut bir arada kullanılabilir\\n Sadece kısaltmalar da kullanılabilir \\\"x y z\\\".\\n\\n Çalıştırıldığında, diğer adlar ek bağımsız değişkenleri\\n kabul eder ve bunları depolanan diğer ada ekler.\\n "
|
msgstr "Komutlar için kısaltma yaratır.\\n\\n Kısaltmalar, komutlar için alternatiftir. Hem\\n kısaltma hem de komut bir arada kullanılabilir\\n Sadece kısaltmalar da kullanılabilir \\\"x y z\\\".\\n\\n Çalıştırıldığında, diğer adlar ek bağımsız değişkenleri\\n kabul eder ve bunları depolanan diğer ada ekler.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "Ön ek bulunamadı."
|
msgstr "Ön ek bulunamadı."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr "Komut kısaltmalarını yönet."
|
msgstr "Komut kısaltmalarını yönet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr "Global kısaltmaları yönet."
|
msgstr "Global kısaltmaları yönet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr "Bir komut için kısaltma ekleyin."
|
msgstr "Bir komut için kısaltma ekleyin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak botta bu ad ile mevcut bir komut bulunuyor."
|
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak botta bu ad ile mevcut bir komut bulunuyor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak sunucuda bu ad ile mevcut bir kısaltma bulunuyor."
|
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak sunucuda bu ad ile mevcut bir kısaltma bulunuyor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak belirttiğiniz geçersiz bir kısaltmadır. Kısaltmalar boşluk içermemelidir."
|
msgstr "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak belirttiğiniz geçersiz bir kısaltmadır. Kısaltmalar boşluk içermemelidir."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr "Mevcut olmayan bir komut için kısayol oluşturmaya çalıştınız."
|
msgstr "Mevcut olmayan bir komut için kısayol oluşturmaya çalıştınız."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr "Yeni bir kısaltma '{name}' tetikleyicisi ile oluşturuldu."
|
msgstr "Yeni bir kısaltma '{name}' tetikleyicisi ile oluşturuldu."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr "Bir komut için global bir kısaltma ekleyin."
|
msgstr "Bir komut için global bir kısaltma ekleyin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr "{name} adı ile global bir kısaltma yaratmaya çalıştınız, ancak botta bu isimde bir komut mevcut."
|
msgstr "{name} adı ile global bir kısaltma yaratmaya çalıştınız, ancak botta bu isimde bir komut mevcut."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "{name} ile global bir kısaltma oluşturmaya çalıştınız ancak sunucuda böyle bir komut mevcut."
|
msgstr "{name} ile global bir kısaltma oluşturmaya çalıştınız ancak sunucuda böyle bir komut mevcut."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "{name} ile yeni bir global kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez."
|
msgstr "{name} ile yeni bir global kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "Yeni bir global kısaltma '{name}' tetikleyicisi ile oluşturuldu."
|
msgstr "Yeni bir global kısaltma '{name}' tetikleyicisi ile oluşturuldu."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr "Kısaltmada kullanılan temel komutun kullanımı için yardım komutunu kullanmayı deneyiniz."
|
msgstr "Kısaltmada kullanılan temel komutun kullanımı için yardım komutunu kullanmayı deneyiniz."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "Böyle bir kısaltma mevcut değil."
|
msgstr "Böyle bir kısaltma mevcut değil."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr "Kısaltmanın hangi komutu uyguladığını gösterir."
|
msgstr "Kısaltmanın hangi komutu uyguladığını gösterir."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "'{alias_name}' kısaltması '{command} ' komutunu uygulayacak."
|
msgstr "'{alias_name}' kısaltması '{command} ' komutunu uygulayacak."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "{name} adında bir kısaltma mevcut değil."
|
msgstr "{name} adında bir kısaltma mevcut değil."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr "Bu sunucuda mevcut bir kısaltmayı silin."
|
msgstr "Bu sunucuda mevcut bir kısaltmayı silin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "Bu sunucuda herhangi bir kısaltma mevcut değil."
|
msgstr "Bu sunucuda herhangi bir kısaltma mevcut değil."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "`{name}`adlı kısaltma başarıyla silindi."
|
msgstr "`{name}`adlı kısaltma başarıyla silindi."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "{name} adlı kısaltma bulunamadı."
|
msgstr "{name} adlı kısaltma bulunamadı."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr "Mevcut bir global kısaltmayı silin."
|
msgstr "Mevcut bir global kısaltmayı silin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr "Bu botta herhangi bir global kısaltma bulunmuyor."
|
msgstr "Bu botta herhangi bir global kısaltma bulunmuyor."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeleyin."
|
msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeleyin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "Kısaltmalar:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr "Bot üzerindeki global kullanılabilir kısaltmaları listeleyin."
|
msgstr "Bot üzerindeki global kullanılabilir kısaltmaları listeleyin."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr "Herhangi bir global kısaltma mevcut değil."
|
msgstr "Herhangi bir global kısaltma mevcut değil."
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Ukrainian\n"
|
"Language-Team: Ukrainian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: uk\n"
|
"X-Crowdin-Language: uk\n"
|
||||||
"Language: uk_UA\n"
|
"Language: uk_UA\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: vi\n"
|
"X-Crowdin-Language: vi\n"
|
||||||
"Language: vi_VN\n"
|
"Language: vi_VN\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: zh-CN\n"
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
"Language: zh_CN\n"
|
"Language: zh_CN\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr "找不到前缀"
|
msgstr "找不到前缀"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr "您尝试使用名称{name}创建新的全局别名,但该别名已经存在于此服务器上。"
|
msgstr "您尝试使用名称{name}创建新的全局别名,但该别名已经存在于此服务器上。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。"
|
msgstr "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr "已经创建一个包含触发器`{name}`的全局别名。"
|
msgstr "已经创建一个包含触发器`{name}`的全局别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr "不存在该别名。"
|
msgstr "不存在该别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr "`{alias_name}`别要名将执行命令`{command}`"
|
msgstr "`{alias_name}`别要名将执行命令`{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr "没有名为`{name}`的别名"
|
msgstr "没有名为`{name}`的别名"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr "在这个服务器上没有别名。"
|
msgstr "在这个服务器上没有别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr "已经成功删除名为`{name}`的别名。"
|
msgstr "已经成功删除名为`{name}`的别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr "找不到名为`{name}`的别名。"
|
msgstr "找不到名为`{name}`的别名。"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr "别名:"
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Traditional, Hong Kong\n"
|
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: zh-HK\n"
|
"X-Crowdin-Language: zh-HK\n"
|
||||||
"Language: zh_HK\n"
|
"Language: zh_HK\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-04-30 12:08+0000\n"
|
"POT-Creation-Date: 2020-05-21 12:08+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -13,134 +13,138 @@ msgstr ""
|
|||||||
"X-Crowdin-Language: zh-TW\n"
|
"X-Crowdin-Language: zh-TW\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_TW\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:30
|
#: redbot/cogs/alias/alias.py:31
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:85
|
#: redbot/cogs/alias/alias.py:86
|
||||||
msgid "No prefix found."
|
msgid "No prefix found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:106
|
#: redbot/cogs/alias/alias.py:116
|
||||||
|
msgid "Aliases:\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:118
|
||||||
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:129
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage command aliases."
|
msgid "Manage command aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:111
|
#: redbot/cogs/alias/alias.py:134
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage global aliases."
|
msgid "Manage global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:118
|
#: redbot/cogs/alias/alias.py:141
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add an alias for a command."
|
msgid "Add an alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:123
|
#: redbot/cogs/alias/alias.py:146
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:134
|
#: redbot/cogs/alias/alias.py:157
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:145
|
#: redbot/cogs/alias/alias.py:168
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:157
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:171
|
#: redbot/cogs/alias/alias.py:194
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:177
|
#: redbot/cogs/alias/alias.py:200
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Add a global alias for a command."
|
msgid "Add a global alias for a command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:182
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:193
|
#: redbot/cogs/alias/alias.py:216
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:204
|
#: redbot/cogs/alias/alias.py:227
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "A new global alias with the trigger `{name}` has been created."
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:228
|
#: redbot/cogs/alias/alias.py:251
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:240
|
#: redbot/cogs/alias/alias.py:263
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:245
|
#: redbot/cogs/alias/alias.py:268
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:250
|
#: redbot/cogs/alias/alias.py:273
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:255
|
#: redbot/cogs/alias/alias.py:278
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:261
|
#: redbot/cogs/alias/alias.py:284
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:263 redbot/cogs/alias/alias.py:294
|
#: redbot/cogs/alias/alias.py:286 redbot/cogs/alias/alias.py:318
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:268 redbot/cogs/alias/alias.py:283
|
#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:271 redbot/cogs/alias/alias.py:286
|
#: redbot/cogs/alias/alias.py:294 redbot/cogs/alias/alias.py:309
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:276
|
#: redbot/cogs/alias/alias.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:278
|
#: redbot/cogs/alias/alias.py:301
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:291
|
#: redbot/cogs/alias/alias.py:315
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:295 redbot/cogs/alias/alias.py:304
|
#: redbot/cogs/alias/alias.py:324
|
||||||
msgid "Aliases:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:300
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:303
|
#: redbot/cogs/alias/alias.py:327
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
63
redbot/cogs/audio/apis/locales/af-ZA.po
Normal file
63
redbot/cogs/audio/apis/locales/af-ZA.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/ar-SA.po
Normal file
63
redbot/cogs/audio/apis/locales/ar-SA.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.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-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: ar\n"
|
||||||
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/bg-BG.po
Normal file
63
redbot/cogs/audio/apis/locales/bg-BG.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: bg\n"
|
||||||
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/ca-ES.po
Normal file
63
redbot/cogs/audio/apis/locales/ca-ES.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: ca_ES\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/cs-CZ.po
Normal file
63
redbot/cogs/audio/apis/locales/cs-CZ.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: cs\n"
|
||||||
|
"Language: cs_CZ\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "Spotify API klíč nebo klientský tajný klíč nebyl správně nastaven. \\nPro pokyny použijte `{prefix}audioset spotifyapi`."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "Vypršel časový limit přehrávače, přeskakuji zbývající skladby."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "Nepodařilo se získat skladby, zbývá přeskakování."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr "Nic nenalezeno.\\nYouTube API klíč může být neplatný nebo může být omezen na YouTube's vyhledávací službu.\\nPodívejte se znovu na YouTube API klíč a postupujte podle instrukcí na `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Playlist zařazen do fronty"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "Přidáno {num} skladeb do fronty.{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "Spotify API klíč nebo klientský tajný klíč nebyl správně nastaven. \\nPro pokyny použijte `{prefix}audioset spotifyapi`."
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/da-DK.po
Normal file
63
redbot/cogs/audio/apis/locales/da-DK.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: da\n"
|
||||||
|
"Language: da_DK\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/de-DE.po
Normal file
63
redbot/cogs/audio/apis/locales/de-DE.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: de\n"
|
||||||
|
"Language: de_DE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "Der Spotify API Key oder das Client secret wurden nicht richtig eingestellt.\\nBenutze `{prefix}audioset spotifyapi` für eine Anleitung."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr "Dies scheint keine unterstützte Spotify-URL oder Spotify-Code zu sein."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr "Die Verbindung wurde zurückgesetzt beim Laden der Playlist."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "Audioplayer-Timeout. Verbleibende Titel werden übersprungen."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "Fehler beim laden der Tracks. Verbleibende Tracks werden übersprungen."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr "Nichts Gefunden.\\nDer Youtube API Key könnte falsch sein oder du überschreitest das Rate Limit der Youtube Suche.\\nKontrollieren den Youtube API Key nocheinmal und dann folge der Anleitung bei `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Wiedergabeliste eingereiht"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "Es wurden {num} Tracks zu der Playlist hinzugefügt.{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "{time} bis zum Start der Wiedergabeliste: beginnt bei #{position} in der Warteschlange"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "Der Spotify API Key oder das Client secret wurden nicht richtig eingestellt.\\nBenutze `{prefix}audioset spotifyapi` für eine Anleitung."
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/el-GR.po
Normal file
63
redbot/cogs/audio/apis/locales/el-GR.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: el\n"
|
||||||
|
"Language: el_GR\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/es-ES.po
Normal file
63
redbot/cogs/audio/apis/locales/es-ES.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: es-ES\n"
|
||||||
|
"Language: es_ES\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/fi-FI.po
Normal file
63
redbot/cogs/audio/apis/locales/fi-FI.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: fi\n"
|
||||||
|
"Language: fi_FI\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/fr-FR.po
Normal file
63
redbot/cogs/audio/apis/locales/fr-FR.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: fr\n"
|
||||||
|
"Language: fr_FR\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "La clé API de Spotify ou le secret client n'ont pas étés correctement définis. \\nUtilisez `{prefix}audioset spotifyapi` pour connaître la marche à suivre."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr "Cela ne semble pas être une URL ou un code Spotify pris en charge."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr "La connexion a été réinitialisée lors du chargement de la playlist."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "Arrêt du lecteur, pistes restantes ignoré."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "Impossible d'obtenir les pistes, pistes ignoré."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr "Rien n'a été trouvé.\\nLa clé de l'API YouTube peut être invalide ou vous pouvez être limité sur le service de recherche de YouTube.\\nVérifiez à nouveau la clé de l'API YouTube et suivez les instructions à `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Playlist en file d’attente"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "Ajout de {num} pistes à la file d'attente.{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "{time} avant le début de la lecture de la playlist : commence à #{position} dans la liste"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "La clé API de Spotify ou le secret client n'ont pas étés correctement définis. \\nUtilisez `{prefix}audioset spotifyapi` pour connaître la marche à suivre."
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/he-IL.po
Normal file
63
redbot/cogs/audio/apis/locales/he-IL.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: he_IL\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/hu-HU.po
Normal file
63
redbot/cogs/audio/apis/locales/hu-HU.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: hu\n"
|
||||||
|
"Language: hu_HU\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/id-ID.po
Normal file
63
redbot/cogs/audio/apis/locales/id-ID.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: id\n"
|
||||||
|
"Language: id_ID\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/it-IT.po
Normal file
63
redbot/cogs/audio/apis/locales/it-IT.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: it\n"
|
||||||
|
"Language: it_IT\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/ja-JP.po
Normal file
63
redbot/cogs/audio/apis/locales/ja-JP.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: ja\n"
|
||||||
|
"Language: ja_JP\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/ko-KR.po
Normal file
63
redbot/cogs/audio/apis/locales/ko-KR.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: ko\n"
|
||||||
|
"Language: ko_KR\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "대기중인 재생 목록"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/nl-NL.po
Normal file
63
redbot/cogs/audio/apis/locales/nl-NL.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: nl\n"
|
||||||
|
"Language: nl_NL\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Afspeellijst toegevoegd"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "{time} tot het begin van het afspelen van de afspeellijst: begint bij #{position} in de wachtrij"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/no-NO.po
Normal file
63
redbot/cogs/audio/apis/locales/no-NO.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: no\n"
|
||||||
|
"Language: no_NO\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/pl-PL.po
Normal file
63
redbot/cogs/audio/apis/locales/pl-PL.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.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-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: pl\n"
|
||||||
|
"Language: pl_PL\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/pt-BR.po
Normal file
63
redbot/cogs/audio/apis/locales/pt-BR.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: pt-BR\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr "Isto não parece ser uma URL ou código do Spotify válido."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr "A conexão foi redefinida durante o carregamento da lista de reprodução."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "Tempo limite do reprodutor atingido; saltando as faixas restantes."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "Falha ao obter as faixas; saltando as faixas restantes."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr "Nada encontrado.\\nA chave de API do YouTube pode ser inválida ou você pode estar sendo limitado pelas cotas do serviço de busca do YouTube.\\nVerifique a chave de API do YouTube novamente e siga as instruções em `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Lista de reprodução enfileirada"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "{num} faixas enfileiradas.{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "{time} até o início da reprodução da lista: começa na posição #{position} da fila"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/pt-PT.po
Normal file
63
redbot/cogs/audio/apis/locales/pt-PT.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: pt-PT\n"
|
||||||
|
"Language: pt_PT\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/ro-RO.po
Normal file
63
redbot/cogs/audio/apis/locales/ro-RO.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: ro\n"
|
||||||
|
"Language: ro_RO\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/ru-RU.po
Normal file
63
redbot/cogs/audio/apis/locales/ru-RU.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.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: ru\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "API ключ Spotify или секрет клиента были установлены неправильно. \\nДля получения инструкций используйте `{prefix}audioset spotifyapi`."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr "Это не похоже на поддерживаемый Spotify URL или код."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr "Соединение было сброшено при загрузке плейлиста."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "Тайм-аут проигрывателя, пропуск оставшихся треков."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "Не удалось получить треки, пропускаю оставшиеся треки."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr "Ничего не найдено.\\nКлюч YouTube API может быть недействительным или вы можете оценить его в поисковой службе YouTube.\\nПроверьте YouTube API еще раз и следуйте инструкциям в `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Плейлист поставлен в очередь"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "{num} треков добавлено в очередь.{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "{time} до начала воспроизведения плейлиста: начинается с #{position} в очереди"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "API ключ Spotify или секрет клиента были установлены неправильно. \\nДля получения инструкций используйте `{prefix}audioset spotifyapi`."
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/sk-SK.po
Normal file
63
redbot/cogs/audio/apis/locales/sk-SK.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: sk\n"
|
||||||
|
"Language: sk_SK\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/sr-SP.po
Normal file
63
redbot/cogs/audio/apis/locales/sr-SP.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: sr_SP\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/sv-SE.po
Normal file
63
redbot/cogs/audio/apis/locales/sv-SE.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: sv-SE\n"
|
||||||
|
"Language: sv_SE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/tr-TR.po
Normal file
63
redbot/cogs/audio/apis/locales/tr-TR.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: tr\n"
|
||||||
|
"Language: tr_TR\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "Spotify API veya client secret'ı düzgün bir şekilde ayarlanmamış. \\n `{prefix}audioset spotifyapi` komutundan bilgi alabilirsiniz."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr "Bu geçerli bir Spotify URL'si ya da kodu gibi gözükmüyor."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr "Playlist yüklenirken bağlantı yenilendi."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "Oynatıcı zaman aşımına uğradı, kalan parçalar atlanıyor."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "Parça alınamıyor, atlanıyor."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr "Hiçbir şey bulunamadı.\\nYouTube API keyi yanlış ya da API kullanımınız sınırlandırılmış.\\nYouTube API keyinizi kontrol edin ve `{prefix}audioset youtubeapi`'de ki yönlendirmeleri takip edin."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Playlist sıraya alındı."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "{num} adet şarkı sıraya eklendi.{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "Playlistin başlamasına {time} süre var: #{position} sırasında başlar."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "Spotify API veya client secret'ı düzgün bir şekilde ayarlanmamış. \\n `{prefix}audioset spotifyapi` komutundan bilgi alabilirsiniz."
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/uk-UA.po
Normal file
63
redbot/cogs/audio/apis/locales/uk-UA.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: uk_UA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/vi-VN.po
Normal file
63
redbot/cogs/audio/apis/locales/vi-VN.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: vi_VN\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/zh-CN.po
Normal file
63
redbot/cogs/audio/apis/locales/zh-CN.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: zh-CN\n"
|
||||||
|
"Language: zh_CN\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/zh-HK.po
Normal file
63
redbot/cogs/audio/apis/locales/zh-HK.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: zh_HK\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
63
redbot/cogs/audio/apis/locales/zh-TW.po
Normal file
63
redbot/cogs/audio/apis/locales/zh-TW.po
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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.1\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Language: zh-TW\n"
|
||||||
|
"Language: zh_TW\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:280
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:322
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:443
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:509
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:518
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "播放器超時,跳過剩餘歌曲。"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:542
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "無法取得歌曲,跳過剩餘的歌曲。"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:592
|
||||||
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
|
msgstr "找不到任何內容。\\n您的YouTube API key可能是無效的,或者您在YouTube的搜索服務上受到速率限制。\\n請檢查YouTube API key,然後按照`{prefix}audioset youtubeapi`中的說明進行操作。"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:602
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:610
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "已加入播放清單"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:611
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "已將{num}首歌曲添加到播放清單中。{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:617
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "{time}後播放: 在播放清單的#{position}首之後"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/spotify.py:165
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
2420
redbot/cogs/audio/core/commands/locales/af-ZA.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/af-ZA.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/ar-SA.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/ar-SA.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/bg-BG.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/bg-BG.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/ca-ES.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/ca-ES.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/cs-CZ.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/cs-CZ.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/da-DK.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/da-DK.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/de-DE.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/de-DE.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/el-GR.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/el-GR.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/es-ES.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/es-ES.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/fi-FI.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/fi-FI.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/fr-FR.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/fr-FR.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/he-IL.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/he-IL.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/hu-HU.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/hu-HU.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/id-ID.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/id-ID.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/it-IT.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/it-IT.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/ja-JP.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/ja-JP.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/ko-KR.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/ko-KR.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/nl-NL.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/nl-NL.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/no-NO.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/no-NO.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/pl-PL.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/pl-PL.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/pt-BR.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/pt-BR.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/pt-PT.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/pt-PT.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/ro-RO.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/ro-RO.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/ru-RU.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/ru-RU.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/sk-SK.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/sk-SK.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/sr-SP.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/sr-SP.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/sv-SE.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/sv-SE.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/tr-TR.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/tr-TR.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/uk-UA.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/uk-UA.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/vi-VN.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/vi-VN.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/zh-CN.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/zh-CN.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/zh-HK.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/zh-HK.po
Normal file
File diff suppressed because it is too large
Load Diff
2420
redbot/cogs/audio/core/commands/locales/zh-TW.po
Normal file
2420
redbot/cogs/audio/core/commands/locales/zh-TW.po
Normal file
File diff suppressed because it is too large
Load Diff
100
redbot/cogs/audio/core/events/locales/af-ZA.po
Normal file
100
redbot/cogs/audio/core/events/locales/af-ZA.po
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2020-05-21 12:08+0000\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"
|
||||||
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||||
|
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
|
msgid "Unable To Parse Argument"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:94
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||||
|
msgid "Invalid Argument"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:95
|
||||||
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||||
|
msgid "Invalid Environment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
|
msgid "Connection to Lavalink has been lost."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
|
msgid "No Player Available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:122
|
||||||
|
msgid "The bot is not connected to a voice channel."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:130
|
||||||
|
msgid "Unable to Get Track"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:131
|
||||||
|
msgid "I'm unable get a track from Lavalink at the moment,try again in a few minutes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:68
|
||||||
|
msgid "Couldn't get a valid track."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:87
|
||||||
|
msgid "Auto Play started."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:102
|
||||||
|
msgid "Now Playing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:104
|
||||||
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:125
|
||||||
|
msgid "Queue ended."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:167
|
||||||
|
msgid "Multiple Errors Detected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:168
|
||||||
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:182
|
||||||
|
msgid "Track Stuck"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:187
|
||||||
|
msgid "Track Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user