Update Translations (#2486)

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

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

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:41-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: ar_SA\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr ""
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr ""
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr ""
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr ""
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr ""
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr ""
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: bg_BG\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Няма намерен префикс."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Нов псевдоним със задействащия оператор `{}` беше създаден."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Нов псевдоним, по всеобщо правило, със задействащия оператор `{}` беше създаден."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Този псевдоним не съществува."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "`{}` псевдоним ще изпълни командата `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Псевдонимът под името `{}` не съществува"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Няма псевдоними положени към тази гилдия."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Псевдонимът с име `{}` беше успешно изтрит."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Псевдонимът с името `{}` не е намерен."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Няма псевдоними положени към този бот."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Псевдоними:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Няма използвани псевдоними на този сървър."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Няма псевдоними положени към този бот."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Псевдоними:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Danish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: da_DK\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr ""
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr ""
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr ""
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr ""
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr ""
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr ""
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,143 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: de_DE\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr "Kreiere Aliasse für Befehle.\n\n"
" Aliasse sind alternative Namenskürzel für Befehle. Sie\n"
" können als Lambda dienen (Argumente speichern für wiederholten Gebrauch)\n"
" oder als Abkürzung um \"x y z\" zu sagen.\n\n"
" Wenn ausgeführt, akzeptieren Aliase jedes zusätzliche Argument\n"
" und fügen es dem gespeicherten Alias zu.\n"
" "
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Kein Präfix wurde gefunden."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "Sie haben versucht, einen neuen Alias mit dem Namen {} zu erstellen, aber dieser Name ist bereits ein Command für diesen Bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr "Verwalte die Alias Befehle."
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "Sie haben versucht, einen neuen Alias mit dem Namen {} zu erstellen, aber dieser Alias existiert bereits auf diesem Server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr "Verwalte die globalen Aliasse."
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Sie haben versucht, einen neuen Alias mit dem Namen {} zu erstellen, dieser Name ist jedoch ein ungültiger Aliasname. Alias-Namen dürfen keine Leerzeichen enthalten."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr "Füge einen Alias für einen Befehl hinzu."
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Ein neuer alias mit dem Trigger `{}` wurde hinzugefügt."
#: redbot/cogs/alias/alias.py:196
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 ist bereits ein Befehl für diesen Bot."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "Sie haben versucht, einen neuen globalen Alias mit dem Namen {} zu erstellen, aber dieser Name ist bereits ein Command für diesen Bot."
#: redbot/cogs/alias/alias.py:207
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."
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "Sie haben versucht, einen neuen globalen Aliasnamen mit dem Namen {} zu erstellen, dieser Aliasname ist jedoch bereits auf diesem Server vorhanden."
#: redbot/cogs/alias/alias.py:218
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."
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Sie haben versucht, einen neuen globalen Aliasnamen mit dem Namen {} zu erstellen, dieser Name ist jedoch ein ungültiger Aliasname. Alias-Namen dürfen keine Leerzeichen enthalten."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr "Ein neuer alias mit dem Trigger `{name}` wurde erstellt."
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Ein neuer globaler Alias mit dem Trigger `{}` wurde erstellt."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr "Füge einen globalen Alias für einen Befehl hinzu."
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
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."
#: redbot/cogs/alias/alias.py:256
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."
#: redbot/cogs/alias/alias.py:267
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."
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt."
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen."
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr "{prefix}help {command}"
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Kein solcher alias ist vorhanden."
msgstr "So ein Alias ist nicht vorhanden."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "Der `{}` alias wird den Befehl `{}` ausführen"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr "Zeige den Befehl, welchen der Alias ausführt."
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Es gibt keinen alias mit dem Namen `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "Der Alias '{alias_name}' führt den Befehl '{command}' aus"
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Es gibt keine Aliase auf diesem Server."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr "Kein Alias mit dem Namen '{name}' gefunden"
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Der Alias mit dem Namen `{}` wurde erfolgreich gelöscht."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr "Lösche einen bereits existierenden Alias auf diesem Server."
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Der Alias mit dem Namen `{}` wurde nicht gefunden."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Es gibt keine Aliase in diesem Bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Aliase:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Es gibt keine Aliase in diesem Server."
msgstr "Es gibt keine Aliasse auf diesem Server."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht."
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr "Kein Alias mit dem Namen '{name}' gefunden."
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr "Lösche einen bereits existierenden globalen Alias."
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Es gibt keine Aliasse in diesem Bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr "Zeige die auf diesem Server verfügbaren Alias."
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Aliasse:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr "Zeige die verfügbaren globalen Alias von diesem Bot."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Greek\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: el_GR\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Δεν βρέθηκε πρόθεμα."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr ""
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr ""
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr ""
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr ""
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr ""
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Pirate English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: en_PT\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Arrr, no prefix found capt'n!"
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "Ye try and make a squeeky-clean alias with the name {} but 'she be taken by another order."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "Ye try and make a Squeeky-clean alias with the name {} but 'she already be on the island."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Ye try and make a Squeeky-clean alias with the name {} but 'she walk the plank! Spaces in an alias must walk the plank."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Arrr! A new alias with thee trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "Ye try and make a squeeky-clean global alias with the name {} but 'she be taken by another order."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "Ye try and make a Squeeky-clean global alias with the name {} but 'she already be on the island."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Ye try and make a Squeeky-clean global alias with the name {} but 'she walk the plank! Spaces in an alias must walk the plank."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Arrr! A new global alias with thee trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Yer scummy alias don't exist, matey!"
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "Blimey! Thee `{}` alias will execute thee command `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Thar is no alias with thee name `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Fool! Thar be no aliases on this guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Yo-ho-ho! Alias with thee name `{}` has been sent to Davy Jones' locker."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Yo-ho-ho! Alias with thee name `{}`as been sent to Davy Jones' locker."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Shiver me timbers! Thar be no aliases on this bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Yar Aliases:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Alas! Thar be no aliases on this guild."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Shiver me timbers! Thar be no aliases on this bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Yar Aliases:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:41-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: es_ES\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Prefijo no encontrado."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "Has intentado crear un nuevo alias con el nombre {} pero ese nombre ya es un comando en este bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "Se ha intentado crear un nuevo alias con el nombre {} pero ese alias ya existe en este servidor."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Has intentado crear un nuevo alias con el nombre {} pero ese nombre es un alias inválido. Los alias no deben contener espacios."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Un alias nuevo ha creado con el activación `{}`."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "Has intentado crear un nuevo alias global con el nombre {} pero ese nombre ya es un comando en este bot."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "Se ha intentado crear un nuevo alias global con el nombre {} pero ese alias ya existe en este servidor."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Has intentado crear un nuevo alias global con el nombre {} pero ese nombre es un alias inválido. Los alias no deben contener espacios."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Un alias nuevo global ha creado con el activación `{}`."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Un alias no existe."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "El alias de `{}` va a ejecutar el comando`{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "No hay el alias con el nombre de `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "No hay el alias dentro de este guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "El alias con el nombre de `{}` satisfactoriamente se ha eliminado."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Alias con el nombre `{}` no fue encontrado."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "No hay el los alias dentro de este bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Alias:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "No hay los aliases en este servidor."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "No hay el los alias dentro de este bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Alias:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: fi_FI\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr ""
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr ""
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr ""
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr ""
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr ""
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr ""
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:41-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:06\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,143 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: fr_FR\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
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:130
msgid "No prefix found."
msgstr "Aucun préfixe trouvé."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "Vous avez tenté de créer un nouvel alias nommé {}, mais une commande existe déjà avec ce nom sur ce bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr "Gérer les alias de commandes."
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "Vous avez tenté de créer un nouvel alias nommé {}, mais cet alias existe déjà sur cette guilde."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr "Gérer les alias globaux."
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Vous avez tenté de créer un nouvel alias nommé {}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr "Ajouter un alias à une commande."
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Un nouvel alias avec le déclencheur `{}` a bien été créé."
#: redbot/cogs/alias/alias.py:196
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."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "Vous avez tenté de créer un nouvel alias global nommé {}, mais une commande existe déjà avec ce nom sur ce bot."
#: redbot/cogs/alias/alias.py:207
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."
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "Vous avez tenté de créer un nouvel alias global nommé {}, mais cet alias existe déjà sur cette guilde."
#: redbot/cogs/alias/alias.py:218
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."
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Vous avez tenté de créer un nouvel alias global nommé {}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr "Un nouvel alias avec le déclencheur `{name}` a bien été créé."
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Un nouvel alias global avec le déclencheur `{}` a bien été créé."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr "Ajouter un alias global à une commande."
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
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."
#: redbot/cogs/alias/alias.py:256
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."
#: redbot/cogs/alias/alias.py:267
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."
#: redbot/cogs/alias/alias.py:280
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éé."
#: redbot/cogs/alias/alias.py:288
#, docstring
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."
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr "{prefix}help {command}"
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Cet alias n'existe pas."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "L'alias `{}` va exécuter la commande `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr "Affiche la commande que l'alias exécute."
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Il n'y a pas d'alias nommé `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "L'alias `{alias_name}` exécute la commande `{command}`"
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Il n'y a pas d'alias sur cette guilde."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr "Il n'y a pas d'alias nommé `{name}`"
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "L'alias nommé `{}`a bien été supprimé."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr "Supprime un alias de ce serveur."
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "L'alias nommé `{}`n'a pas été trouvé."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Il n'y a pas d'alias sur ce bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Alias:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Il n'y a pas d'alias sur ce serveur."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr "L'alias nommé `{name}` a bien été supprimé."
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr "L'alias nommé `{name}` n'a pas été trouvé."
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr "Supprime un alias global existant."
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Il n'y a pas d'alias sur ce bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr "Liste les alias disponibles sur ce serveur."
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Alias:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr "Liste les alias globaux disponibles sur ce bot."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: hu_HU\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Nem találtható prefix."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Egy új rövidítés `{}` létrehozva."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Egy új globális rövidítés `{}` létrehozva."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Nem létezik ilyen rövidítés."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "A(z) `{}` rövidítés a `{}` parancsot fogja végrehajtani"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Nem található olyan rövidítés melynek a neve `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Nincsenek rövidítések ezen a szerveren."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "`{}` rövidítés sikeresen törölve."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Nem található olyan rövidítés melynek a neve `{}`."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Nincsenek rövidítések ennél a botnál."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Rövidítések:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Nincsenek rövidítések ezen a szerveren."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Nincsenek rövidítések ennél a botnál."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Rövidítések:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Indonesian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: id_ID\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Awalan tidak ditemukan."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "Anda mencoba untuk membuat sebuah alias baru dengan nama {} tetapi nama itu sudah menjadi perintah pada bot ini."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "Anda mencoba untuk membuat sebuah alias baru dengan nama {} tetapi alias itu sudah ada pada server ini."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Anda mencoba untuk membuat sebuah alias baru dengan nama {} tetapi nama itu adalah sebuah nama alias yang tidak berlaku. Nama alias tidak boleh berisi spasi."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Alias baru dengan pemicu '{}' telah dibuat."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "Anda mencoba untuk membuat sebuah alias global baru dengan nama {} tetapi nama itu sudah menjadi sebuah perintah pada bot ini."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "Anda mencoba untuk membuat sebuah alias global baru dengan nama {} tetapi alias itu sudah ada pada server ini."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Anda mencoba untuk membuat sebuah alias global baru dengan nama {} tetapi nama itu adalah sebuah nama alias yang tidak berlaku. Nama alias tidak boleh berisi spasi."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Alias global baru dengan pemicu '{}' telah dibuat."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Alias tersebut tidak ditemukan."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "Alias '{}' akan mengeksekusi perintah '{}'"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Tidak ada alias dengan nama '{}'"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Tidak ada alias pada guild ini."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Alias dengan nama '{}' berhasil dihapus."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Alias dengan nama '{}' tidak ditemukan."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Tidak ada alias pada bot ini."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Alias:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Tidak ada alias pada server ini."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Tidak ada alias pada bot ini."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Alias:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: it_IT\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Nessun prefisso trovato."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "È stato creato un nuovo alias con il grilletto '{}'."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "È stato creato un nuovo alias globale con il grilletto '{}'."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Non esiste nessun alias con questo nome."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "L'alias '{}' eseguirà il comando '{}'"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Non c'è nessun alias con il nome '{}'"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Non ci sono nessun alias su questa gilda."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Alias con il nome '{}' è stata eliminata."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Alias con il nome '{}' non è stato trovato."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Non ci sono nessun alias su questo bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Alias:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Non ci sono alias su questo server."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Non ci sono nessun alias su questo bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Alias:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: ja_JP\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "プレフィックスが見つかりません。"
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "`{}`という新しいエイリアスが作成されました。"
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "`{}`という新しいグローバルエイリアスが作成されました。"
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "そのようなエイリアスはありません。"
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "`{}`のエイリアスは`{}`コマンドを実行します。"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "`{}`という名前のエイリアスはありません。"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "このギルドにはエイリアスはありません。"
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "`{}`という名前のエイリアスは削除されました。"
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "`{}`という名前のエイリアスが見つかりませんでした。"
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "このボットにはエイリアスはありません。"
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "アリアス:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "このサーバにエイリアスはありません。"
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "このボットにはエイリアスはありません。"
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "アリアス:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: ko_KR\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "프리픽스를 찾을 수 없어요."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "이름이 {} 인 바로가기를 만들려고 했지만, 이 봇의 커맨드와 중복돼요."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "이름이 {} 인 바로가기를 만들려고 했지만, 해당 바로가기가 이미 이 서버에 등록되어 있어요."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "이름이 {} 인 바로가기를 만들려고 했지만, 잘못된 바로가기 이름에요. 바로가기 이름에는 공백이 포함될 수 없어요."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "트리거 `{}` 이(가) 포함된 별칭이 등록됐어요."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "이름이 {} 인 글로벌 별칭을 만들려고 했지만, 이 봇의 커맨드와 중복돼요."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "이름이 {} 인 글로벌 별칭을 만들려고 했지만, 해당 별칭이 이미 이 서버에 등록되어 있어요."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "이름이 {} 인 글로벌 별칭을 만들려고 했지만, 잘못된 별칭 이름에요. 별칭 이름에는 공백이 포함될 수 없어요."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "트리거 `{}` 이(가) 포함된 글로벌 별칭이 등록됐어요."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "그런 별칭은 등록되어 있지 않아요."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "`{}` 별칭이 `{}` 커맨드를 실행했어요."
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "`{}` 이란 이름으로 등록된 별칭이 없어요."
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "이 길드에 등록된 별칭이 없어요."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "별칭 `{}` 이(가) 성공적으로 삭제됐어요."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "`{}` 바로가기가 등록되어 있지 않아요."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "이 봇에 등록된 별칭이 없어요."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "등록된 별칭 리스트 :"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "이 서버에 등록된 별칭이 없어요."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "이 봇에 등록된 별칭이 없어요."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "등록된 별칭 리스트 :"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: LOLCAT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: lol_US\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Nu prifix findz."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr "Mange da command aliasez."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr "Mange da global aliasez."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr "Addz an alias 4 command."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Nu alias wif teh triggah `{}` has been creatd."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Nu global alias wif teh triggah `{}` has been creatd."
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Nu such aliaz existz."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "Teh `{}` aliaz will execute teh commands `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Ther is nu aliaz with teh name `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Ther r nu aliaz on dis guilds."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Aliaz wif teh nem `{}` was successfulls deletz."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Aliaz wit names `{}` is nut there."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Ther no aliazes :("
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Aliazes:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Serverz hav nu aliazes."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Ther no aliazes :("
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Aliazes:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,143 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: nl_NL\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr "Maak aliases aan voor een command.\n\n"
" Aliases zijn een alternatieve naam voor snelkoppelingen. Deze\n"
" kunnen zich gedragen als een lambda (argumenten opslaan voor herhaald gebruik)\n"
" of zo simpel als een command: \"x y z\".\n"
" Wanneer ze worden uitgevoerd, accepteren aliassen aanvullende argumenten\n"
" en voeg ze toe aan de opgeslagen alias.\n"
" "
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Geen prefix gevonden."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "U probeert een nieuwe alias maken met de naam {}, maar is al een opdracht op de bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr "Beheer commandaliassen."
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "U probeert een nieuwe alias met de naam {} maken. Maar die alias bestaat al op deze server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr "Beheer globale aliassen."
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "U probeert een nieuwe alias maken met de naam {}, maar dat is een ongeldige alias naam. Alias namen mogen geen spaties bevatten."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr "Voeg een alias toe voor een opdracht."
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Een nieuwe alias met de trigger `{}`is aangemaakt."
#: redbot/cogs/alias/alias.py:196
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."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "U probeert een nieuwe globale alias met de naam {} te maken, maar die alias al een commando op deze bot."
#: redbot/cogs/alias/alias.py:207
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."
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "U probeert een nieuwe globale alias met de naam {} te maken, maar die alias al bestaat op deze server."
#: redbot/cogs/alias/alias.py:218
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."
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "U probeert een nieuwe globale alias maken met de naam {}, maar die naam is de naam van een ongeldige alias. Alias namen mogen geen spaties bevatten."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr "Er is een nieuwe alias gemaakt met de trigger `{name}`."
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Een nieuwe globale alias met de trigger `{}` is aangemaakt."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr "Voeg een globale alias toe voor een opdracht."
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
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."
#: redbot/cogs/alias/alias.py:256
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."
#: redbot/cogs/alias/alias.py:267
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."
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Er is een nieuwe globale alias gemaakt met de trigger `{name}`."
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr "Probeer hulp uit te voeren voor de basisopdracht van de alias."
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr "{prefix}help {command}"
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Deze alias bestaat niet."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "Het alias `{}` zal het commando `{}` uitvoeren"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr "Laat zien welk commando de alias uitvoert."
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Er is geen alias met de naam `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "De `{alias_name}` alias voert het commando `{command}` uit"
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Er zijn geen aliases in deze server."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr "Er is geen alias met de naam'{name}'"
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Alias met de naam `{}` is met success verwijderd."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr "Verwijder een bestaande alias op deze server."
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Alias met de naam `{}` is niet gevonden."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Er zijn geen aliases op deze bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Aliassen:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Er zijn geen aliases in deze server."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr "Alias met de naam `{name}` is succesvol verwijderd."
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr "Alias met naam `{name}` is niet gevonden."
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr "Een bestaande globale alias verwijderen."
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Er zijn geen aliases op deze bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr "Maak een lijst van de beschikbare aliassen op deze server."
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Aliassen:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:42-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,139 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: no_NO\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr "Opprett aliaser for kommandoer.\n\n"
"Aliaser er alternative navn snarveier for kommandoer. De kan brukes både som en lambda (lagring av argumenter for gjentatt bruk) eller som en snarvei for å si \"x y z\"\n\n"
"Aliaser vil godta hvilke som helst tilleggsargumenter og legge dem til det lagrede aliaset når de blir kjørt. "
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Ingen prefiks funnet."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr "Administrer kommando aliaser."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr "Administrer globale aliaser."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr "Legg til et alias for en kommando."
#: redbot/cogs/alias/alias.py:196
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."
#: redbot/cogs/alias/alias.py:207
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."
#: redbot/cogs/alias/alias.py:218
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."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr "Legg til et globalt alias for en kommando."
#: redbot/cogs/alias/alias.py:245
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 {navn} men navnet er allerede en kommando på denne boten."
#: redbot/cogs/alias/alias.py:256
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 {navn} men aliaset finnes allerede på denne serveren."
#: redbot/cogs/alias/alias.py:267
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."
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet."
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Et nytt alias med utløseren \"{}\" har blitt opprettet."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "En ny global alias med utløseren \"{}\" har blitt opprettet."
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Ingen slike alias finnes."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "\"{}\" Aliaset vil kjøre kommandoen \"{}\""
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Det er ingen alias med navnet \"{}\""
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Det er ingen alias i denne gruppen."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Alias med navn \"{}\" ble slettet."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Alias med navn \"{}' ble ikke funnet."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Det er ingen aliaser på denne boten."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Aliaser:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Det er ingen aliaser på denne serveren."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Det er ingen aliaser på denne boten."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Aliaser:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,90 +1,152 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Plural-Forms: nplurals=4; plural=((n == 1) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || n%10 == 1 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 12 && n%100 <= 14)) ? 2 : 3));\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: pl\n"
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: pl_PL\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Nie znaleziono prefiksu."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Utworzono nowy alias z wyzwalaczem '{}'."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Utworzono nowy globalny alias z wyzwalaczem '{}'."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Taki alias nie istnieje."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "Alias '{}' spowoduje wykonanie komendy '{}'"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Nie ma aliasu o nazwie `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Nie ma aliasów w tej gildii."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Alias o nazwie `{}` został usunięty pomyślnie."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Alias o nazwie `{}` nie został znaleziony."
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Nie ma aliasów na tym serwerze."
#: ../alias.py:316
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Nie ma żadnych aliasów dla tego bota."
#: ../alias.py:331 ../alias.py:342
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Aliasy:"
#: ../alias.py:333 ../alias.py:344
msgid "There are no aliases on this server."
msgstr "Nie ma aliasów na tym serwerze Discord."
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: pt_BR\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Nenhum prefixo encontrado."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Foi criado um novo alias com a ação '{}'."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Foi criado um novo alias global com a ação '{}'."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Alias inexistente."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "O alias '{}' executará o comando '{}'"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Não há nenhum alias com o nome '{}'"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Não há nenhum aliases nessa guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "O alias com o nome '{}' foi excluído com sucesso."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "O alias com o nome '{}' não foi encontrado."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Não há nenhum aliases neste bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Aliases:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Não há nenhum aliases neste servidor."
msgstr "Não há nenhum alias neste servidor."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Não há nenhum alias nesse bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Alias:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: pt_PT\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr ""
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr ""
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr ""
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr ""
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr ""
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr ""
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 05:52\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,143 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: ru_RU\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr "Создать псевдонимы для команд.\n\n"
" Псевдонимы - это альтернативные сочетания имен для команд.\n"
" Они могут действовать как лямбда (хранение аргументов для\n"
" многократного использования) или просто как ярлык «а б в».\n\n"
" При запуске псевдонимы принимают любые дополнительные\n"
" аргументы и добавляют их к сохраненному псевдониму.\n"
" "
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Префикс не найден."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "Вы пытались создать новый псевдоним с именем {}, но это имя используется как команда в этом боте."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr "Управление псевдонимами команд."
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "Вы пытались создать новый псевдоним с именем {}, но это имя используется как команда на этом сервере."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr "Управление глобальными псевдонимами."
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Вы пытались создать новый псевдоним с именем {}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелы."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr "Добавить псевдоним для команды."
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Был создан новый псевдоним с триггером «{}»."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Вы попытались создать новый псевдоним с именем {name}, но это имя уже является командой для этого бота."
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "Вы пытались создать новый глобальный псевдоним с именем {}, но это имя уже используется как команда в этом боте."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr "Вы попытались создать новый псевдоним с именем {name}, но этот псевдоним уже существует на этом сервере."
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "Вы пытались создать новый глобальный псевдоним с именем {}, но это имя уже существует на этом сервере."
#: redbot/cogs/alias/alias.py:218
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}, но это имя является недопустимым псевдонимом. Имена псевдонимов могут не содержать пробелов."
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Вы пытались создать новый псевдоним с именем {], но это имя явлется недопустимым именем для псевдонима. Псевдонимы не могут содержать пробелы."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr "Новый псевдоним с триггером `{name}` был создан."
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Был создан новый глобальный псевдоним с триггером «{}»."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr "Добавить глобальный псевдоним для команды."
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
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}, но это имя уже является командой для этого бота."
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr "Вы попытались создать новый глобальный псевдоним с именем {name}, но этот псевдоним уже существует на этом сервере."
#: redbot/cogs/alias/alias.py:267
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}, но это имя является недопустимым псевдонимом. Имена псевдонимов могут не содержать пробелов."
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Новый глобальный псевдоним с триггером `{name}` был создан."
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr "Попробуйте выполнить справку для базовой команды псевдонима."
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr "{prefix}help {command}"
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Псевдоним не найден."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "Псевдоним «{}» будет выполнять команды «{}»"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr "Показать, какую команду выполняет псевдоним."
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Псевдоним с именем `{}` не существует"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`"
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "На этом сервере еще нет псевдонимов."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr "Нет псевдонима с именем `{name}`"
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Псевдоним с именем `{}` успешно удален."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr "Удалить существующий псевдоним на этом сервере."
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Псевдоним с именем «{}» не найден."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "У этого бота еще нет псевдонимов."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Алиасы:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "На этом сервере нет псевдонимов."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr "Псевдоним с именем `{name}` был успешно удален."
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr "Псевдоним с именем `{name}` не найден."
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr "Удалить существующий глобальный псевдоним."
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "У этого бота нет псевдонимов."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr "Список доступных псевдонимов на этом сервере."
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Псевдонимы:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr "Список доступных глобальных псевдонимов для этого бота."

View File

@@ -0,0 +1,152 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Slovak\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: sk\n"
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: sk_SK\n"
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr ""
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:218
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 ""
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr ""
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr ""
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:07\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: sv_SE\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Inget prefix hittat."
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "Du försökte skapa ett nytt alias med namnet {} men det används redan för ett annat kommando av boten."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "Du försökte skapa ett alias med namnet {} men det används redan på den här servern."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du försökte skapa ett nytt alias med namnet {} men det namnet är inte ett giltigt alias namn. Alias får inte innehålla mellanslag."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "Ett nytt alias med triggern `{}` har skapats."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "Du försökte skapa ett nytt globalt alias med namnet {} men det namnet används redan av ett annat kommando för boten."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "Du försökte skapa ett nytt globalt alias med namnet {} men det existerar redan på den här servern."
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "Du försökte skapa ett nytt globalt alias med namnet {} men det är inte ett giltigt alias namn. Alias får inte inehålla mellanslag."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "Ett nytt globalt alias med triggern `{}` har skapats."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Detta alias existerar inte."
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "`{}` alias kommer utföra kommando `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "Det finns inget alias med namnet `{}`"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "Det finns inga alias i denna guild."
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "Alias med namnet `{}` har tagits bort."
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "Alias med namnet `{}` hittades inte."
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "Det finns inga alias för denna bot."
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "Alias:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Det finns inga alias på denna server."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Det finns inga alias för denna bot."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Alias:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""

View File

@@ -0,0 +1,152 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Turkish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
"X-Crowdin-Language: tr\n"
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: tr_TR\n"
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "Öneki bulundu."
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr "Komut diğer adları yönetmek."
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr "Küresel diğer adları yönetmek."
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr "Bir komut için bir diğer ad ekleyin."
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu diğer adı bu sunucuda zaten vardır."
#: redbot/cogs/alias/alias.py:218
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 "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr "Yeni bir takma ad tetikleyici '{name}' ile oluşturuldu."
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr "Bir komut için küresel bir diğer ad ekleyin."
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr "Yeni bir küresel diğer adı ile ad {name} oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr "Adı {name} ile yeni bir diğer ad oluşturmak çalıştı, ancak bu adı zaten bu bot bir komutudur."
#: redbot/cogs/alias/alias.py:267
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 "Yeni bir küresel diğer adı ile ad {name} oluşturmaya çalıştı ama o ismi geçersiz diğer ad. Diğer ad ad adlar boşluk içeremez."
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr "Yeni bir küresel diğer ad tetikleyici '{name}' ile oluşturuldu."
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr "Diğer temel komutunun yardımını yürütmek deneyin."
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr "{prefix}yardımcı {command}"
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "Böyle bir takma var yok."
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr "Takma adın çalıştırıldığı komutu gösterin."
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr "'{alias_name}' diğer ad komut '{command} ' idam edecek"
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr "Hiç diğer ad ad '{name} ' ile olduğunu"
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr "Bu sunucuda varolan bir diğer adı silin."
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "Bu sunucuda hiçbir diğer adları vardır."
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr "`{name}`adlı takma ad başarıyla silindi."
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr "{Name} `adlı takma ad bulunamadı."
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr "Mevcut bir global takma adı silin."
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "Bu botta takma adlar yok."
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr "Bu sunucudaki kullanılabilir diğer adları listeleyin."
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "Takma adlar:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr "Bu botta mevcut küresel takma adları listeleyiniz."

View File

@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: red-discordbot\n"
"POT-Creation-Date: 2018-02-18 14:42+AKST\n"
"PO-Revision-Date: 2018-04-15 16:43-0400\n"
"POT-Creation-Date: 2019-01-11 02:18+0000\n"
"PO-Revision-Date: 2019-02-25 03:08\n"
"Last-Translator: Kowlin <boxedpp@gmail.com>\n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: redgettext 2.2\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: red-discordbot\n"
@@ -16,75 +16,137 @@ msgstr ""
"X-Crowdin-File: /cogs/alias/locales/messages.pot\n"
"Language: zh_CN\n"
#: ../alias.py:129
#: redbot/cogs/alias/alias.py:18
#, 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"
" "
msgstr ""
#: redbot/cogs/alias/alias.py:130
msgid "No prefix found."
msgstr "找不到前缀"
#: ../alias.py:198
msgid "You attempted to create a new alias with the name {} but that name is already a command on this bot."
msgstr "您尝试使用名称{} 创建新的别名,但该名称已经是该机器人上的命令。"
#: redbot/cogs/alias/alias.py:179
#, docstring
msgid "Manage command aliases."
msgstr ""
#: ../alias.py:205
msgid "You attempted to create a new alias with the name {} but that alias already exists on this server."
msgstr "您试图使用名称{} 创建新的别名,但该别名已存在于此服务器上。"
#: redbot/cogs/alias/alias.py:184
#, docstring
msgid "Manage global aliases."
msgstr ""
#: ../alias.py:212
msgid "You attempted to create a new alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "您尝试使用名称{} 创建新的别名,但该名称是无效的别名。别名不能包含空格。"
#: redbot/cogs/alias/alias.py:191
#, docstring
msgid "Add an alias for a command."
msgstr ""
#: ../alias.py:224
msgid "A new alias with the trigger `{}` has been created."
msgstr "已经创建一个包含触发器`{}`的新别名。"
#: redbot/cogs/alias/alias.py:196
msgid "You attempted to create a new alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: ../alias.py:236
msgid "You attempted to create a new global alias with the name {} but that name is already a command on this bot."
msgstr "您尝试使用名称{} 创建新的全局别名,但该名称已经是该机器人上的命令。"
#: redbot/cogs/alias/alias.py:207
msgid "You attempted to create a new alias with the name {name} but that alias already exists on this server."
msgstr ""
#: ../alias.py:243
msgid "You attempted to create a new global alias with the name {} but that alias already exists on this server."
msgstr "您尝试使用名称{} 创建新的全局别名,但该别名已经存在于此服务器上。"
#: redbot/cogs/alias/alias.py:218
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 ""
#: ../alias.py:250
msgid "You attempted to create a new global alias with the name {} but that name is an invalid alias name. Alias names may not contain spaces."
msgstr "您试图使用名称{} 创建新的全局别名,但该名称是无效的别名。别名不能包含空格。"
#: redbot/cogs/alias/alias.py:234
msgid "A new alias with the trigger `{name}` has been created."
msgstr ""
#: ../alias.py:259
msgid "A new global alias with the trigger `{}` has been created."
msgstr "已经创建一个包含触发器`{}`的全局别名。"
#: redbot/cogs/alias/alias.py:240
#, docstring
msgid "Add a global alias for a command."
msgstr ""
#: ../alias.py:274
#: redbot/cogs/alias/alias.py:245
msgid "You attempted to create a new global alias with the name {name} but that name is already a command on this bot."
msgstr ""
#: redbot/cogs/alias/alias.py:256
msgid "You attempted to create a new global alias with the name {name} but that alias already exists on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:267
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 ""
#: redbot/cogs/alias/alias.py:280
msgid "A new global alias with the trigger `{name}` has been created."
msgstr ""
#: redbot/cogs/alias/alias.py:288
#, docstring
msgid "Try to execute help for the base command of the alias."
msgstr ""
#: redbot/cogs/alias/alias.py:297
msgid "{prefix}help {command}"
msgstr ""
#: redbot/cogs/alias/alias.py:302
msgid "No such alias exists."
msgstr "不存在该别名。"
#: ../alias.py:283
msgid "The `{}` alias will execute the command `{}`"
msgstr "`{}` 别要名将执行命令 `{}`"
#: redbot/cogs/alias/alias.py:307
#, docstring
msgid "Show what command the alias executes."
msgstr ""
#: ../alias.py:286
msgid "There is no alias with the name `{}`"
msgstr "没有名为`{}`的别名"
#: redbot/cogs/alias/alias.py:312
msgid "The `{alias_name}` alias will execute the command `{command}`"
msgstr ""
#: ../alias.py:298
msgid "There are no aliases on this guild."
msgstr "这个公会没有别名。"
#: redbot/cogs/alias/alias.py:317
msgid "There is no alias with the name `{name}`"
msgstr ""
#: ../alias.py:302 ../alias.py:320
msgid "Alias with the name `{}` was successfully deleted."
msgstr "已经成功删除名为`{}`的别名。"
#: redbot/cogs/alias/alias.py:323
#, docstring
msgid "Delete an existing alias on this server."
msgstr ""
#: ../alias.py:305 ../alias.py:323
msgid "Alias with name `{}` was not found."
msgstr "找不到名为`{}`的别名。"
#: ../alias.py:316
msgid "There are no aliases on this bot."
msgstr "这个机器人上没有别名。"
#: ../alias.py:331 ../alias.py:342
msgid "Aliases:"
msgstr "别名:"
#: ../alias.py:333 ../alias.py:344
#: redbot/cogs/alias/alias.py:328 redbot/cogs/alias/alias.py:364
#: redbot/cogs/alias/alias.py:375
msgid "There are no aliases on this server."
msgstr "在这个服务器上没有别名。"
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:351
msgid "Alias with the name `{name}` was successfully deleted."
msgstr ""
#: redbot/cogs/alias/alias.py:336 redbot/cogs/alias/alias.py:354
msgid "Alias with name `{name}` was not found."
msgstr ""
#: redbot/cogs/alias/alias.py:341
#, docstring
msgid "Delete an existing global alias."
msgstr ""
#: redbot/cogs/alias/alias.py:346
msgid "There are no aliases on this bot."
msgstr "这个机器人上没有别名。"
#: redbot/cogs/alias/alias.py:359
#, docstring
msgid "List the available aliases on this server."
msgstr ""
#: redbot/cogs/alias/alias.py:360 redbot/cogs/alias/alias.py:371
msgid "Aliases:"
msgstr "别名:"
#: redbot/cogs/alias/alias.py:370
#, docstring
msgid "List the available global aliases on this bot."
msgstr ""