diff --git a/redbot/cogs/admin/locales/de-DE.po b/redbot/cogs/admin/locales/de-DE.po index fd4957e83..d5c51e264 100644 --- a/redbot/cogs/admin/locales/de-DE.po +++ b/redbot/cogs/admin/locales/de-DE.po @@ -197,7 +197,11 @@ msgid "\n" " Server admins must have configured the role as user settable.\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Entferne oder gib eine Rolle zu dir selbst.\n\n" +" Server Admins müssen die Rolle für Mitglieder freigeben.\n\n" +" HINWEIS: Beachte Groß- und Kleinschreibung!\n" +" " #: redbot/cogs/admin/admin.py:409 #, docstring diff --git a/redbot/cogs/admin/locales/hi-IN.po b/redbot/cogs/admin/locales/hi-IN.po new file mode 100644 index 000000000..ed168792b --- /dev/null +++ b/redbot/cogs/admin/locales/hi-IN.po @@ -0,0 +1,277 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 42\n" +"Language: hi_IN\n" + +#: redbot/cogs/admin/admin.py:18 +msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete." +msgstr "मैंने कुछ ऐसा करने का प्रयास किया, जिसके लिए डिस्कॉर्ड ने मुझे अनुमति से इनकार कर दिया। आपका आदेश सफलतापूर्वक पूरा होने में विफल रहा।" + +#: redbot/cogs/admin/admin.py:23 +msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "मैं {member.display_name} को {role.name} नहीं दे सकती क्योंकि वह रोल डिस्कॉर्ड् पदानुक्रम में मेरे उच्चतम रोल से अधिक या उसके बराबर है।" + +#: redbot/cogs/admin/admin.py:29 +msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy." +msgstr "मैं {role.name} को {member.display_name} से नहीं निकाल सकती, क्योंकि वह रोल डिस्कॉर्ड पदानुक्रम में मेरे उच्चतम रोल से अधिक या उसके बराबर है।" + +#: redbot/cogs/admin/admin.py:35 +msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy." +msgstr "मैं {role.name} को संपादित नहीं कर सकती, क्योंकि यह रोल डिस्कॉर्ड पदानुक्रम में मेरे रोल से अधिक है,या सबसे उच्चतम रोल के बराबर है।" + +#: redbot/cogs/admin/admin.py:41 +msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:47 +msgid "I can not let you remove {role.name} from {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:53 +msgid "I can not let you edit {role.name} because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:59 +msgid "I need manage roles permission to do that." +msgstr "" + +#: redbot/cogs/admin/admin.py:61 +msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." +msgstr "" + +#: redbot/cogs/admin/admin.py:71 +#, docstring +msgid "A collection of server administration utilities." +msgstr "" + +#: redbot/cogs/admin/admin.py:162 +msgid "{member.display_name} already has the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:182 +msgid "I successfully added {role.name} to {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:192 +msgid "{member.display_name} does not have the role {role.name}." +msgstr "" + +#: redbot/cogs/admin/admin.py:212 +msgid "I successfully removed {role.name} from {member.display_name}" +msgstr "" + +#: redbot/cogs/admin/admin.py:223 +#, docstring +msgid "\n" +" Add a role to a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:239 +#, docstring +msgid "\n" +" Remove a role from a user.\n\n" +" Use double quotes if the role contains spaces.\n" +" If user is left blank it defaults to the author of the command.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:253 +#, docstring +msgid "Edit role settings." +msgstr "" + +#: redbot/cogs/admin/admin.py:260 +#, docstring +msgid "\n" +" Edit a role's colour.\n\n" +" Use double quotes if the role contains spaces.\n" +" Colour must be in hexadecimal format.\n" +" [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Examples:\n" +" `[p]editrole colour \"The Transistor\" #ff0000`\n" +" `[p]editrole colour Test #ff9900`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 +msgid "Done." +msgstr "" + +#: redbot/cogs/admin/admin.py:293 +#, docstring +msgid "\n" +" Edit a role's name.\n\n" +" Use double quotes if the role or the name contain spaces.\n\n" +" Example:\n" +" `[p]editrole name \"The Transistor\" Test`\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:327 +#, docstring +msgid "Announce a message to all servers the bot is in." +msgstr "" + +#: redbot/cogs/admin/admin.py:334 +msgid "The announcement has begun." +msgstr "" + +#: redbot/cogs/admin/admin.py:341 +#, docstring +msgid "Cancel a running announce." +msgstr "" + +#: redbot/cogs/admin/admin.py:343 +msgid "There is no currently running announcement." +msgstr "" + +#: redbot/cogs/admin/admin.py:346 +msgid "The current announcement has been cancelled." +msgstr "" + +#: redbot/cogs/admin/admin.py:352 +#, docstring +msgid "Change how announcements are sent in this guild." +msgstr "" + +#: redbot/cogs/admin/admin.py:357 +#, docstring +msgid "\n" +" Change the channel where the bot will send announcements.\n\n" +" If channel is left blank it defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:366 +msgid "The announcement channel has been set to {channel.mention}" +msgstr "" + +#: redbot/cogs/admin/admin.py:371 +#, docstring +msgid "Unsets the channel for announcements." +msgstr "" + +#: redbot/cogs/admin/admin.py:396 +#, docstring +msgid "\n" +" Add or remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:409 +#, docstring +msgid "\n" +" Add a selfrole to yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:420 +#, docstring +msgid "\n" +" Remove a selfrole from yourself.\n\n" +" Server admins must have configured the role as user settable.\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:431 +#, docstring +msgid "\n" +" Lists all available selfroles.\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:441 +msgid "Available Selfroles:\n" +"{selfroles}" +msgstr "" + +#: redbot/cogs/admin/admin.py:447 +#, docstring +msgid "Manage selfroles." +msgstr "" + +#: redbot/cogs/admin/admin.py:452 +#, docstring +msgid "\n" +" Add a role to the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:459 +msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:467 +msgid "Added." +msgstr "" + +#: redbot/cogs/admin/admin.py:470 +msgid "That role is already a selfrole." +msgstr "" + +#: redbot/cogs/admin/admin.py:474 +#, docstring +msgid "\n" +" Remove a role from the list of available selfroles.\n\n" +" NOTE: The role is case sensitive!\n" +" " +msgstr "" + +#: redbot/cogs/admin/admin.py:481 +msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." +msgstr "" + +#: redbot/cogs/admin/admin.py:489 +msgid "Removed." +msgstr "" + +#: redbot/cogs/admin/admin.py:494 +#, docstring +msgid "Lock a bot to its current servers only." +msgstr "" + +#: redbot/cogs/admin/admin.py:499 +msgid "The bot is no longer serverlocked." +msgstr "" + +#: redbot/cogs/admin/admin.py:501 +msgid "The bot is now serverlocked." +msgstr "" + +#: redbot/cogs/admin/announcer.py:68 +msgid "I could not announce to the following server: " +msgstr "" + +#: redbot/cogs/admin/announcer.py:70 +msgid "I could not announce to the following servers: " +msgstr "" + +#: redbot/cogs/admin/converters.py:12 +msgid "The Admin cog is not loaded." +msgstr "" + +#: redbot/cogs/admin/converters.py:20 +msgid "The provided role is not a valid selfrole." +msgstr "" + diff --git a/redbot/cogs/admin/locales/nb-NO.po b/redbot/cogs/admin/locales/nb-NO.po index c0ddf20d2..d0a59da0f 100644 --- a/redbot/cogs/admin/locales/nb-NO.po +++ b/redbot/cogs/admin/locales/nb-NO.po @@ -200,7 +200,11 @@ msgid "\n" " Server admins must have configured the role as user settable.\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Legg til eller fjern en selvrolle fra deg selv.\n\n" +" Serveradministratorer må ha konfigurert rollen som brukersettabell.\n" +" MERK: Rollen skiller mellom små og store bokstaver!\n" +" " #: redbot/cogs/admin/admin.py:409 #, docstring diff --git a/redbot/cogs/admin/locales/ru-RU.po b/redbot/cogs/admin/locales/ru-RU.po index 8bab634cd..38c82a24b 100644 --- a/redbot/cogs/admin/locales/ru-RU.po +++ b/redbot/cogs/admin/locales/ru-RU.po @@ -197,7 +197,11 @@ msgid "\n" " Server admins must have configured the role as user settable.\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Удалить свою роль у себя.\n\n" +" Администраторы сервера должны настроить роль как устанавливаемую пользователем.\n" +" ПРИМЕЧАНИЕ: Роль чувствительна к размерчикам!\n" +" " #: redbot/cogs/admin/admin.py:409 #, docstring diff --git a/redbot/cogs/admin/locales/sk-SK.po b/redbot/cogs/admin/locales/sk-SK.po index 181b50854..ab34b6a39 100644 --- a/redbot/cogs/admin/locales/sk-SK.po +++ b/redbot/cogs/admin/locales/sk-SK.po @@ -45,17 +45,16 @@ msgstr "" #: redbot/cogs/admin/admin.py:59 msgid "I need manage roles permission to do that." -msgstr "" +msgstr "Potrebujem oprávnenie spravovať role." #: redbot/cogs/admin/admin.py:61 msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first." -msgstr "Už niečo oznamujem. Ak by ste chceli urobiť iné oznámenie, prosím, najskôr použite `{prefix} oznámiť zrušenie`." +msgstr "Už niečo oznamujem. Ak by ste chceli urobiť iné oznámenie, prosím, najskôr použite `{prefix} announce cancel`." #: redbot/cogs/admin/admin.py:71 #, docstring msgid "A collection of server administration utilities." -msgstr "\n" -"Zbierka obslužných programov pre správu servera." +msgstr "Zbierka nástrojov na správu servera." #: redbot/cogs/admin/admin.py:162 msgid "{member.display_name} already has the role {role.name}." @@ -68,11 +67,11 @@ msgstr "\n" #: redbot/cogs/admin/admin.py:192 msgid "{member.display_name} does not have the role {role.name}." -msgstr "" +msgstr "{member.display_name} nemá rolu {role.name}." #: redbot/cogs/admin/admin.py:212 msgid "I successfully removed {role.name} from {member.display_name}" -msgstr "" +msgstr "Úspešne som odstránil {role.name} od {member.display_name}" #: redbot/cogs/admin/admin.py:223 #, docstring @@ -81,7 +80,11 @@ msgid "\n" " Use double quotes if the role contains spaces.\n" " If user is left blank it defaults to the author of the command.\n" " " -msgstr "" +msgstr "\n" +" Pridá rolu užívateľovi.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n" +" Ak je užívateľ ponechaný prázdny, predvolene sa použije autor príkazu.\n" +" " #: redbot/cogs/admin/admin.py:239 #, docstring @@ -90,12 +93,16 @@ msgid "\n" " Use double quotes if the role contains spaces.\n" " If user is left blank it defaults to the author of the command.\n" " " -msgstr "" +msgstr "\n" +" Odobrať rolu užívateľovi.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n" +" Ak je užívateľ ponechaný prázdny, predvolene sa použije autor príkazu.\n" +" " #: redbot/cogs/admin/admin.py:253 #, docstring msgid "Edit role settings." -msgstr "" +msgstr "Úpravy nastavenia role." #: redbot/cogs/admin/admin.py:260 #, docstring @@ -108,11 +115,19 @@ msgid "\n" " `[p]editrole colour \"The Transistor\" #ff0000`\n" " `[p]editrole colour Test #ff9900`\n" " " -msgstr "" +msgstr "\n" +" Upraviť farbu role.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n" +" Farba musí byť v hexadecimálnom formate.\n" +" [Výber farieb online](http://www.w3schools.com/colors/colors_picker.asp)\n\n" +" Príklady:\n" +" `[p]editrole colour \"Spravce servera\" #ff0000`\n" +" `[p]editrole colour Spravce #ff9900`\n" +" " #: redbot/cogs/admin/admin.py:289 redbot/cogs/admin/admin.py:322 msgid "Done." -msgstr "" +msgstr "Hotovo." #: redbot/cogs/admin/admin.py:293 #, docstring @@ -122,34 +137,39 @@ msgid "\n" " Example:\n" " `[p]editrole name \"The Transistor\" Test`\n" " " -msgstr "" +msgstr "\n" +" Upraviť názov role.\n\n" +" Ak rola obsahuje medzery, použite dvojité úvodzovky.\n\n" +" Príklad:\n" +" `[p]editrole name \"Správca servera\" Majitel`\n" +" " #: redbot/cogs/admin/admin.py:327 #, docstring msgid "Announce a message to all servers the bot is in." -msgstr "" +msgstr "Oznámiť správu všetkým serverom, na ktorých sa bot nachádza." #: redbot/cogs/admin/admin.py:334 msgid "The announcement has begun." -msgstr "" +msgstr "Oznam sa začal." #: redbot/cogs/admin/admin.py:341 #, docstring msgid "Cancel a running announce." -msgstr "" +msgstr "Zrušiť prebiehajúce oznámenie." #: redbot/cogs/admin/admin.py:343 msgid "There is no currently running announcement." -msgstr "" +msgstr "Momentálne nie je spustené žiadne oznámenie." #: redbot/cogs/admin/admin.py:346 msgid "The current announcement has been cancelled." -msgstr "" +msgstr "Aktuálne oznámenie bolo zrušené." #: redbot/cogs/admin/admin.py:352 #, docstring msgid "Change how announcements are sent in this guild." -msgstr "" +msgstr "Zmeňte spôsob odosielania oznámení v tomto klane." #: redbot/cogs/admin/admin.py:357 #, docstring @@ -157,16 +177,19 @@ msgid "\n" " Change the channel where the bot will send announcements.\n\n" " If channel is left blank it defaults to the current channel.\n" " " -msgstr "" +msgstr "\n" +" Zmeniť kanál, kam bude bot posielať oznámenia.\n\n" +" Ak je kanál nevyplnený, použije sa predvolený aktuálny kanál.\n" +" " #: redbot/cogs/admin/admin.py:366 msgid "The announcement channel has been set to {channel.mention}" -msgstr "" +msgstr "Kanál pre oznámenia bol nastavený na {channel.mention}" #: redbot/cogs/admin/admin.py:371 #, docstring msgid "Unsets the channel for announcements." -msgstr "" +msgstr "Zruší nastavenie kanálu pre oznámenia." #: redbot/cogs/admin/admin.py:396 #, docstring @@ -175,7 +198,11 @@ msgid "\n" " Server admins must have configured the role as user settable.\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Pridať alebo odstrániť self-rolu sebe.\n\n" +" Správcovia servera musia mať nakonfigurovanú rolu ako používateľsky nastaviteľnú.\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " #: redbot/cogs/admin/admin.py:409 #, docstring @@ -184,7 +211,11 @@ msgid "\n" " Server admins must have configured the role as user settable.\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Pridať self-rolu sebe.\n\n" +" Správcovia servera musia mať nakonfigurovanú rolu ako používateľsky nastaviteľnú.\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " #: redbot/cogs/admin/admin.py:420 #, docstring @@ -193,24 +224,31 @@ msgid "\n" " Server admins must have configured the role as user settable.\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Odstrániť self-rolu sebe.\n\n" +" Správcovia servera musia mať nakonfigurovanú rolu ako používateľsky nastaviteľnú.\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " #: redbot/cogs/admin/admin.py:431 #, docstring msgid "\n" " Lists all available selfroles.\n" " " -msgstr "" +msgstr "\n" +" Zoznam dostupných self-rolí.\n" +" " #: redbot/cogs/admin/admin.py:441 msgid "Available Selfroles:\n" "{selfroles}" -msgstr "" +msgstr "Dostupné self-role:\n" +"{selfroles}" #: redbot/cogs/admin/admin.py:447 #, docstring msgid "Manage selfroles." -msgstr "" +msgstr "Spravovať self-role." #: redbot/cogs/admin/admin.py:452 #, docstring @@ -218,19 +256,22 @@ msgid "\n" " Add a role to the list of available selfroles.\n\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Pridať rolu do zoznamu dostupných self-rolí.\n\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " #: redbot/cogs/admin/admin.py:459 msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." -msgstr "" +msgstr "Nemôžem ti dovoliť pridať {role.name} ako self-rolu, pretože táto rola je vyššia alebo rovná tvojej najvyššej roli v Discord hierarchii." #: redbot/cogs/admin/admin.py:467 msgid "Added." -msgstr "" +msgstr "Pridané." #: redbot/cogs/admin/admin.py:470 msgid "That role is already a selfrole." -msgstr "" +msgstr "Táto rola je už self-rola." #: redbot/cogs/admin/admin.py:474 #, docstring @@ -238,42 +279,45 @@ msgid "\n" " Remove a role from the list of available selfroles.\n\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Odstráni rolu zo zoznamu dostupných self-rolí.\n\n" +" POZNÁMKA: Rola je citlivá na malé a veľké písmena!\n" +" " #: redbot/cogs/admin/admin.py:481 msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy." -msgstr "" +msgstr "Nemôžem ti dovoliť odobrať {role.name} užívateľovi, pretože táto rola je vyššia alebo rovná tvojej najvyššej roli v Discord hierarchii." #: redbot/cogs/admin/admin.py:489 msgid "Removed." -msgstr "" +msgstr "Odstránené." #: redbot/cogs/admin/admin.py:494 #, docstring msgid "Lock a bot to its current servers only." -msgstr "" +msgstr "Uzamkne bota iba na jeho aktuálne servery." #: redbot/cogs/admin/admin.py:499 msgid "The bot is no longer serverlocked." -msgstr "" +msgstr "Bot už nie je uzamknutý serverom." #: redbot/cogs/admin/admin.py:501 msgid "The bot is now serverlocked." -msgstr "" +msgstr "Bot je teraz uzamknutý serverom." #: redbot/cogs/admin/announcer.py:68 msgid "I could not announce to the following server: " -msgstr "" +msgstr "Nemôžem oznámiť nasledujúcemu serveru: " #: redbot/cogs/admin/announcer.py:70 msgid "I could not announce to the following servers: " -msgstr "" +msgstr "Nemôžem oznámiť nasledujúcim serverom: " #: redbot/cogs/admin/converters.py:12 msgid "The Admin cog is not loaded." -msgstr "" +msgstr "Admin cog nie je načítaný." #: redbot/cogs/admin/converters.py:20 msgid "The provided role is not a valid selfrole." -msgstr "" +msgstr "Daná rola nie je platná self-role." diff --git a/redbot/cogs/admin/locales/tr-TR.po b/redbot/cogs/admin/locales/tr-TR.po index ab7589bf4..258beaaf1 100644 --- a/redbot/cogs/admin/locales/tr-TR.po +++ b/redbot/cogs/admin/locales/tr-TR.po @@ -195,7 +195,11 @@ msgid "\n" " Server admins must have configured the role as user settable.\n" " NOTE: The role is case sensitive!\n" " " -msgstr "" +msgstr "\n" +" Kendinden bir selfrole kaldır.\n\n" +" Sunucu yöneticilerinin bu rolü kullanıcı tarafından alınabilir ayarlaması gerekir.\n" +" NOT: Rol büyük küçük harf duyarlıdır!\n" +" " #: redbot/cogs/admin/admin.py:409 #, docstring diff --git a/redbot/cogs/alias/locales/hi-IN.po b/redbot/cogs/alias/locales/hi-IN.po new file mode 100644 index 000000000..e92aadbd4 --- /dev/null +++ b/redbot/cogs/alias/locales/hi-IN.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 8\n" +"Language: hi_IN\n" + +#: redbot/cogs/alias/alias.py:35 +#, 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:203 +msgid "Aliases:\n" +msgstr "" + +#: redbot/cogs/alias/alias.py:205 +msgid "\n\n" +"Page {page}/{total}" +msgstr "" + +#: redbot/cogs/alias/alias.py:215 +#, docstring +msgid "Manage command aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:220 +#, docstring +msgid "Manage global aliases." +msgstr "" + +#: redbot/cogs/alias/alias.py:227 +#, docstring +msgid "Add an alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:232 +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:243 +msgid "You attempted to create a new alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:254 +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:266 redbot/cogs/alias/alias.py:325 +msgid "You attempted to create a new alias for a command that doesn't exist." +msgstr "" + +#: redbot/cogs/alias/alias.py:280 +msgid "A new alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:286 +#, docstring +msgid "Add a global alias for a command." +msgstr "" + +#: redbot/cogs/alias/alias.py:291 +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:302 +msgid "You attempted to create a new global alias with the name {name} but that alias already exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:313 +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:336 +msgid "A new global alias with the trigger `{name}` has been created." +msgstr "" + +#: redbot/cogs/alias/alias.py:343 +#, docstring +msgid "Try to execute help for the base command of the alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:348 +msgid "No such alias exists." +msgstr "" + +#: redbot/cogs/alias/alias.py:352 +#, docstring +msgid "Show what command the alias executes." +msgstr "" + +#: redbot/cogs/alias/alias.py:357 +msgid "The `{alias_name}` alias will execute the command `{command}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:362 +msgid "There is no alias with the name `{name}`" +msgstr "" + +#: redbot/cogs/alias/alias.py:368 +#, docstring +msgid "Delete an existing alias on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 +msgid "There are no aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 +msgid "Alias with the name `{name}` was successfully deleted." +msgstr "" + +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 +msgid "Alias with name `{name}` was not found." +msgstr "" + +#: redbot/cogs/alias/alias.py:383 +#, docstring +msgid "Delete an existing global alias." +msgstr "" + +#: redbot/cogs/alias/alias.py:385 +msgid "There are no global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:399 +#, docstring +msgid "List the available aliases on this server." +msgstr "" + +#: redbot/cogs/alias/alias.py:408 +#, docstring +msgid "List the available global aliases on this bot." +msgstr "" + +#: redbot/cogs/alias/alias.py:411 +msgid "There are no global aliases." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:198 +msgid "Arguments must be specified with a number." +msgstr "" + +#: redbot/cogs/alias/alias_entry.py:205 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + diff --git a/redbot/cogs/audio/apis/locales/hi-IN.po b/redbot/cogs/audio/apis/locales/hi-IN.po new file mode 100644 index 000000000..77f82a397 --- /dev/null +++ b/redbot/cogs/audio/apis/locales/hi-IN.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 698\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/apis/interface.py:273 +#: redbot/cogs/audio/apis/interface.py:595 +msgid "Failing to get tracks, skipping remaining." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:304 +#: redbot/cogs/audio/apis/spotify.py:175 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:346 +msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:471 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:558 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:569 +msgid "Player timeout, skipping remaining tracks." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:661 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:669 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:670 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:676 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/apis/interface.py:687 +msgid "Nothing found.\n" +"The YouTube API key may be invalid or you may be rate limited on YouTube's search service.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:62 +msgid "Your YouTube Data API token is invalid.\n" +"Check the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." +msgstr "" + +#: redbot/cogs/audio/apis/youtube.py:74 +msgid "YouTube API error code: 403\n" +"Your YouTube API key may have reached the account's query limit for today. Please check for more information." +msgstr "" + diff --git a/redbot/cogs/audio/core/commands/locales/de-DE.po b/redbot/cogs/audio/core/commands/locales/de-DE.po index 1226d73c1..0ee5c3282 100644 --- a/redbot/cogs/audio/core/commands/locales/de-DE.po +++ b/redbot/cogs/audio/core/commands/locales/de-DE.po @@ -375,7 +375,7 @@ msgid "Set a playlist to auto-play songs from.\n\n" " ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" " ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" " " -msgstr "" +msgstr "Playlist für die Automatische Wiedergabe eisntellen.\\n\\n **Verwendung**:\\n ​ ​ ​ ​`[p]audioset autoplay name_ODER_id_der_playlist [args]`\\n\\n **Argumente**:\\n ​ ​ ​ ​ Optionale Argumente:\\n ​ ​ ​ ​ ​ ​ ​ ​ --scope \\n ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\\n ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Nur der Botbesitzer kann dieses Argument verwenden**\\n\\n **Scope** hat einen der folgenden Werte:\\n ​Global\\n ​ ​ ​ ​ Guild\\n ​ ​ ​ ​ User\\n\\n **Author** hat einen der folgenden Werte:\\n ​ ​ ​ ​ User ID\\n ​ ​ ​ ​ User Mention\\n User Name#123\\n\\n **Guild** hat einen der folgenden Werte:\\n Guild ID\\n Exact guild name\\n\\n Beispiel:\\n `[p]audioset autoplay MeineGuildPlaylist`\\n `[p]audioset autoplay MeineGlobalePlaylist --scope Global`\\n `[p]audioset autoplay MeinePersoenlichePlaylist --scope User --author Draper`\\n " #: redbot/cogs/audio/core/commands/audioset.py:497 #: redbot/cogs/audio/core/commands/playlists.py:104 @@ -686,7 +686,9 @@ msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" " Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" " input will turn the max length setting off.\n" " " -msgstr "" +msgstr "Maximale länge für einen Track in der Playlist in Sekunden, 0 um dies zu deaktivieren.\n\n" +" Akzeptiert Sekunden oder einen Wert Formatiert wie 00:00:00 (`hh:mm:ss`) oder 00:00 (`mm:ss`).\n" +" Ungültige Eingaben werden diese Einstellung ausschalten. " #: redbot/cogs/audio/core/commands/audioset.py:867 msgid "Invalid length" @@ -729,7 +731,9 @@ msgid "Toggle the domain restriction on Audio.\n\n" " When toggled on, users are restricted to YouTube, SoundCloud, Mixer, Vimeo, Twitch, and\n" " Bandcamp links.\n" " " -msgstr "" +msgstr "Schalte die Domain-Beschränkung auf Audio ein.\n\n" +" Wenn du ausgeschaltet bist, können Benutzer Lieder von nicht-kommerziellen Websites und Links abspielen.\n" +" Wenn du eingeschaltet bist, sind Benutzer auf YouTube, SoundCloud, Mixer, Vimeo, Twitch und Bandcamp-Links beschränkt. " #: redbot/cogs/audio/core/commands/audioset.py:928 msgid "Commercial links only: {true_or_false}." @@ -875,7 +879,7 @@ msgstr "Lokale Lavalink-Cache: [{lavalink_status}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1082 msgid "Global cache status: [{global_cache}]\n" -msgstr "" +msgstr "Globaler Cache-Status: [{global_cache}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1083 msgid "Global timeout: [{num_seconds}]\n" @@ -905,7 +909,7 @@ msgstr "Cog Version: [{version}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1104 msgid "Red-Lavalink: [{lavalink_version}]\n" -msgstr "" +msgstr "Red-Lavalink: [{lavalink_version}]\n" #: redbot/cogs/audio/core/commands/audioset.py:1105 msgid "External server: [{use_external_lavalink}]\n" @@ -963,7 +967,7 @@ msgstr "Miniaturansicht: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:1209 #, docstring msgid "Percentage needed for non-mods to skip tracks, 0 to disable." -msgstr "" +msgstr "Benötigte Stimmen in Prozent für Nicht-Mods, um Titel zu überspringen, 0 um zum Deaktivieren." #: redbot/cogs/audio/core/commands/audioset.py:1221 msgid "Voting disabled. All users can use queue management commands." @@ -992,7 +996,14 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n" "5. Accept the terms and conditions.\n" "6. Copy your client ID and your client secret into:\n" "`{prefix}set api spotify client_id client_secret `" -msgstr "" +msgstr "1. Gehen Sie zu Spotify-Entwicklern und loggen Sie sich mit Ihrem Spotify-Konto ein.\n" +"(https://developer.spotify.com/Dashboard/applications)\n" +"2. Klicken Sie auf \"Eine App erstellen\".\n" +"3. Füllen Sie das Formular aus, das mit Ihrem App-Namen, etc. bereitgestellt wird.\n" +"4. Wenn Sie gefragt werden, ob Sie kommerzielle Integration entwickeln, wählen Sie \"Nein\".\n" +"5. Akzeptieren Sie die Bedingungen und Bedingungen.\n" +"6. Kopiere deine Client-ID und dein Client-Geheimes in:\n" +"`{prefix}set api spotify client_id client_secret `" #: redbot/cogs/audio/core/commands/audioset.py:1274 #: redbot/cogs/audio/core/commands/audioset.py:1296 @@ -1098,7 +1109,9 @@ msgstr "deaktiviert" msgid "Set GET request timeout.\n\n" " Example: 0.1 = 100ms 1 = 1 second\n" " " -msgstr "" +msgstr "GET-Anfrage-Timeout.\n\n" +" Beispiel: 0.1 = 100ms 1 = 1 Sekunde\n" +" " #: redbot/cogs/audio/core/commands/audioset.py:1448 msgid "Request timeout set to {time} second(s)" @@ -1118,7 +1131,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:1473 #, docstring msgid "Restarts the lavalink connection." -msgstr "" +msgstr "Startet die lavalink-Verbindung neu." #: redbot/cogs/audio/core/commands/audioset.py:1483 msgid "Restarting Lavalink" @@ -1325,7 +1338,8 @@ msgstr "Titel wird wiederholt" msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" " Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" " " -msgstr "" +msgstr "Spule um Sekunden oder zu einer bestimmten Zeit vorwärts oder rückwärts.\n\n" +" Akzeptiert Sekunden oder einen Wert, der wie 00:00:00 (`hh:mm:ss`) oder 00:00 (`mm:ss`) formatiert ist. " #: redbot/cogs/audio/core/commands/controller.py:318 #: redbot/cogs/audio/core/commands/controller.py:325 @@ -1701,7 +1715,7 @@ msgstr "Setzen Sie den Equalizer für alle Bands auf 0 zurück." #: redbot/cogs/audio/core/commands/equalizer.py:201 msgid "Unable To Modify Preset" -msgstr "" +msgstr "Kann Preset nicht ändern" #: redbot/cogs/audio/core/commands/equalizer.py:202 msgid "You need the DJ role to reset the equalizer." @@ -1720,7 +1734,7 @@ msgstr "Speichern Sie die aktuellen EQ-Einstellungen in einer Voreinstellung." #: redbot/cogs/audio/core/commands/equalizer.py:253 #: redbot/cogs/audio/core/commands/equalizer.py:268 msgid "Unable To Save Preset" -msgstr "" +msgstr "Voreinstellung kann nicht gespeichert werden" #: redbot/cogs/audio/core/commands/equalizer.py:236 msgid "You need the DJ role to save equalizer presets." @@ -1758,7 +1772,12 @@ msgid "Set an eq band with a band number or name and value.\n\n" " 6.3k, 10k, and 16k Hz.\n" " Setting a band value to -0.25 nullifies it while +0.25 is double.\n" " " -msgstr "" +msgstr "Lege einen EQ-Regler mit einer Reglernummer oder einem Namen und Wert fest.\n\n" +" Regler Positionen sind 1-15 und Werte haben einen Bereich von -0.25 bis 1.0.\n" +" Reglernamen sind 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k und 16k Hz.\n" +" Einen Reglerwert auf -0.25 setzen hebt diesen auf, während +0.25 verdoppelt.\n" +" " #: redbot/cogs/audio/core/commands/equalizer.py:323 msgid "Unable To Set Preset" @@ -1770,7 +1789,7 @@ msgstr "Du benötigst die DJ-Rolle, um Equalizer-Voreinstellungen zu speichern." #: redbot/cogs/audio/core/commands/equalizer.py:363 msgid "Invalid Band" -msgstr "" +msgstr "Ungültiges Band" #: redbot/cogs/audio/core/commands/equalizer.py:364 msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." @@ -1840,17 +1859,17 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:185 #: redbot/cogs/audio/core/commands/llset.py:210 msgid "Please reload Audio (`{prefix}reload audio`)." -msgstr "" +msgstr "Bitte laden Sie Audio neu (`{prefix}reload audio`)." #: redbot/cogs/audio/core/commands/llset.py:93 #, docstring msgid "Toggle using external Lavalink servers." -msgstr "" +msgstr "Schalte Benutzung von externem Lavalink Server um." #: redbot/cogs/audio/core/commands/llset.py:100 #: redbot/cogs/audio/core/commands/llset.py:126 msgid "External Lavalink server: {true_or_false}." -msgstr "" +msgstr "Externer Lavalink Server: {true_or_false}." #: redbot/cogs/audio/core/commands/llset.py:113 msgid "External Lavalink server: {true_or_false}\n" @@ -1860,13 +1879,13 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:143 #, docstring msgid "Set the Lavalink server host." -msgstr "" +msgstr "Lege den Lavalink Server Host fest." #: redbot/cogs/audio/core/commands/llset.py:147 #: redbot/cogs/audio/core/commands/llset.py:171 #: redbot/cogs/audio/core/commands/llset.py:196 msgid "External Lavalink server set to True." -msgstr "" +msgstr "Externer Lavalink Server gesetzt auf Wahr." #: redbot/cogs/audio/core/commands/llset.py:151 msgid "Host set to {host}." @@ -1884,7 +1903,7 @@ msgstr "Server Passwort auf {password} gesetzt." #: redbot/cogs/audio/core/commands/llset.py:192 #, docstring msgid "Set the Lavalink websocket server port." -msgstr "" +msgstr "Lege den Lavalink Websocket Server Port fest." #: redbot/cogs/audio/core/commands/llset.py:200 msgid "Websocket port set to {port}." @@ -1897,19 +1916,19 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:223 msgid "Connection Settings" -msgstr "" +msgstr "Verbindungseinstellungen" #: redbot/cogs/audio/core/commands/llset.py:224 msgid "Host: [{host}]\n" -msgstr "" +msgstr "Host: [{host}]\n" #: redbot/cogs/audio/core/commands/llset.py:225 msgid "WS Port: [{port}]\n" -msgstr "" +msgstr "WS Port: [{port}]\n" #: redbot/cogs/audio/core/commands/llset.py:227 msgid "Rest Port: [{port}]\n" -msgstr "" +msgstr "Rest Port: [{port}]\n" #: redbot/cogs/audio/core/commands/llset.py:228 msgid "Password: [{password}]\n" @@ -2110,7 +2129,8 @@ msgstr "Der Besitzer muss die Spotify client ID und Spotify client secret festle #: redbot/cogs/audio/core/commands/player.py:423 msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" "See `{prefix}audioset youtubeapi` for instructions." -msgstr "" +msgstr "Der Besitzer muss der YouTube API schlüssel festlegen, bevor Spotify URLs oder Codes verwendet werden können. \n" +"Siehe `{prefix}audioset youtubeapi` für eine Anleitung." #: redbot/cogs/audio/core/commands/player.py:481 msgid "You must be in the voice channel to use the genre command." @@ -2172,7 +2192,7 @@ msgstr "Tracks können nicht abgerufen werden" #: redbot/cogs/audio/core/commands/player.py:893 #: redbot/cogs/audio/core/commands/playlists.py:1927 msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "Ich bin momentan nicht in der Lage, einen Track von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut." #: redbot/cogs/audio/core/commands/player.py:632 msgid "Auto play started." @@ -2225,7 +2245,7 @@ msgstr "suche" #: redbot/cogs/audio/core/commands/player.py:869 msgid "{time} until start of {type} playback: starts at #{position} in queue" -msgstr "" +msgstr "{time} bis zum Start der {type} Wiedergabe: startet an #{position} in der Warteschlange" #: redbot/cogs/audio/core/commands/playlists.py:44 #, docstring @@ -2317,7 +2337,7 @@ msgstr "{track} wurde an {playlist} (`{id}`) [**{scope} **] angehängt." #: redbot/cogs/audio/core/commands/playlists.py:199 msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{num} Tracks angehängt an {playlist} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:204 msgid "\n" diff --git a/redbot/cogs/audio/core/commands/locales/hi-IN.po b/redbot/cogs/audio/core/commands/locales/hi-IN.po new file mode 100644 index 000000000..c78816449 --- /dev/null +++ b/redbot/cogs/audio/core/commands/locales/hi-IN.po @@ -0,0 +1,3023 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-14 15:51+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 676\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/commands/audioset.py:36 +#, docstring +msgid "Music configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:41 +#, docstring +msgid "Manages the keyword whitelist and blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:46 +#, docstring +msgid "Manages the global keyword whitelist/blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:50 +#, docstring +msgid "Manages the global keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:56 +#: redbot/cogs/audio/core/commands/audioset.py:246 +#, docstring +msgid "Adds a keyword to the whitelist.\n\n" +" If anything is added to whitelist, it will blacklist everything else.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:70 +#: redbot/cogs/audio/core/commands/audioset.py:135 +#: redbot/cogs/audio/core/commands/audioset.py:260 +#: redbot/cogs/audio/core/commands/audioset.py:325 +msgid "Keyword already in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:74 +#: redbot/cogs/audio/core/commands/audioset.py:116 +#: redbot/cogs/audio/core/commands/audioset.py:139 +#: redbot/cogs/audio/core/commands/audioset.py:264 +#: redbot/cogs/audio/core/commands/audioset.py:306 +#: redbot/cogs/audio/core/commands/audioset.py:329 +msgid "Whitelist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:75 +#: redbot/cogs/audio/core/commands/audioset.py:265 +msgid "Added `{whitelisted}` to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:83 +#: redbot/cogs/audio/core/commands/audioset.py:273 +#, docstring +msgid "List all keywords added to the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:86 +#: redbot/cogs/audio/core/commands/audioset.py:112 +#: redbot/cogs/audio/core/commands/audioset.py:276 +#: redbot/cogs/audio/core/commands/audioset.py:302 +msgid "Nothing in the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:102 +msgid "Global Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:109 +#: redbot/cogs/audio/core/commands/audioset.py:299 +#, docstring +msgid "Clear all keywords from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:117 +#: redbot/cogs/audio/core/commands/audioset.py:307 +msgid "All entries have been removed from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:124 +#: redbot/cogs/audio/core/commands/audioset.py:314 +#, docstring +msgid "Removes a keyword from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:140 +#: redbot/cogs/audio/core/commands/audioset.py:330 +msgid "Removed `{whitelisted}` from the whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:147 +#, docstring +msgid "Manages the global keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:153 +#: redbot/cogs/audio/core/commands/audioset.py:342 +#, docstring +msgid "Adds a keyword to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:164 +#: redbot/cogs/audio/core/commands/audioset.py:353 +msgid "Keyword already in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:168 +#: redbot/cogs/audio/core/commands/audioset.py:210 +#: redbot/cogs/audio/core/commands/audioset.py:233 +#: redbot/cogs/audio/core/commands/audioset.py:357 +#: redbot/cogs/audio/core/commands/audioset.py:399 +#: redbot/cogs/audio/core/commands/audioset.py:422 +msgid "Blacklist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:169 +#: redbot/cogs/audio/core/commands/audioset.py:358 +msgid "Added `{blacklisted}` to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:177 +#: redbot/cogs/audio/core/commands/audioset.py:366 +#, docstring +msgid "List all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:180 +#: redbot/cogs/audio/core/commands/audioset.py:206 +#: redbot/cogs/audio/core/commands/audioset.py:369 +#: redbot/cogs/audio/core/commands/audioset.py:395 +msgid "Nothing in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:196 +msgid "Global Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:203 +#: redbot/cogs/audio/core/commands/audioset.py:392 +#, docstring +msgid "Clear all keywords added to the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:211 +#: redbot/cogs/audio/core/commands/audioset.py:400 +msgid "All entries have been removed from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:218 +#: redbot/cogs/audio/core/commands/audioset.py:407 +#, docstring +msgid "Removes a keyword from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:229 +#: redbot/cogs/audio/core/commands/audioset.py:418 +msgid "Keyword is not in the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:234 +#: redbot/cogs/audio/core/commands/audioset.py:423 +msgid "Removed `{blacklisted}` from the blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:242 +#, docstring +msgid "Manages the keyword whitelist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:292 +msgid "Whitelist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:338 +#, docstring +msgid "Manages the keyword blacklist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:385 +msgid "Blacklist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:432 +#, docstring +msgid "Change auto-play setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:436 +#, docstring +msgid "Toggle auto-play when there no songs in queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:440 +msgid "Auto-play when queue ends: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:585 +#: redbot/cogs/audio/core/commands/audioset.py:606 +#: redbot/cogs/audio/core/commands/audioset.py:623 +#: redbot/cogs/audio/core/commands/audioset.py:671 +#: redbot/cogs/audio/core/commands/audioset.py:746 +#: redbot/cogs/audio/core/commands/audioset.py:894 +#: redbot/cogs/audio/core/commands/audioset.py:909 +#: redbot/cogs/audio/core/commands/audioset.py:929 +#: redbot/cogs/audio/core/commands/audioset.py:971 +#: redbot/cogs/audio/core/commands/audioset.py:972 +#: redbot/cogs/audio/core/commands/audioset.py:973 +#: redbot/cogs/audio/core/commands/audioset.py:974 +#: redbot/cogs/audio/core/commands/audioset.py:975 +#: redbot/cogs/audio/core/commands/audioset.py:976 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:991 +#: redbot/cogs/audio/core/commands/audioset.py:993 +#: redbot/cogs/audio/core/commands/audioset.py:1035 +#: redbot/cogs/audio/core/commands/audioset.py:1042 +#: redbot/cogs/audio/core/commands/audioset.py:1086 +#: redbot/cogs/audio/core/commands/audioset.py:1087 +#: redbot/cogs/audio/core/commands/audioset.py:1088 +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1109 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1346 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1391 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1466 +#: redbot/cogs/audio/core/commands/controller.py:415 +#: redbot/cogs/audio/core/commands/controller.py:458 +#: redbot/cogs/audio/core/commands/controller.py:749 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:441 +#: redbot/cogs/audio/core/commands/audioset.py:585 +#: redbot/cogs/audio/core/commands/audioset.py:606 +#: redbot/cogs/audio/core/commands/audioset.py:623 +#: redbot/cogs/audio/core/commands/audioset.py:671 +#: redbot/cogs/audio/core/commands/audioset.py:746 +#: redbot/cogs/audio/core/commands/audioset.py:894 +#: redbot/cogs/audio/core/commands/audioset.py:909 +#: redbot/cogs/audio/core/commands/audioset.py:929 +#: redbot/cogs/audio/core/commands/audioset.py:971 +#: redbot/cogs/audio/core/commands/audioset.py:972 +#: redbot/cogs/audio/core/commands/audioset.py:973 +#: redbot/cogs/audio/core/commands/audioset.py:974 +#: redbot/cogs/audio/core/commands/audioset.py:975 +#: redbot/cogs/audio/core/commands/audioset.py:976 +#: redbot/cogs/audio/core/commands/audioset.py:977 +#: redbot/cogs/audio/core/commands/audioset.py:991 +#: redbot/cogs/audio/core/commands/audioset.py:993 +#: redbot/cogs/audio/core/commands/audioset.py:1035 +#: redbot/cogs/audio/core/commands/audioset.py:1042 +#: redbot/cogs/audio/core/commands/audioset.py:1086 +#: redbot/cogs/audio/core/commands/audioset.py:1087 +#: redbot/cogs/audio/core/commands/audioset.py:1088 +#: redbot/cogs/audio/core/commands/audioset.py:1089 +#: redbot/cogs/audio/core/commands/audioset.py:1111 +#: redbot/cogs/audio/core/commands/audioset.py:1186 +#: redbot/cogs/audio/core/commands/audioset.py:1201 +#: redbot/cogs/audio/core/commands/audioset.py:1346 +#: redbot/cogs/audio/core/commands/audioset.py:1347 +#: redbot/cogs/audio/core/commands/audioset.py:1348 +#: redbot/cogs/audio/core/commands/audioset.py:1391 +#: redbot/cogs/audio/core/commands/audioset.py:1392 +#: redbot/cogs/audio/core/commands/audioset.py:1393 +#: redbot/cogs/audio/core/commands/audioset.py:1466 +#: redbot/cogs/audio/core/commands/controller.py:415 +#: redbot/cogs/audio/core/commands/controller.py:458 +#: redbot/cogs/audio/core/commands/controller.py:749 +#: redbot/cogs/audio/core/commands/llset.py:101 +#: redbot/cogs/audio/core/commands/llset.py:118 +#: redbot/cogs/audio/core/commands/llset.py:127 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:445 +msgid "\n" +"Repeat has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:448 +msgid "\n" +"Auto-disconnecting at queue end has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:451 +#: redbot/cogs/audio/core/commands/audioset.py:546 +#: redbot/cogs/audio/core/commands/audioset.py:565 +#: redbot/cogs/audio/core/commands/audioset.py:583 +#: redbot/cogs/audio/core/commands/audioset.py:604 +#: redbot/cogs/audio/core/commands/audioset.py:631 +#: redbot/cogs/audio/core/commands/audioset.py:669 +#: redbot/cogs/audio/core/commands/audioset.py:692 +#: redbot/cogs/audio/core/commands/audioset.py:698 +#: redbot/cogs/audio/core/commands/audioset.py:721 +#: redbot/cogs/audio/core/commands/audioset.py:727 +#: redbot/cogs/audio/core/commands/audioset.py:744 +#: redbot/cogs/audio/core/commands/audioset.py:762 +#: redbot/cogs/audio/core/commands/audioset.py:768 +#: redbot/cogs/audio/core/commands/audioset.py:791 +#: redbot/cogs/audio/core/commands/audioset.py:848 +#: redbot/cogs/audio/core/commands/audioset.py:871 +#: redbot/cogs/audio/core/commands/audioset.py:876 +#: redbot/cogs/audio/core/commands/audioset.py:892 +#: redbot/cogs/audio/core/commands/audioset.py:907 +#: redbot/cogs/audio/core/commands/audioset.py:927 +#: redbot/cogs/audio/core/commands/audioset.py:1184 +#: redbot/cogs/audio/core/commands/audioset.py:1199 +#: redbot/cogs/audio/core/commands/audioset.py:1220 +#: redbot/cogs/audio/core/commands/audioset.py:1227 +#: redbot/cogs/audio/core/commands/audioset.py:1287 +#: redbot/cogs/audio/core/commands/audioset.py:1309 +#: redbot/cogs/audio/core/commands/audioset.py:1417 +#: redbot/cogs/audio/core/commands/audioset.py:1464 +#: redbot/cogs/audio/core/commands/controller.py:413 +#: redbot/cogs/audio/core/commands/controller.py:456 +#: redbot/cogs/audio/core/commands/controller.py:756 +#: redbot/cogs/audio/core/commands/llset.py:99 +#: redbot/cogs/audio/core/commands/llset.py:125 +#: redbot/cogs/audio/core/commands/llset.py:150 +#: redbot/cogs/audio/core/commands/llset.py:174 +#: redbot/cogs/audio/core/commands/llset.py:199 +msgid "Setting Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:464 +#, docstring +msgid "Set a playlist to auto-play songs from.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:497 +#: redbot/cogs/audio/core/commands/playlists.py:104 +#: redbot/cogs/audio/core/commands/playlists.py:266 +#: redbot/cogs/audio/core/commands/playlists.py:395 +#: redbot/cogs/audio/core/commands/playlists.py:474 +#: redbot/cogs/audio/core/commands/playlists.py:564 +#: redbot/cogs/audio/core/commands/playlists.py:699 +#: redbot/cogs/audio/core/commands/playlists.py:832 +#: redbot/cogs/audio/core/commands/playlists.py:955 +#: redbot/cogs/audio/core/commands/playlists.py:1111 +#: redbot/cogs/audio/core/commands/playlists.py:1221 +#: redbot/cogs/audio/core/commands/playlists.py:1339 +#: redbot/cogs/audio/core/commands/playlists.py:1465 +#: redbot/cogs/audio/core/commands/playlists.py:1646 +#: redbot/cogs/audio/core/commands/playlists.py:1815 +#: redbot/cogs/audio/core/commands/playlists.py:1981 +msgid "Playlists Are Not Available" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:498 +#: redbot/cogs/audio/core/commands/playlists.py:105 +#: redbot/cogs/audio/core/commands/playlists.py:267 +#: redbot/cogs/audio/core/commands/playlists.py:396 +#: redbot/cogs/audio/core/commands/playlists.py:475 +#: redbot/cogs/audio/core/commands/playlists.py:565 +#: redbot/cogs/audio/core/commands/playlists.py:700 +#: redbot/cogs/audio/core/commands/playlists.py:833 +#: redbot/cogs/audio/core/commands/playlists.py:956 +#: redbot/cogs/audio/core/commands/playlists.py:1112 +#: redbot/cogs/audio/core/commands/playlists.py:1222 +#: redbot/cogs/audio/core/commands/playlists.py:1340 +#: redbot/cogs/audio/core/commands/playlists.py:1466 +#: redbot/cogs/audio/core/commands/playlists.py:1647 +#: redbot/cogs/audio/core/commands/playlists.py:1816 +#: redbot/cogs/audio/core/commands/playlists.py:1982 +msgid "The playlist section of Audio is currently unavailable" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:501 +#: redbot/cogs/audio/core/commands/playlists.py:106 +#: redbot/cogs/audio/core/commands/playlists.py:270 +#: redbot/cogs/audio/core/commands/playlists.py:399 +#: redbot/cogs/audio/core/commands/playlists.py:478 +#: redbot/cogs/audio/core/commands/playlists.py:568 +#: redbot/cogs/audio/core/commands/playlists.py:703 +#: redbot/cogs/audio/core/commands/playlists.py:836 +#: redbot/cogs/audio/core/commands/playlists.py:959 +#: redbot/cogs/audio/core/commands/playlists.py:1115 +#: redbot/cogs/audio/core/commands/playlists.py:1225 +#: redbot/cogs/audio/core/commands/playlists.py:1343 +#: redbot/cogs/audio/core/commands/playlists.py:1469 +#: redbot/cogs/audio/core/commands/playlists.py:1650 +#: redbot/cogs/audio/core/commands/playlists.py:1819 +#: redbot/cogs/audio/core/commands/playlists.py:1985 +msgid "Check your logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:516 +#: redbot/cogs/audio/core/commands/audioset.py:532 +msgid "No Playlist Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:517 +#: redbot/cogs/audio/core/commands/playlists.py:124 +#: redbot/cogs/audio/core/commands/playlists.py:1498 +msgid "Could not match '{arg}' to a playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:524 +msgid "No Tracks Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:525 +msgid "Playlist {name} has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:533 +#: redbot/cogs/audio/core/commands/playlists.py:1587 +#: redbot/cogs/audio/core/commands/playlists.py:1698 +msgid "Playlist {id} does not exist in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:540 +#: redbot/cogs/audio/core/commands/playlists.py:1016 +#: redbot/cogs/audio/core/commands/playlists.py:1595 +#: redbot/cogs/audio/core/commands/playlists.py:1705 +msgid "Missing Arguments" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:541 +#: redbot/cogs/audio/core/commands/playlists.py:1017 +#: redbot/cogs/audio/core/commands/playlists.py:1596 +#: redbot/cogs/audio/core/commands/playlists.py:1706 +msgid "You need to specify the Guild ID for the guild to lookup." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:547 +msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:560 +#, docstring +msgid "Resets auto-play to the default playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:566 +msgid "Set auto-play playlist to play recently played tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:572 +#, docstring +msgid "Toggle global daily queues.\n\n" +" Global daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:584 +msgid "Global daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:593 +#, docstring +msgid "Toggle daily queues.\n\n" +" Daily queues creates a playlist for all tracks played today.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:605 +msgid "Daily queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:614 +#, docstring +msgid "Toggle the bot auto-disconnecting when done playing.\n\n" +" This setting takes precedence over `[p]audioset emptydisconnect`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:622 +msgid "Auto-disconnection at queue end: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:626 +#: redbot/cogs/audio/core/commands/controller.py:753 +msgid "\n" +"Auto-play has been disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:637 +#, docstring +msgid "Toggle DJ mode.\n\n" +" DJ mode allows users with the DJ role to use audio commands.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:648 +msgid "Missing DJ Role" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:649 +msgid "Please set a role to use with DJ mode. Enter the role name or ID now." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:660 +msgid "Response timed out, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:670 +msgid "DJ role: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:679 +#, docstring +msgid "Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.\n\n" +" `[p]audioset dc` takes precedence over this setting.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#: redbot/cogs/audio/core/commands/audioset.py:714 +#: redbot/cogs/audio/core/commands/audioset.py:1212 +msgid "Invalid Time" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:685 +#: redbot/cogs/audio/core/commands/audioset.py:714 +#: redbot/cogs/audio/core/commands/audioset.py:1212 +msgid "Seconds can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:692 +msgid "Empty disconnect disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:699 +msgid "Empty disconnect timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:711 +#, docstring +msgid "Auto-pause after x seconds when room is empty, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:721 +msgid "Empty pause disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:728 +msgid "Empty pause timer set to {num_seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:739 +#, docstring +msgid "Prioritise tracks with lyrics." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:745 +msgid "Prefer tracks with lyrics: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:754 +#, docstring +msgid "Set a price for queueing tracks for non-mods, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:757 +msgid "Invalid Price" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:757 +msgid "Price can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:762 +msgid "Jukebox mode disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:769 +msgid "Track queueing command price set to {price} {currency}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:781 +#, docstring +msgid "Set the localtracks path if the Lavalink.jar is not run from the Audio data folder.\n\n" +" Leave the path blank to reset the path to the default, the Audio data directory.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:792 +msgid "The localtracks path location has been reset to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:797 +msgid "This setting is only for bot owners to set a localtracks folder location In the example below, the full path for 'ParentDirectory' must be passed to this command.\n" +"```\n" +"ParentDirectory\n" +" |__ localtracks (folder)\n" +" | |__ Awesome Album Name (folder)\n" +" | |__01 Cool Song.mp3\n" +" | |__02 Groovy Song.mp3\n" +"```\n" +"The folder path given to this command must contain the localtracks folder.\n" +"**This folder and files need to be visible to the user where `Lavalink.jar` is being run from.**\n" +"Use this command with no path given to reset it to the default, the Audio data directory for this bot.\n" +"Do you want to continue to set the provided path for local tracks?" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:829 +msgid "Invalid Path" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:830 +msgid "{local_path} does not seem like a valid path." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:836 +msgid "`{localtracks}` does not exist. The path will still be saved, but please check the path and create a localtracks folder in `{localfolder}` before attempting to play local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:842 +#: redbot/cogs/audio/core/commands/llset.py:34 +#: redbot/cogs/audio/core/commands/llset.py:53 +#: redbot/cogs/audio/core/commands/player.py:412 +#: redbot/cogs/audio/core/commands/player.py:422 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:849 +msgid "The localtracks path location has been set to {localpath}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:858 +#, docstring +msgid "Max length of a track to queue in seconds, 0 to disable.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`). Invalid\n" +" input will turn the max length setting off.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:867 +msgid "Invalid length" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:867 +msgid "Length can't be less than zero." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:871 +msgid "Track max length disabled." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:877 +msgid "Track max length set to {seconds}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:887 +#, docstring +msgid "Toggle track announcement and other bot messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:893 +msgid "Notify mode: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:902 +#, docstring +msgid "Toggle whether the bot will be auto deafened upon joining the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:908 +msgid "Auto Deafen: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:917 +#, docstring +msgid "Toggle the domain restriction on Audio.\n\n" +" When toggled off, users will be able to play songs from non-commercial websites and links.\n" +" When toggled on, users are restricted to YouTube, SoundCloud, Mixer, Vimeo, Twitch, and\n" +" Bandcamp links.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:928 +msgid "Commercial links only: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:937 +#, docstring +msgid "Set the role to use for DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:946 +msgid "Settings Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:947 +msgid "DJ role set to: {role.name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:953 +#, docstring +msgid "Show the current settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:990 +msgid "Server Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:991 +msgid "Auto-disconnect: [{dc}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:992 +msgid "Auto-play: [{autoplay}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:996 +msgid "Disconnect timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1000 +msgid "Auto Pause timer: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1004 +msgid "DJ Role: [{role.name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1006 +msgid "Jukebox: [{jukebox_name}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1007 +msgid "Command price: [{jukebox_price}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1011 +msgid "Max track length: [{tracklength}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1014 +msgid "Repeat: [{repeat}]\n" +"Shuffle: [{shuffle}]\n" +"Shuffle bumped: [{bumpped_shuffle}]\n" +"Song notify msgs: [{notify}]\n" +"Songs as status: [{status}]\n" +"Persist queue: [{persist_queue}]\n" +"Spotify search: [{countrycode}]\n" +"Auto-Deafen: [{auto_deafen}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1034 +msgid "Thumbnails: [{0}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1038 +msgid "Vote skip: [{vote_enabled}]\n" +"Skip percentage: [{vote_percent}%]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1051 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1053 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1055 +#: redbot/cogs/audio/core/commands/playlists.py:1025 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1057 +#: redbot/cogs/audio/core/commands/audioset.py:1058 +#: redbot/cogs/audio/core/commands/audioset.py:1059 +msgid "Cached" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1061 +#: redbot/cogs/audio/core/commands/audioset.py:1062 +#: redbot/cogs/audio/core/commands/audioset.py:1063 +msgid "US Top 100" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1066 +msgid "Auto-play Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1068 +msgid "Playlist name: [{pname}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1069 +msgid "Playlist ID: [{pid}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1070 +msgid "Playlist scope: [{pscope}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1076 +#: redbot/cogs/audio/core/commands/audioset.py:1351 +#: redbot/cogs/audio/core/commands/audioset.py:1396 +msgid "Cache Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1078 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1079 +msgid "Local Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1080 +msgid "Local Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1081 +msgid "Local Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1082 +msgid "Global cache status: [{global_cache}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1083 +msgid "Global timeout: [{num_seconds}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1085 +#: redbot/cogs/audio/core/commands/audioset.py:1345 +#: redbot/cogs/audio/core/commands/audioset.py:1390 +msgid "days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1094 +msgid "User Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1096 +msgid "Spotify search: [{country_code}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1101 +msgid "Lavalink Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1103 +msgid "Cog version: [{version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1104 +msgid "Red-Lavalink: [{lavalink_version}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1105 +msgid "External server: [{use_external_lavalink}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1114 +msgid "Lavalink build: [{llbuild}]\n" +"Lavalink branch: [{llbranch}]\n" +"Release date: [{build_time}]\n" +"Lavaplayer version: [{lavaplayer}]\n" +"Java version: [{jvm}]\n" +"Java Executable: [{jv_exec}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1130 +msgid "Localtracks path: [{localpath}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1139 +#, docstring +msgid "Sends the Lavalink server logs to your DMs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1146 +#: redbot/cogs/audio/core/commands/audioset.py:1148 +msgid "No logs found in your data folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1160 +msgid "Logs are too large, you can find them in {path}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1170 +msgid "I need to be able to DM you to send you the logs." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1179 +#, docstring +msgid "Enable/disable tracks' titles as status." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1185 +msgid "Song titles as status: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1194 +#, docstring +msgid "Toggle displaying a thumbnail on audio messages." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1200 +msgid "Thumbnail display: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1209 +#, docstring +msgid "Percentage needed for non-mods to skip tracks, 0 to disable." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1221 +msgid "Voting disabled. All users can use queue management commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1228 +msgid "Vote percentage set to {percent}%." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1237 +#, docstring +msgid "Instructions to set the YouTube API key." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1256 +#, docstring +msgid "Instructions to set the Spotify API tokens." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1257 +msgid "1. Go to Spotify developers and log in with your Spotify account.\n" +"(https://developer.spotify.com/dashboard/applications)\n" +"2. Click \"Create An App\".\n" +"3. Fill out the form provided with your app name, etc.\n" +"4. When asked if you're developing commercial integration select \"No\".\n" +"5. Accept the terms and conditions.\n" +"6. Copy your client ID and your client secret into:\n" +"`{prefix}set api spotify client_id client_secret `" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1274 +#: redbot/cogs/audio/core/commands/audioset.py:1296 +#, docstring +msgid "Set the country code for Spotify searches." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1278 +#: redbot/cogs/audio/core/commands/audioset.py:1300 +msgid "Invalid Country Code" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1279 +#: redbot/cogs/audio/core/commands/audioset.py:1301 +msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1288 +#: redbot/cogs/audio/core/commands/audioset.py:1310 +msgid "Country Code set to {country}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1318 +#, docstring +msgid "Sets the caching level.\n\n" +" Level can be one of the following:\n\n" +" 0: Disables all caching\n" +" 1: Enables Spotify Cache\n" +" 2: Enables YouTube Cache\n" +" 3: Enables Lavalink Cache\n" +" 5: Enables all Caches\n\n" +" If you wish to disable a specific cache use a negative number.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1340 +#: redbot/cogs/audio/core/commands/audioset.py:1385 +msgid "Max age: [{max_age}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1341 +#: redbot/cogs/audio/core/commands/audioset.py:1386 +msgid "Spotify cache: [{spotify_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1342 +#: redbot/cogs/audio/core/commands/audioset.py:1387 +msgid "Youtube cache: [{youtube_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1343 +#: redbot/cogs/audio/core/commands/audioset.py:1388 +msgid "Lavalink cache: [{lavalink_status}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1403 +#, docstring +msgid "Sets the cache max age.\n\n" +" This commands allows you to set the max number of days before an entry in the cache becomes\n" +" invalid.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1410 +msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1415 +msgid "I've set the cache age to {age} days" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1422 +#, docstring +msgid "Change globalapi settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1426 +#, docstring +msgid "Toggle the server settings.\n\n" +" Default is OFF\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1435 +msgid "Global DB is {status}" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1435 +msgid "enabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1435 +msgid "disabled" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1442 +#, docstring +msgid "Set GET request timeout.\n\n" +" Example: 0.1 = 100ms 1 = 1 second\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1448 +msgid "Request timeout set to {time} second(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1453 +#, docstring +msgid "Toggle persistent queues.\n\n" +" Persistent queues allows the current queue to be restored when the queue closes.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1465 +msgid "Persisting queues: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1473 +#, docstring +msgid "Restarts the lavalink connection." +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1483 +msgid "Restarting Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/audioset.py:1484 +msgid "It can take a couple of minutes for Lavalink to fully start up." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:32 +#, docstring +msgid "Disconnect from the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:34 +#: redbot/cogs/audio/core/commands/controller.py:84 +#: redbot/cogs/audio/core/commands/controller.py:200 +#: redbot/cogs/audio/core/commands/controller.py:217 +#: redbot/cogs/audio/core/commands/controller.py:231 +#: redbot/cogs/audio/core/commands/controller.py:239 +#: redbot/cogs/audio/core/commands/controller.py:313 +#: redbot/cogs/audio/core/commands/controller.py:379 +#: redbot/cogs/audio/core/commands/controller.py:470 +#: redbot/cogs/audio/core/commands/controller.py:480 +#: redbot/cogs/audio/core/commands/controller.py:564 +#: redbot/cogs/audio/core/commands/controller.py:684 +#: redbot/cogs/audio/core/commands/controller.py:715 +#: redbot/cogs/audio/core/commands/controller.py:770 +#: redbot/cogs/audio/core/commands/controller.py:846 +#: redbot/cogs/audio/core/commands/equalizer.py:39 +#: redbot/cogs/audio/core/commands/equalizer.py:164 +#: redbot/cogs/audio/core/commands/equalizer.py:194 +#: redbot/cogs/audio/core/commands/equalizer.py:227 +#: redbot/cogs/audio/core/commands/equalizer.py:315 +#: redbot/cogs/audio/core/commands/miscellaneous.py:64 +#: redbot/cogs/audio/core/commands/miscellaneous.py:95 +#: redbot/cogs/audio/core/commands/playlists.py:1142 +msgid "Nothing playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:49 +#: redbot/cogs/audio/core/commands/controller.py:55 +msgid "Unable To Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:50 +#: redbot/cogs/audio/core/commands/controller.py:258 +#: redbot/cogs/audio/core/commands/controller.py:326 +#: redbot/cogs/audio/core/commands/controller.py:578 +msgid "There are other people listening - vote to skip instead." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:56 +#: redbot/cogs/audio/core/commands/controller.py:62 +msgid "You need the DJ role to disconnect." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:61 +msgid "Unable to Disconnect" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:65 +msgid "Disconnecting..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:82 +#, docstring +msgid "Now playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:105 +#: redbot/cogs/audio/core/commands/queue.py:77 +msgid "\n" +" Requested by: **{track.requester}**" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:108 +msgid "Nothing." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:113 +#: redbot/cogs/audio/core/commands/queue.py:79 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:123 +#: redbot/cogs/audio/core/commands/queue.py:89 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:129 +#: redbot/cogs/audio/core/commands/queue.py:95 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:135 +#: redbot/cogs/audio/core/commands/queue.py:101 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:195 +#, docstring +msgid "Pause or resume a playing track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:206 +#: redbot/cogs/audio/core/commands/controller.py:212 +msgid "Unable To Manage Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:207 +msgid "You must be in the voice channel to pause or resume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:213 +msgid "You need the DJ role to pause or resume tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:224 +msgid "Track Paused" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:228 +msgid "Track Resumed" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:237 +#, docstring +msgid "Skip to the start of the previously played track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:251 +#: redbot/cogs/audio/core/commands/controller.py:257 +#: redbot/cogs/audio/core/commands/controller.py:263 +#: redbot/cogs/audio/core/commands/controller.py:476 +#: redbot/cogs/audio/core/commands/controller.py:491 +#: redbot/cogs/audio/core/commands/controller.py:504 +#: redbot/cogs/audio/core/commands/controller.py:513 +msgid "Unable To Skip Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:252 +msgid "You must be in the voice channel to skip the track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:264 +msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:272 +#: redbot/cogs/audio/core/commands/player.py:49 +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:60 +#: redbot/cogs/audio/core/commands/player.py:78 +#: redbot/cogs/audio/core/commands/player.py:88 +#: redbot/cogs/audio/core/commands/player.py:94 +#: redbot/cogs/audio/core/commands/player.py:105 +#: redbot/cogs/audio/core/commands/player.py:111 +#: redbot/cogs/audio/core/commands/player.py:118 +#: redbot/cogs/audio/core/commands/player.py:129 +#: redbot/cogs/audio/core/commands/player.py:156 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:167 +#: redbot/cogs/audio/core/commands/player.py:185 +#: redbot/cogs/audio/core/commands/player.py:195 +#: redbot/cogs/audio/core/commands/player.py:201 +#: redbot/cogs/audio/core/commands/player.py:212 +#: redbot/cogs/audio/core/commands/player.py:218 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:237 +#: redbot/cogs/audio/core/commands/player.py:246 +#: redbot/cogs/audio/core/commands/player.py:289 +#: redbot/cogs/audio/core/commands/player.py:311 +#: redbot/cogs/audio/core/commands/player.py:432 +#: redbot/cogs/audio/core/commands/player.py:450 +#: redbot/cogs/audio/core/commands/player.py:460 +#: redbot/cogs/audio/core/commands/player.py:466 +#: redbot/cogs/audio/core/commands/player.py:480 +#: redbot/cogs/audio/core/commands/player.py:528 +#: redbot/cogs/audio/core/commands/player.py:548 +#: redbot/cogs/audio/core/commands/player.py:566 +#: redbot/cogs/audio/core/commands/player.py:576 +#: redbot/cogs/audio/core/commands/player.py:582 +#: redbot/cogs/audio/core/commands/player.py:596 +#: redbot/cogs/audio/core/commands/player.py:601 +#: redbot/cogs/audio/core/commands/player.py:735 +#: redbot/cogs/audio/core/commands/player.py:741 +#: redbot/cogs/audio/core/commands/player.py:803 +#: redbot/cogs/audio/core/commands/playlists.py:1481 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:272 +msgid "No previous track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:293 +msgid "Replaying Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:300 +#, docstring +msgid "Seek ahead or behind on a track by seconds or a to a specific time.\n\n" +" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:318 +#: redbot/cogs/audio/core/commands/controller.py:325 +#: redbot/cogs/audio/core/commands/controller.py:332 +#: redbot/cogs/audio/core/commands/controller.py:339 +#: redbot/cogs/audio/core/commands/controller.py:351 +msgid "Unable To Seek Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:319 +msgid "You must be in the voice channel to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:333 +msgid "You need the DJ role or be the track requester to use seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:339 +msgid "Can't seek on a stream." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:352 +msgid "Invalid input for the time to seek." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:360 +msgid "Moved {num_seconds}s to 00:00:00" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:367 +msgid "Moved {num_seconds}s to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:375 +msgid "Moved to {time}" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:385 +#, docstring +msgid "Toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:394 +#: redbot/cogs/audio/core/commands/controller.py:405 +#: redbot/cogs/audio/core/commands/controller.py:437 +#: redbot/cogs/audio/core/commands/controller.py:448 +msgid "Unable To Toggle Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:395 +#: redbot/cogs/audio/core/commands/controller.py:438 +msgid "You need the DJ role to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:406 +#: redbot/cogs/audio/core/commands/controller.py:449 +msgid "You must be in the voice channel to toggle shuffle." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:414 +msgid "Shuffle tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:425 +#, docstring +msgid "Toggle bumped track shuffle.\n\n" +" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n" +" over `[p]shuffle`.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:457 +msgid "Shuffle bumped tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:468 +#, docstring +msgid "Skip to the next track, or to a given track number." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:477 +msgid "You must be in the voice channel to skip the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:492 +msgid "You need the DJ role or be the track requester to skip tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:505 +msgid "You can only skip the current track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:514 +msgid "Can't skip to a specific track in vote mode without the DJ role." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:520 +msgid "I removed your vote to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:523 +msgid "You voted to skip." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:536 +msgid "Vote threshold met." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:539 +msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:558 +#, docstring +msgid "Stop playback and clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:571 +#: redbot/cogs/audio/core/commands/controller.py:577 +#: redbot/cogs/audio/core/commands/controller.py:583 +msgid "Unable To Stop Player" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:572 +msgid "You must be in the voice channel to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:584 +msgid "You need the DJ role to stop the music." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:601 +msgid "Stopping..." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:609 +#, docstring +msgid "Summon the bot to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:621 +#: redbot/cogs/audio/core/commands/controller.py:628 +#: redbot/cogs/audio/core/commands/controller.py:641 +#: redbot/cogs/audio/core/commands/controller.py:660 +#: redbot/cogs/audio/core/commands/controller.py:667 +msgid "Unable To Join Voice Channel" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:622 +msgid "There are other people listening." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:629 +msgid "You need the DJ role to summon the bot." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:642 +#: redbot/cogs/audio/core/commands/player.py:79 +#: redbot/cogs/audio/core/commands/player.py:186 +#: redbot/cogs/audio/core/commands/player.py:451 +#: redbot/cogs/audio/core/commands/player.py:567 +#: redbot/cogs/audio/core/commands/player.py:693 +#: redbot/cogs/audio/core/commands/queue.py:339 +msgid "I don't have permission to connect to your channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:661 +#: redbot/cogs/audio/core/commands/player.py:89 +#: redbot/cogs/audio/core/commands/player.py:196 +#: redbot/cogs/audio/core/commands/player.py:461 +#: redbot/cogs/audio/core/commands/player.py:577 +#: redbot/cogs/audio/core/commands/player.py:703 +#: redbot/cogs/audio/core/commands/queue.py:350 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:668 +#: redbot/cogs/audio/core/commands/player.py:95 +#: redbot/cogs/audio/core/commands/player.py:202 +#: redbot/cogs/audio/core/commands/player.py:467 +#: redbot/cogs/audio/core/commands/player.py:583 +#: redbot/cogs/audio/core/commands/player.py:709 +#: redbot/cogs/audio/core/commands/queue.py:357 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:675 +#, docstring +msgid "Set the volume, 1% - 150%." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:682 +msgid "Current Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:693 +#: redbot/cogs/audio/core/commands/controller.py:699 +msgid "Unable To Change Volume" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:694 +msgid "You must be in the voice channel to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:700 +msgid "You need the DJ role to change the volume." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:713 +msgid "Volume:" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:722 +#, docstring +msgid "Toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:730 +#: redbot/cogs/audio/core/commands/controller.py:741 +msgid "Unable To Toggle Repeat" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:731 +msgid "You need the DJ role to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:742 +msgid "You must be in the voice channel to toggle repeat." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:748 +msgid "Repeat tracks: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:765 +#, docstring +msgid "Remove a specific track number from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:774 +msgid "Nothing queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:778 +#: redbot/cogs/audio/core/commands/controller.py:784 +#: redbot/cogs/audio/core/commands/controller.py:791 +#: redbot/cogs/audio/core/commands/controller.py:824 +msgid "Unable To Modify Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:779 +msgid "You need the DJ role to remove tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:785 +msgid "You must be in the voice channel to manage the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:792 +#: redbot/cogs/audio/core/commands/controller.py:865 +msgid "Song number must be greater than 1 and within the queue limit." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:806 +#: redbot/cogs/audio/core/commands/controller.py:830 +msgid "Removed track from queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:807 +msgid "Removed {track} from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:825 +msgid "Removed 0 tracks, nothing matches the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:831 +msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:841 +#, docstring +msgid "Bump a track number to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:852 +#: redbot/cogs/audio/core/commands/controller.py:858 +#: redbot/cogs/audio/core/commands/controller.py:864 +#: redbot/cogs/audio/core/commands/player.py:146 +msgid "Unable To Bump Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:853 +msgid "You must be in the voice channel to bump a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:859 +msgid "You need the DJ role to bump tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/controller.py:875 +msgid "Moved track to the top of the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:30 +#, docstring +msgid "Equalizer management.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:72 +#, docstring +msgid "Delete a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:81 +#: redbot/cogs/audio/core/commands/equalizer.py:88 +#: redbot/cogs/audio/core/commands/equalizer.py:101 +msgid "Unable To Delete Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:82 +#: redbot/cogs/audio/core/commands/equalizer.py:102 +msgid "You are not the author of that preset setting." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:111 +#, docstring +msgid "List saved eq presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:114 +msgid "No saved equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:117 +msgid "Preset Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:118 +msgid "Author" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:140 +msgid "{num} preset(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:147 +#, docstring +msgid "Load a saved eq preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:155 +msgid "No Preset Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:173 +msgid "Unable To Load Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:174 +msgid "You need the DJ role to load equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:192 +#, docstring +msgid "Reset the eq to 0 across all bands." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:201 +msgid "Unable To Modify Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:202 +msgid "You need the DJ role to reset the equalizer." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:217 +msgid "Equalizer values have been reset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:225 +#, docstring +msgid "Save the current eq settings to a preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:235 +#: redbot/cogs/audio/core/commands/equalizer.py:253 +#: redbot/cogs/audio/core/commands/equalizer.py:268 +msgid "Unable To Save Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:236 +msgid "You need the DJ role to save equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:240 +msgid "Please enter a name for this equalizer preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:254 +msgid "No equalizer preset name entered, try the command again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:269 +msgid "Try the command again with a shorter name." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:273 +msgid "Preset name already exists, do you want to replace it?" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:281 +msgid "Not saving preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:293 +msgid "Current equalizer saved to the {preset_name} preset." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:307 +#, docstring +msgid "Set an eq band with a band number or name and value.\n\n" +" Band positions are 1-15 and values have a range of -0.25 to 1.0.\n" +" Band names are 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, and 16k Hz.\n" +" Setting a band value to -0.25 nullifies it while +0.25 is double.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:323 +msgid "Unable To Set Preset" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:324 +msgid "You need the DJ role to set equalizer presets." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:363 +msgid "Invalid Band" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:364 +msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:388 +msgid "Preset Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/equalizer.py:389 +msgid "The {band_name}Hz band has been set to {band_value}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:22 +#, docstring +msgid "Lavalink server configuration options." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:26 +#, docstring +msgid "Change your Java executable path\n\n" +" Enter nothing to reset to default.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:35 +msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:44 +msgid "Java Executable Reset" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:45 +msgid "Audio will now use `java` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:54 +msgid "`{java_path}` is not a valid executable" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:61 +msgid "Java Executable Changed" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:62 +msgid "Audio will now use `{exc}` to run your Lavalink.jar" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:72 +#: redbot/cogs/audio/core/commands/llset.py:85 +#: redbot/cogs/audio/core/commands/llset.py:112 +#: redbot/cogs/audio/core/commands/llset.py:135 +#: redbot/cogs/audio/core/commands/llset.py:159 +#: redbot/cogs/audio/core/commands/llset.py:184 +#: redbot/cogs/audio/core/commands/llset.py:209 +msgid "Failed To Shutdown Lavalink" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:73 +msgid "For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:86 +#: redbot/cogs/audio/core/commands/llset.py:136 +#: redbot/cogs/audio/core/commands/llset.py:160 +#: redbot/cogs/audio/core/commands/llset.py:185 +#: redbot/cogs/audio/core/commands/llset.py:210 +msgid "Please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:93 +#, docstring +msgid "Toggle using external Lavalink servers." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:100 +#: redbot/cogs/audio/core/commands/llset.py:126 +msgid "External Lavalink server: {true_or_false}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:113 +msgid "External Lavalink server: {true_or_false}\n" +"For it to take effect please reload Audio (`{prefix}reload audio`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:143 +#, docstring +msgid "Set the Lavalink server host." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:147 +#: redbot/cogs/audio/core/commands/llset.py:171 +#: redbot/cogs/audio/core/commands/llset.py:196 +msgid "External Lavalink server set to True." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:151 +msgid "Host set to {host}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:167 +#, docstring +msgid "Set the Lavalink server password." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:175 +msgid "Server password set to {password}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:192 +#, docstring +msgid "Set the Lavalink websocket server port." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:200 +msgid "Websocket port set to {port}." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:217 +#, docstring +msgid "Display Lavalink connection settings." +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:223 +msgid "Connection Settings" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:224 +msgid "Host: [{host}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:225 +msgid "WS Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:227 +msgid "Rest Port: [{port}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:228 +msgid "Password: [{password}]\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/llset.py:232 +msgid "I need to be able to DM you to send you this info." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:26 +#, docstring +msgid "Local playback commands." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:30 +#, docstring +msgid "Play all songs in a localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:42 +msgid "Folder Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:43 +msgid "Localtracks folder named {name} does not exist." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:54 +#, docstring +msgid "Play a local track." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:59 +#: redbot/cogs/audio/core/commands/localtracks.py:115 +msgid "No album folders found." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:101 +#, docstring +msgid "Search for songs across all localtracks folders." +msgstr "" + +#: redbot/cogs/audio/core/commands/localtracks.py:119 +#: redbot/cogs/audio/core/commands/queue.py:295 +msgid "No matches." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:29 +#, docstring +msgid "Make Red sing one of her songs." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:45 +#, docstring +msgid "Audio stats." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:68 +msgid "Not connected anywhere." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:74 +msgid "Playing in {num}/{total} servers:" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:80 +msgid "Page {}/{}" +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:93 +#, docstring +msgid "Queue percentage." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:119 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/miscellaneous.py:140 +msgid "Queued and playing tracks:" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:40 +#, docstring +msgid "Play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:50 +#: redbot/cogs/audio/core/commands/player.py:157 +#: redbot/cogs/audio/core/commands/player.py:736 +msgid "That URL is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:54 +#: redbot/cogs/audio/core/commands/player.py:161 +#: redbot/cogs/audio/core/commands/player.py:742 +msgid "That track is not allowed." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:61 +#: redbot/cogs/audio/core/commands/player.py:168 +#: redbot/cogs/audio/core/commands/player.py:433 +#: redbot/cogs/audio/core/commands/player.py:549 +#: redbot/cogs/audio/core/commands/player.py:804 +msgid "You need the DJ role to queue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:65 +#: redbot/cogs/audio/core/commands/player.py:172 +#: redbot/cogs/audio/core/commands/player.py:437 +#: redbot/cogs/audio/core/commands/player.py:553 +#: redbot/cogs/audio/core/commands/player.py:679 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:68 +#: redbot/cogs/audio/core/commands/player.py:175 +#: redbot/cogs/audio/core/commands/player.py:440 +#: redbot/cogs/audio/core/commands/player.py:556 +#: redbot/cogs/audio/core/commands/player.py:682 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:106 +#: redbot/cogs/audio/core/commands/player.py:213 +msgid "You must be in the voice channel to use the play command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:112 +#: redbot/cogs/audio/core/commands/player.py:219 +#: redbot/cogs/audio/core/commands/player.py:247 +msgid "No tracks found for `{query}`." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:118 +#: redbot/cogs/audio/core/commands/player.py:225 +#: redbot/cogs/audio/core/commands/player.py:528 +#: redbot/cogs/audio/core/commands/player.py:601 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:141 +#, docstring +msgid "Force play a URL or search for a track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:147 +msgid "Only single tracks work with bump play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:250 +#: redbot/cogs/audio/core/commands/player.py:785 +#: redbot/cogs/audio/core/commands/player.py:905 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:257 +#: redbot/cogs/audio/core/commands/player.py:792 +#: redbot/cogs/audio/core/commands/player.py:912 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:259 +#: redbot/cogs/audio/core/commands/player.py:793 +#: redbot/cogs/audio/core/commands/player.py:913 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:290 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:312 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:335 +msgid "{time} until track playback: #1 in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:339 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:353 +#, docstring +msgid "Pick a Spotify playlist from a list of categories to start playing." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:413 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:423 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:481 +msgid "You must be in the voice channel to use the genre command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:488 +msgid "No categories found" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:492 +#: redbot/cogs/audio/core/commands/player.py:510 +msgid "No categories found, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:497 +msgid "Categories" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:503 +msgid "No categories selected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:518 +msgid "Playlists for {friendly_name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:525 +msgid "No tracks to play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:535 +msgid "Couldn't find tracks for the selected playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:543 +#, docstring +msgid "Starts auto play." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:597 +msgid "You must be in the voice channel to use the autoplay command." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:611 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:617 +#: redbot/cogs/audio/core/commands/player.py:754 +#: redbot/cogs/audio/core/commands/player.py:773 +#: redbot/cogs/audio/core/commands/player.py:892 +#: redbot/cogs/audio/core/commands/playlists.py:1926 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:618 +#: redbot/cogs/audio/core/commands/player.py:755 +#: redbot/cogs/audio/core/commands/player.py:774 +#: redbot/cogs/audio/core/commands/player.py:893 +#: redbot/cogs/audio/core/commands/playlists.py:1927 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:632 +msgid "Auto play started." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:634 +msgid "Adding a track to queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:640 +#, docstring +msgid "Pick a track with a search.\n\n" +" Use `[p]search list ` to queue all tracks found on YouTube. Use `[p]search sc\n" +" ` to search on SoundCloud instead of YouTube.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:692 +#: redbot/cogs/audio/core/commands/player.py:702 +#: redbot/cogs/audio/core/commands/player.py:708 +#: redbot/cogs/audio/core/commands/player.py:719 +msgid "Unable To Search For Tracks" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:720 +msgid "You must be in the voice channel to enqueue tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:783 +#: redbot/cogs/audio/core/commands/player.py:903 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:852 +#: redbot/cogs/audio/core/commands/playlists.py:1553 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:858 +msgid "Queued {num} track(s).{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:864 +msgid "folder" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:866 +msgid "search" +msgstr "" + +#: redbot/cogs/audio/core/commands/player.py:869 +msgid "{time} until start of {type} playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:44 +#, docstring +msgid "Playlist configuration options.\n\n" +" Scope info:\n" +" ​ ​ ​ ​ **Global**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users of this bot.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Only editable by bot owner.\n" +" ​ ​ ​ ​ **Guild**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all users in this guild.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner, guild owner, guild admins, guild mods, DJ role and playlist creator.\n" +" ​ ​ ​ ​ **User**:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Visible to all bot users, if --author is passed.\n" +" ​ ​ ​ ​ ​ ​ ​ ​ Editable by bot owner and creator.\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:69 +#, docstring +msgid "Add a track URL, playlist link, or quick search to a playlist.\n\n" +" The track(s) will be appended to the end of the playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist append playlist_name_OR_id track_name_OR_url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist append MyGuildPlaylist Hello by Adele`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist append MyGlobalPlaylist Hello by Adele --scope Global --Author Draper#6666`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:123 +#: redbot/cogs/audio/core/commands/playlists.py:307 +#: redbot/cogs/audio/core/commands/playlists.py:493 +#: redbot/cogs/audio/core/commands/playlists.py:589 +#: redbot/cogs/audio/core/commands/playlists.py:720 +#: redbot/cogs/audio/core/commands/playlists.py:857 +#: redbot/cogs/audio/core/commands/playlists.py:997 +#: redbot/cogs/audio/core/commands/playlists.py:1031 +#: redbot/cogs/audio/core/commands/playlists.py:1040 +#: redbot/cogs/audio/core/commands/playlists.py:1243 +#: redbot/cogs/audio/core/commands/playlists.py:1497 +#: redbot/cogs/audio/core/commands/playlists.py:1586 +#: redbot/cogs/audio/core/commands/playlists.py:1669 +#: redbot/cogs/audio/core/commands/playlists.py:1697 +#: redbot/cogs/audio/core/commands/playlists.py:2013 +msgid "Playlist Not Found" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:140 +msgid "Could not find a track matching your query." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:161 +msgid "Skipping track" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:162 +msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:170 +#: redbot/cogs/audio/core/commands/playlists.py:212 +msgid "Playlist limit reached: Could not add track." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:193 +msgid "Track added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:194 +msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:199 +msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:204 +msgid "\n" +"{existing} {plural} already in the playlist and were skipped." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "tracks are" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:206 +msgid "track is" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:208 +#: redbot/cogs/audio/core/commands/playlists.py:626 +#: redbot/cogs/audio/core/commands/playlists.py:1273 +#: redbot/cogs/audio/core/commands/playlists.py:1287 +#: redbot/cogs/audio/core/commands/playlists.py:2030 +msgid "Playlist Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:308 +#: redbot/cogs/audio/core/commands/playlists.py:494 +#: redbot/cogs/audio/core/commands/playlists.py:590 +#: redbot/cogs/audio/core/commands/playlists.py:721 +#: redbot/cogs/audio/core/commands/playlists.py:858 +#: redbot/cogs/audio/core/commands/playlists.py:1244 +#: redbot/cogs/audio/core/commands/playlists.py:1670 +#: redbot/cogs/audio/core/commands/playlists.py:2014 +msgid "Could not match '{arg}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:331 +#: redbot/cogs/audio/core/commands/playlists.py:338 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:346 +msgid "Playlist Copied" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:347 +msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:362 +#, docstring +msgid "Create an empty playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist create playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist create MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist create MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist create MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:416 +#: redbot/cogs/audio/core/commands/playlists.py:1134 +#: redbot/cogs/audio/core/commands/playlists.py:1361 +#: redbot/cogs/audio/core/commands/playlists.py:1996 +msgid "Invalid Playlist Name" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:417 +#: redbot/cogs/audio/core/commands/playlists.py:1135 +#: redbot/cogs/audio/core/commands/playlists.py:1362 +#: redbot/cogs/audio/core/commands/playlists.py:1997 +msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:427 +#: redbot/cogs/audio/core/commands/playlists.py:1167 +#: redbot/cogs/audio/core/commands/playlists.py:1396 +msgid "Playlist Created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:428 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:441 +#, docstring +msgid "Delete a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist delete playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist delete MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist delete MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist delete MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:514 +msgid "Playlist Deleted" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:515 +msgid "{name} (`{id}`) [**{scope}**] playlist deleted." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:531 +#, docstring +msgid "Remove duplicate tracks from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist dedupe playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist dedupe MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:627 +msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:640 +#: redbot/cogs/audio/core/commands/playlists.py:1766 +msgid "Playlist Has Not Been Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:641 +msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:662 +#, docstring +msgid "Download a copy of a playlist.\n\n" +" These files can be used with the `[p]playlist upload` command.\n" +" Red v2-compatible playlists can be generated by passing True\n" +" for the v2 variable.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist download playlist_name_OR_id [v2=True_OR_False] [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist download MyGuildPlaylist True`\n" +" ​ ​ ​ ​ `[p]playlist download MyGlobalPlaylist False --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist download MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:731 +msgid "That playlist has no tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:774 +msgid "This playlist is too large to be send in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:777 +msgid "Playlist is too large, here is the compressed version." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:799 +#, docstring +msgid "Retrieve information from a saved playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist info playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist info MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist info MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist info MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:891 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:895 +msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\n" +"URL: {url}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:908 +#: redbot/cogs/audio/core/commands/playlists.py:1056 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:910 +msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:922 +#, docstring +msgid "List saved playlists.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist list [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist list`\n" +" ​ ​ ​ ​ `[p]playlist list --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist list --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:998 +msgid "No saved playlists available in this server." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1032 +msgid "No saved playlists for {scope} created by {author}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1041 +msgid "No saved playlists for {scope}." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1051 +msgid "ID: {id}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1052 +msgid "Tracks: {num}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1053 +msgid "Author: {name}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1058 +msgid "Scope: {scope}\n" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1078 +#, docstring +msgid "Save the queue to a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist queue playlist_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist queue MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist queue MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist queue MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1147 +#: redbot/cogs/audio/core/commands/queue.py:63 +#: redbot/cogs/audio/core/commands/queue.py:160 +#: redbot/cogs/audio/core/commands/queue.py:179 +#: redbot/cogs/audio/core/commands/queue.py:184 +#: redbot/cogs/audio/core/commands/queue.py:210 +#: redbot/cogs/audio/core/commands/queue.py:215 +#: redbot/cogs/audio/core/commands/queue.py:257 +#: redbot/cogs/audio/core/commands/queue.py:259 +#: redbot/cogs/audio/core/commands/queue.py:289 +#: redbot/cogs/audio/core/commands/queue.py:291 +#: redbot/cogs/audio/core/commands/queue.py:327 +#: redbot/cogs/audio/core/commands/queue.py:364 +#: redbot/cogs/audio/core/commands/queue.py:372 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1168 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1174 +#: redbot/cogs/audio/core/commands/playlists.py:1405 +msgid "Playlist limit reached: Could not add {} tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1188 +#, docstring +msgid "Remove a track from a playlist by url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist remove playlist_name_OR_id url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist remove MyGuildPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU`\n" +" ​ ​ ​ ​ `[p]playlist remove MyGlobalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist remove MyPersonalPlaylist https://www.youtube.com/watch?v=MN3x-kAbgFU --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1254 +msgid "URL not in playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1266 +msgid "No tracks left, removing playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1274 +msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1288 +msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1306 +#, docstring +msgid "Save a playlist from a url.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist save name url [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist save MyGuildPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM`\n" +" ​ ​ ​ ​ `[p]playlist save MyGlobalPlaylist https://www.youtube.com/playlist?list=PLx0sYbCqOb8Q_CLZC2BdBSKEEB59BOPUM --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist save MyPersonalPlaylist https://open.spotify.com/playlist/1RyeIbyFeIJVnNzlGr5KkR --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1397 +msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1414 +msgid "Playlist Couldn't be created" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1415 +msgid "Unable to create your playlist." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1432 +#, docstring +msgid "Load a playlist into the queue.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​` [p]playlist start playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist start MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist start MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist start MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1482 +msgid "You need the DJ role to start playing playlists." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1566 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1567 +msgid "{name} - (`{id}`) [**{scope}**]\n" +"Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1613 +#, docstring +msgid "Updates all tracks in a playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist update playlist_name_OR_id [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist update MyGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist update MyGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist update MyPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1690 +msgid "Invalid Playlist" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1691 +msgid "Custom playlists cannot be updated." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1732 +msgid "Tracks removed" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1736 +#: redbot/cogs/audio/core/commands/playlists.py:1756 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1754 +msgid "Tracks added" +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1767 +msgid "No changes for {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1779 +#, docstring +msgid "Uploads a playlist file as a playlist for the bot.\n\n" +" V2 and old V3 playlist will be slow.\n" +" V3 Playlist made with `[p]playlist download` will load a lot faster.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist upload [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist upload`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist upload --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1836 +msgid "Please upload the playlist file. Any other message will cancel this operation." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1847 +msgid "No file detected, try again later." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1854 +msgid "Upload cancelled." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1858 +msgid "Only Red playlist files can be uploaded." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1866 +msgid "Not a valid playlist file." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1878 +msgid "This playlist is too large." +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:1948 +#, docstring +msgid "Rename an existing playlist.\n\n" +" **Usage**:\n" +" ​ ​ ​ ​ `[p]playlist rename playlist_name_OR_id new_name [args]`\n\n" +" **Args**:\n" +" ​ ​ ​ ​ The following are all optional:\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --scope \n" +" ​ ​ ​ ​ ​ ​ ​ ​ --author [user]\n" +" ​ ​ ​ ​ ​ ​ ​ ​ --guild [guild] **Only the bot owner can use this**\n\n" +" **Scope** is one of the following:\n" +" ​ ​ ​ ​ Global\n" +" ​ ​ ​ ​ Guild\n" +" ​ ​ ​ ​ User\n\n" +" **Author** can be one of the following:\n" +" ​ ​ ​ ​ User ID\n" +" ​ ​ ​ ​ User Mention\n" +" ​ ​ ​ ​ User Name#123\n\n" +" **Guild** can be one of the following:\n" +" ​ ​ ​ ​ Guild ID\n" +" ​ ​ ​ ​ Exact guild name\n\n" +" Example use:\n" +" ​ ​ ​ ​ `[p]playlist rename MyGuildPlaylist RenamedGuildPlaylist`\n" +" ​ ​ ​ ​ `[p]playlist rename MyGlobalPlaylist RenamedGlobalPlaylist --scope Global`\n" +" ​ ​ ​ ​ `[p]playlist rename MyPersonalPlaylist RenamedPersonalPlaylist --scope User`\n" +" " +msgstr "" + +#: redbot/cogs/audio/core/commands/playlists.py:2027 +msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:38 +#, docstring +msgid "List the songs in the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:175 +#, docstring +msgid "Clears the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:192 +msgid "Unable To Clear Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:193 +msgid "You need the DJ role to clear the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "Queue Modified" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:201 +msgid "The queue has been cleared." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:206 +#, docstring +msgid "Removes songs from the queue if the requester is not in the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:223 +msgid "Unable To Clean Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:224 +msgid "You need the DJ role to clean the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:239 +#: redbot/cogs/audio/core/commands/queue.py:273 +msgid "Removed 0 tracks." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:243 +#: redbot/cogs/audio/core/commands/queue.py:277 +msgid "Removed Tracks From The Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:244 +msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:252 +#, docstring +msgid "Removes all tracks you requested from the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:278 +msgid "Removed {removed_tracks} tracks queued by {member.display_name}." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:285 +#, docstring +msgid "Search the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:307 +#, docstring +msgid "Shuffles the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:319 +#: redbot/cogs/audio/core/commands/queue.py:326 +#: redbot/cogs/audio/core/commands/queue.py:338 +#: redbot/cogs/audio/core/commands/queue.py:349 +#: redbot/cogs/audio/core/commands/queue.py:356 +#: redbot/cogs/audio/core/commands/queue.py:363 +#: redbot/cogs/audio/core/commands/queue.py:371 +msgid "Unable To Shuffle Queue" +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:320 +msgid "You need the DJ role to shuffle the queue." +msgstr "" + +#: redbot/cogs/audio/core/commands/queue.py:376 +msgid "Queue has been shuffled." +msgstr "" + diff --git a/redbot/cogs/audio/core/commands/locales/tr-TR.po b/redbot/cogs/audio/core/commands/locales/tr-TR.po index 703bcf7e1..02dbc228e 100644 --- a/redbot/cogs/audio/core/commands/locales/tr-TR.po +++ b/redbot/cogs/audio/core/commands/locales/tr-TR.po @@ -1716,7 +1716,12 @@ msgid "Equalizer management.\n\n" " 6.3k, 10k, and 16k Hz.\n" " Setting a band value to -0.25 nullifies it while +0.25 is double.\n" " " -msgstr "" +msgstr "Ekolayzer yönetimi.\n\n" +" Bant pozisyonları 1-15 dir ve değerler -0.25 ila 1.0 aralığındadır.\n" +" Bant adları ise 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n" +" 6.3k, 10k, ve 16k Hz dir.\n" +" Bir bantı -0.25 e almak etkisizleştirirken +0.25 ikiye katlar.\n" +" " #: redbot/cogs/audio/core/commands/equalizer.py:72 #, docstring diff --git a/redbot/cogs/audio/core/events/locales/de-DE.po b/redbot/cogs/audio/core/events/locales/de-DE.po index 53d224349..dc8f0fc51 100644 --- a/redbot/cogs/audio/core/events/locales/de-DE.po +++ b/redbot/cogs/audio/core/events/locales/de-DE.po @@ -42,16 +42,16 @@ msgstr "`{user_input}` ist kein gültiger Wert für `{command}`" #: redbot/cogs/audio/core/events/dpy.py:142 msgid "Unable To Parse Argument" -msgstr "" +msgstr "Argument kann nicht analysiert werden" #: redbot/cogs/audio/core/events/dpy.py:154 #: redbot/cogs/audio/core/events/dpy.py:163 msgid "Invalid Argument" -msgstr "" +msgstr "Ungültiges Argument" #: redbot/cogs/audio/core/events/dpy.py:155 msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." -msgstr "" +msgstr "Das Argument, das du für `{}` angegeben hast, ist ungültig: Ich erwartete ein `{}`." #: redbot/cogs/audio/core/events/dpy.py:175 msgid "Invalid Environment" @@ -59,15 +59,15 @@ msgstr "Ungültige Umgebung" #: redbot/cogs/audio/core/events/dpy.py:176 msgid "Connection to Lavalink has been lost." -msgstr "" +msgstr "Die Verbindung zu Lavalink hat verloren." #: redbot/cogs/audio/core/events/dpy.py:184 msgid "No Player Available" -msgstr "" +msgstr "Keine Player verfügbar" #: redbot/cogs/audio/core/events/dpy.py:185 msgid "The bot is not connected to a voice channel." -msgstr "" +msgstr "Die Bot ist nicht mit einem Sprachkanal verbunden." #: redbot/cogs/audio/core/events/dpy.py:193 #: redbot/cogs/audio/core/events/lavalink.py:105 @@ -77,7 +77,7 @@ msgstr "Tracks können nicht abgerufen werden" #: redbot/cogs/audio/core/events/dpy.py:194 #: redbot/cogs/audio/core/events/lavalink.py:106 msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "Ich bin momentan nicht in der Lage, einen Track von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut." #: redbot/cogs/audio/core/events/dpy.py:205 msgid "There was an issue communicating with Discord." @@ -93,7 +93,7 @@ msgstr "Kein gültiger Track gefunden." #: redbot/cogs/audio/core/events/lavalink.py:128 msgid "Auto Play started." -msgstr "" +msgstr "Automatische Wiedergabe gestartet." #: redbot/cogs/audio/core/events/lavalink.py:143 msgid "Now Playing" @@ -109,7 +109,7 @@ msgstr "Warteschlange beendet." #: redbot/cogs/audio/core/events/lavalink.py:211 msgid "Multiple Errors Detected" -msgstr "" +msgstr "Mehrere Fehler erkannt" #: redbot/cogs/audio/core/events/lavalink.py:212 msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." diff --git a/redbot/cogs/audio/core/events/locales/hi-IN.po b/redbot/cogs/audio/core/events/locales/hi-IN.po new file mode 100644 index 000000000..742ea3bc4 --- /dev/null +++ b/redbot/cogs/audio/core/events/locales/hi-IN.po @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 670\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/events/dpy.py:40 +msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:70 +msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n" +"Expected Permissions:\n" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Enabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:77 +msgid "Disabled" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:124 +msgid "No DJ role found. Disabling DJ mode." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:134 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:142 +msgid "Unable To Parse Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:154 +#: redbot/cogs/audio/core/events/dpy.py:163 +msgid "Invalid Argument" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:155 +msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:175 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:176 +msgid "Connection to Lavalink has been lost." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:184 +msgid "No Player Available" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:185 +msgid "The bot is not connected to a voice channel." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:193 +#: redbot/cogs/audio/core/events/lavalink.py:105 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:194 +#: redbot/cogs/audio/core/events/lavalink.py:106 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:205 +msgid "There was an issue communicating with Discord." +msgstr "" + +#: redbot/cogs/audio/core/events/dpy.py:206 +msgid "This error has been reported to the bot owner." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:96 +msgid "Couldn't get a valid track." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:128 +msgid "Auto Play started." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:143 +msgid "Now Playing" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:145 +msgid "Track length: {length} | Requested by: {user}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:166 +msgid "Queue ended." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:211 +msgid "Multiple Errors Detected" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:212 +msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable." +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:226 +msgid "Track Stuck" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:227 +msgid "Playback of the song has stopped due to an unexcepted error.\n" +"{error}" +msgstr "" + +#: redbot/cogs/audio/core/events/lavalink.py:233 +msgid "Track Error" +msgstr "" + diff --git a/redbot/cogs/audio/core/locales/hi-IN.po b/redbot/cogs/audio/core/locales/hi-IN.po new file mode 100644 index 000000000..ddde90c94 --- /dev/null +++ b/redbot/cogs/audio/core/locales/hi-IN.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 692\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/__init__.py:34 +#, docstring +msgid "Play audio through voice channels." +msgstr "" + diff --git a/redbot/cogs/audio/core/locales/sk-SK.po b/redbot/cogs/audio/core/locales/sk-SK.po index aaabd166a..979d4b911 100644 --- a/redbot/cogs/audio/core/locales/sk-SK.po +++ b/redbot/cogs/audio/core/locales/sk-SK.po @@ -18,5 +18,5 @@ msgstr "" #: redbot/cogs/audio/core/__init__.py:34 #, docstring msgid "Play audio through voice channels." -msgstr "" +msgstr "Prehrávať zvuk prostredníctvom hlasových kanálov." diff --git a/redbot/cogs/audio/core/tasks/locales/hi-IN.po b/redbot/cogs/audio/core/tasks/locales/hi-IN.po new file mode 100644 index 000000000..5e4223582 --- /dev/null +++ b/redbot/cogs/audio/core/tasks/locales/hi-IN.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 664\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/tasks/startup.py:145 +msgid "Hello, this message brings you an important update regarding the core Audio cog:\n" +" \n" +"Starting from Audio v2.3.0+ you can take advantage of the **Global Audio API**, a new service offered by the Cog-Creators organization that allows your bot to greatly reduce the amount of requests done to YouTube / Spotify. This reduces the likelihood of YouTube rate-limiting your bot for making requests too often.\n" +"See `[p]help audioset globalapi` for more information.\n" +"Access to this service is disabled by default and **requires you to explicitly opt-in** to start using it.\n\n" +"An access token is **required** to use this API. To obtain this token you may join and run `?audioapi register` in the #testing channel.\n" +"Note: by using this service you accept that your bot's IP address will be disclosed to the Cog-Creators organization and used only for the purpose of providing the Global API service.\n\n" +"On a related note, it is highly recommended that you enable your local cache if you haven't yet.\n" +"To do so, run `[p]audioset cache 5`. This cache, which stores only metadata, will make repeated audio requests faster and further reduce the likelihood of YouTube rate-limiting your bot. Since it's only metadata the required disk space for this cache is expected to be negligible." +msgstr "" + diff --git a/redbot/cogs/audio/core/utilities/locales/de-DE.po b/redbot/cogs/audio/core/utilities/locales/de-DE.po index 3bd8af11c..733bf2cf7 100644 --- a/redbot/cogs/audio/core/utilities/locales/de-DE.po +++ b/redbot/cogs/audio/core/utilities/locales/de-DE.po @@ -179,7 +179,8 @@ msgstr "Der Besitzer muss die Spotify client ID und Spotify client secret festle #: redbot/cogs/audio/core/utilities/player.py:249 msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" "See `{prefix}audioset youtubeapi` for instructions." -msgstr "" +msgstr "Der Besitzer muss der YouTube API schlüssel festlegen, bevor Spotify URLs oder Codes verwendet werden können. \n" +"Siehe `{prefix}audioset youtubeapi` für eine Anleitung." #: redbot/cogs/audio/core/utilities/player.py:258 #: redbot/cogs/audio/core/utilities/player.py:367 @@ -233,7 +234,7 @@ msgstr "Tracks können nicht abgerufen werden" #: redbot/cogs/audio/core/utilities/playlists.py:603 #: redbot/cogs/audio/core/utilities/playlists.py:632 msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "Ich bin momentan nicht in der Lage, einen Track von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut." #: redbot/cogs/audio/core/utilities/player.py:331 msgid "The Spotify API key or client secret has not been set properly. \n" @@ -323,7 +324,7 @@ msgstr "Du hast nicht die Berechtigung, die Playlist von {user} zu verwalten." #: redbot/cogs/audio/core/utilities/playlists.py:100 msgid "You do not have the permissions to manage playlists in {scope} scope." -msgstr "" +msgstr "Du hast nicht die Berechtigung, diese Wiedergabeliste im Bereich {scope} zu verwalten." #: redbot/cogs/audio/core/utilities/playlists.py:104 msgid "No access to playlist." @@ -331,7 +332,7 @@ msgstr "Kein Zugriff auf Playlist." #: redbot/cogs/audio/core/utilities/playlists.py:212 msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." -msgstr "" +msgstr "{match_count} Wiedergabelisten stimmen {original_input} zu: Bitte versuchen Sie, spezifischer zu sein oder verwenden Sie die Playlist-ID." #: redbot/cogs/audio/core/utilities/playlists.py:229 msgid "{number}. <{playlist.name}>\n" @@ -339,7 +340,11 @@ msgid "{number}. <{playlist.name}>\n" " - ID: < {playlist.id} >\n" " - Tracks: < {tracks} >\n" " - Author: < {author} >\n\n" -msgstr "" +msgstr "{number}. <{playlist.name}>\n" +" - Bereich: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Titel: < {tracks} >\n" +" - Autor: < {author} >\n\n" #: redbot/cogs/audio/core/utilities/playlists.py:246 msgid "{playlists} playlists found, which one would you like?" @@ -360,7 +365,7 @@ msgstr "Playlists für {scope}:" #: redbot/cogs/audio/core/utilities/playlists.py:306 msgid "Page {page_num}/{total_pages} | {num} playlists." -msgstr "" +msgstr "Seite {page_num}/{total_pages} | {num} Wiedergabelisten." #: redbot/cogs/audio/core/utilities/playlists.py:322 #: redbot/cogs/audio/core/utilities/playlists.py:400 diff --git a/redbot/cogs/audio/core/utilities/locales/hi-IN.po b/redbot/cogs/audio/core/utilities/locales/hi-IN.po new file mode 100644 index 000000000..17f26ea58 --- /dev/null +++ b/redbot/cogs/audio/core/utilities/locales/hi-IN.po @@ -0,0 +1,474 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 688\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/core/utilities/formatting.py:75 +msgid "tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:85 +#: redbot/cogs/audio/core/utilities/formatting.py:274 +msgid "Page {page_num}/{total_pages}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:96 +msgid "Connection to Lavalink has failed." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:99 +#: redbot/cogs/audio/core/utilities/player.py:596 +#: redbot/cogs/audio/core/utilities/playlists.py:505 +msgid "Please check your console or logs for details." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:107 +#: redbot/cogs/audio/core/utilities/playlists.py:535 +msgid "Connect to a voice channel first." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:110 +#: redbot/cogs/audio/core/utilities/playlists.py:528 +msgid "Connection to Lavalink has not yet been established." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:116 +#: redbot/cogs/audio/core/utilities/player.py:444 +#: redbot/cogs/audio/core/utilities/player.py:528 +msgid "Queue size limit reached." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:116 +msgid "Unable To Play Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:154 +#: redbot/cogs/audio/core/utilities/player.py:604 +msgid "Track Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:169 +#: redbot/cogs/audio/core/utilities/player.py:553 +msgid "This track is not allowed in this server." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:187 +#: redbot/cogs/audio/core/utilities/player.py:575 +msgid "Track exceeds maximum length." +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:204 +#: redbot/cogs/audio/core/utilities/player.py:607 +msgid "{time} until track playback: #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:262 +msgid "Tracks Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:263 +msgid "search results" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:265 +msgid "Folders Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:266 +msgid "local folders" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:268 +msgid "Files Found:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:269 +msgid "local tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:381 +#: redbot/cogs/audio/core/utilities/playlists.py:228 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/audio/core/utilities/formatting.py:382 +msgid " - Name: <{pname}>\n" +" - Scope: < {scope} >\n" +" - ID: < {pid} >\n" +" - Tracks: < {ptracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:108 +#: redbot/cogs/audio/core/utilities/player.py:238 +#: redbot/cogs/audio/core/utilities/player.py:248 +#: redbot/cogs/audio/core/utilities/player.py:330 +#: redbot/cogs/audio/core/utilities/player.py:655 +msgid "Invalid Environment" +msgstr "" + +#: redbot/cogs/audio/core/utilities/local_tracks.py:108 +msgid "No localtracks folder." +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:53 +msgid "Not enough {currency}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/miscellaneous.py:54 +msgid "{required_credits} {currency} required, but you have {bal}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:78 +msgid "music in {} servers" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:136 +#: redbot/cogs/audio/core/utilities/player.py:140 +#: redbot/cogs/audio/core/utilities/player.py:145 +msgid "There's nothing in the queue." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:142 +msgid "Currently livestreaming {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:147 +msgid "{time} left on {track}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:155 +#: redbot/cogs/audio/core/utilities/player.py:190 +msgid "Track Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:168 +msgid "Track number must be equal to or greater than 1." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:174 +msgid "There are only {queuelen} songs currently queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:180 +msgid "{skip_to_track} Tracks Skipped" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:239 +msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n" +"See `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:249 +msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n" +"See `{prefix}audioset youtubeapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:258 +#: redbot/cogs/audio/core/utilities/player.py:367 +#: redbot/cogs/audio/core/utilities/playlists.py:570 +msgid "Unable To Get Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:259 +#: redbot/cogs/audio/core/utilities/player.py:368 +#: redbot/cogs/audio/core/utilities/playlists.py:571 +msgid "Wait until the playlist has finished loading." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:270 +#: redbot/cogs/audio/core/utilities/player.py:312 +#: redbot/cogs/audio/core/utilities/player.py:410 +#: redbot/cogs/audio/core/utilities/playlists.py:581 +#: redbot/cogs/audio/core/utilities/playlists.py:614 +msgid "Nothing found." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:273 +#: redbot/cogs/audio/core/utilities/player.py:314 +#: redbot/cogs/audio/core/utilities/player.py:425 +#: redbot/cogs/audio/core/utilities/playlists.py:583 +#: redbot/cogs/audio/core/utilities/playlists.py:616 +msgid "Track is not playable." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:274 +#: redbot/cogs/audio/core/utilities/player.py:315 +#: redbot/cogs/audio/core/utilities/player.py:427 +#: redbot/cogs/audio/core/utilities/playlists.py:584 +#: redbot/cogs/audio/core/utilities/playlists.py:617 +msgid "**{suffix}** is not a fully supported format and some tracks may not play." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:304 +#: redbot/cogs/audio/core/utilities/player.py:395 +#: redbot/cogs/audio/core/utilities/player.py:662 +#: redbot/cogs/audio/core/utilities/playlists.py:413 +#: redbot/cogs/audio/core/utilities/playlists.py:602 +#: redbot/cogs/audio/core/utilities/playlists.py:631 +msgid "Unable to Get Track" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:305 +#: redbot/cogs/audio/core/utilities/player.py:396 +#: redbot/cogs/audio/core/utilities/player.py:663 +#: redbot/cogs/audio/core/utilities/playlists.py:414 +#: redbot/cogs/audio/core/utilities/playlists.py:603 +#: redbot/cogs/audio/core/utilities/playlists.py:632 +msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:331 +msgid "The Spotify API key or client secret has not been set properly. \n" +"Use `{prefix}audioset spotifyapi` for instructions." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:355 +msgid "Unable To Find Tracks" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:356 +msgid "This doesn't seem to be a supported Spotify URL or code." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:382 +msgid "{query} is not an allowed query." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:418 +msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n" +"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:491 +msgid " {bad_tracks} tracks cannot be queued." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:497 +msgid "No Title" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:503 +msgid "Playlist Enqueued" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:506 +msgid "Added {num} tracks to the queue.{maxlength_msg}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:512 +msgid "{time} until start of playlist playback: starts at #{position} in queue" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:593 +msgid "Nothing found" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:628 +msgid "Please wait, finding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:634 +msgid "Getting track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:635 +msgid "Matching track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:636 +#: redbot/cogs/audio/core/utilities/playlists.py:329 +#: redbot/cogs/audio/core/utilities/playlists.py:402 +msgid "Loading track {num}/{total}..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:637 +msgid "Approximate time remaining: {seconds}" +msgstr "" + +#: redbot/cogs/audio/core/utilities/player.py:672 +msgid "The connection was reset while loading the playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:71 +msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:89 +msgid "You do not have the permissions to manage that playlist in {guild}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:96 +msgid "You do not have the permissions to manage playlist owned by {user}." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:100 +msgid "You do not have the permissions to manage playlists in {scope} scope." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:104 +msgid "No access to playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:212 +msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:229 +msgid "{number}. <{playlist.name}>\n" +" - Scope: < {scope} >\n" +" - ID: < {playlist.id} >\n" +" - Tracks: < {tracks} >\n" +" - Author: < {author} >\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:246 +msgid "{playlists} playlists found, which one would you like?" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:265 +#: redbot/cogs/audio/core/utilities/playlists.py:271 +msgid "Too many matches found and you did not select which one you wanted." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:296 +msgid "Playlists you can access in this server:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:302 +msgid "Playlists for {scope}:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:306 +msgid "Page {page_num}/{total_pages} | {num} playlists." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:322 +#: redbot/cogs/audio/core/utilities/playlists.py:400 +msgid "Please wait, adding tracks..." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:349 +#: redbot/cogs/audio/core/utilities/playlists.py:452 +msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:354 +#: redbot/cogs/audio/core/utilities/playlists.py:457 +msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:359 +#: redbot/cogs/audio/core/utilities/playlists.py:462 +msgid "Added {num} tracks from the {playlist_name} playlist." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:363 +#: redbot/cogs/audio/core/utilities/playlists.py:466 +msgid "Playlist Saved" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:502 +msgid "Connection to Lavalink has failed" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:516 +#: redbot/cogs/audio/core/utilities/playlists.py:527 +#: redbot/cogs/audio/core/utilities/playlists.py:534 +#: redbot/cogs/audio/core/utilities/playlists.py:547 +msgid "Unable To Get Playlists" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:517 +msgid "I don't have permission to connect to your channel." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:548 +msgid "You must be in the voice channel to use the playlist command." +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "the Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:657 +msgid "Global" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:659 +msgid "the Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:659 +msgid "Server" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:661 +msgid "the User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/playlists.py:661 +msgid "User" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:40 +msgid "__Too many songs in the queue, only showing the first 500__.\n\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:57 +msgid "**Currently livestreaming:**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:59 +#: redbot/cogs/audio/core/utilities/queue.py:64 +msgid "Requested by: **{user}**" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:62 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:76 +msgid "requested by **{user}**\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:80 +msgid "Queue for __{guild_name}__" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:88 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:97 +msgid "Auto-Play" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:103 +msgid "Shuffle" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:109 +msgid "Repeat" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:161 +msgid "Matching Tracks:" +msgstr "" + +#: redbot/cogs/audio/core/utilities/queue.py:164 +msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" +msgstr "" + diff --git a/redbot/cogs/audio/core/utilities/menus/locales/hi-IN.po b/redbot/cogs/audio/core/utilities/menus/locales/hi-IN.po new file mode 100644 index 000000000..e1f07cc5b --- /dev/null +++ b/redbot/cogs/audio/core/utilities/menus/locales/hi-IN.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 684\n" +"Language: hi_IN\n" + diff --git a/redbot/cogs/audio/locales/hi-IN.po b/redbot/cogs/audio/locales/hi-IN.po new file mode 100644 index 000000000..045d0cfa0 --- /dev/null +++ b/redbot/cogs/audio/locales/hi-IN.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 51\n" +"Language: hi_IN\n" + +#: redbot/cogs/audio/converters.py:35 +msgid "\n" +"Scope must be a valid version of one of the following:\n" +"​ ​ ​ ​ Global\n" +"​ ​ ​ ​ Guild\n" +"​ ​ ​ ​ User\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:43 +msgid "\n" +"Author must be a valid version of one of the following:\n" +"​ ​ ​ ​ User ID\n" +"​ ​ ​ ​ User Mention\n" +"​ ​ ​ ​ User Name#123\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:51 +msgid "\n" +"Guild must be a valid version of one of the following:\n" +"​ ​ ​ ​ Guild ID\n" +"​ ​ ​ ​ Exact guild name\n" +msgstr "" + +#: redbot/cogs/audio/converters.py:87 +msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 +msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." +msgstr "" + +#: redbot/cogs/audio/converters.py:127 +msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." +msgstr "" + +#: redbot/cogs/audio/converters.py:176 +msgid "Could not match '{}' to a playlist." +msgstr "" + +#: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 +#: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 +#: redbot/cogs/audio/converters.py:380 redbot/cogs/audio/converters.py:405 +#: redbot/cogs/audio/converters.py:431 redbot/cogs/audio/converters.py:453 +#: redbot/cogs/audio/converters.py:480 +msgid "Nothing" +msgstr "" + +#: redbot/cogs/audio/converters.py:261 +msgid "You cannot use `--guild`" +msgstr "" + +#: redbot/cogs/audio/converters.py:402 +msgid "You cannot use `--to-server`" +msgstr "" + +#: redbot/cogs/audio/converters.py:428 +msgid "You cannot use `--from-server`" +msgstr "" + diff --git a/redbot/cogs/audio/locales/ru-RU.po b/redbot/cogs/audio/locales/ru-RU.po index c3f6ec69e..e3b95a3c7 100644 --- a/redbot/cogs/audio/locales/ru-RU.po +++ b/redbot/cogs/audio/locales/ru-RU.po @@ -40,11 +40,11 @@ msgstr "" #: redbot/cogs/audio/converters.py:87 msgid "\"{arg}\" was not found. It must be the ID or complete name of a server which the bot can see." -msgstr "" +msgstr "{arg}\" не найден. Это должен быть ID или полное имя сервера, которое может увидеть бот." #: redbot/cogs/audio/converters.py:96 redbot/cogs/audio/converters.py:136 msgid "\"{arg}\" does not refer to a unique server. Please use the ID for the server you're trying to specify." -msgstr "" +msgstr "{arg}\" не относится к уникальному серверу. Пожалуйста, используйте ID сервера, который вы пытаетесь указать." #: redbot/cogs/audio/converters.py:127 msgid "\"{arg}\" was not found. It must be the ID or name or mention a user which the bot can see." @@ -52,7 +52,7 @@ msgstr "" #: redbot/cogs/audio/converters.py:176 msgid "Could not match '{}' to a playlist." -msgstr "" +msgstr "Не удалось сопоставить '{}' с плейлистом." #: redbot/cogs/audio/converters.py:241 redbot/cogs/audio/converters.py:263 #: redbot/cogs/audio/converters.py:283 redbot/cogs/audio/converters.py:368 @@ -64,7 +64,7 @@ msgstr "Ничего" #: redbot/cogs/audio/converters.py:261 msgid "You cannot use `--guild`" -msgstr "" +msgstr "Вы не можете использовать `--guild`" #: redbot/cogs/audio/converters.py:402 msgid "You cannot use `--to-server`" diff --git a/redbot/cogs/bank/locales/de-DE.po b/redbot/cogs/bank/locales/de-DE.po index 14058be0c..a269b1ea8 100644 --- a/redbot/cogs/bank/locales/de-DE.po +++ b/redbot/cogs/bank/locales/de-DE.po @@ -45,7 +45,12 @@ msgid "Bank settings:\n\n" "Currency: {currency_name}\n" "Default balance: {default_balance}\n" "Maximum allowed balance: {maximum_bal}\n" -msgstr "" +msgstr "Bankeinstellungen:\n\n" +"Bankname: {bank_name}\n" +"Bank bereich: {bank_scope}\n" +"Währung: {currency_name}\n" +"Standardbilanze: {default_balance}\n" +"Maximal zulässiger Bilanzen: {maximum_bal}\n" #: redbot/cogs/bank/bank.py:83 #, docstring diff --git a/redbot/cogs/bank/locales/hi-IN.po b/redbot/cogs/bank/locales/hi-IN.po new file mode 100644 index 000000000..14f937b19 --- /dev/null +++ b/redbot/cogs/bank/locales/hi-IN.po @@ -0,0 +1,104 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 14\n" +"Language: hi_IN\n" + +#: redbot/cogs/bank/bank.py:36 +#, docstring +msgid "Bank" +msgstr "" + +#: redbot/cogs/bank/bank.py:48 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/cogs/bank/bank.py:52 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/cogs/bank/bank.py:62 +msgid "Global" +msgstr "" + +#: redbot/cogs/bank/bank.py:62 +msgid "Server" +msgstr "" + +#: redbot/cogs/bank/bank.py:67 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/cogs/bank/bank.py:83 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/cogs/bank/bank.py:90 +msgid "per-server" +msgstr "" + +#: redbot/cogs/bank/bank.py:90 +msgid "global" +msgstr "" + +#: redbot/cogs/bank/bank.py:93 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/cogs/bank/bank.py:100 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/cogs/bank/bank.py:106 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/cogs/bank/bank.py:108 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/cogs/bank/bank.py:114 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/cogs/bank/bank.py:116 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/cogs/bank/bank.py:122 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/cogs/bank/bank.py:128 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/cogs/bank/bank.py:133 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + diff --git a/redbot/cogs/cleanup/locales/de-DE.po b/redbot/cogs/cleanup/locales/de-DE.po index cbc0537ca..9591421a6 100644 --- a/redbot/cogs/cleanup/locales/de-DE.po +++ b/redbot/cogs/cleanup/locales/de-DE.po @@ -157,9 +157,9 @@ msgstr "{} scheint keine gültige Nachrichten-ID zu sein." #: redbot/cogs/cleanup/converters.py:29 msgid "{arg} is not an integer." -msgstr "" +msgstr "{arg} ist keine ganze Zahl." #: redbot/cogs/cleanup/converters.py:31 msgid "{arg} is not a positive integer." -msgstr "" +msgstr "{arg} ist keine positive ganze Zahl." diff --git a/redbot/cogs/cleanup/locales/hi-IN.po b/redbot/cogs/cleanup/locales/hi-IN.po new file mode 100644 index 000000000..c1744d7a2 --- /dev/null +++ b/redbot/cogs/cleanup/locales/hi-IN.po @@ -0,0 +1,165 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 31\n" +"Language: hi_IN\n" + +#: redbot/cogs/cleanup/cleanup.py:23 +#, docstring +msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\n\n" +" This is designed as a moderator tool and offers many convenient use cases.\n" +" All cleanup commands only apply to the channel the command is executed in.\n\n" +" Messages older than two weeks cannot be mass deleted.\n" +" This is a limitation of the API.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:54 +msgid "Are you sure you want to delete {number} messages? (y/n)" +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:68 +msgid "Cancelled." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:127 +#, docstring +msgid "Base command for deleting messages." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:137 +#, docstring +msgid "Delete the last X messages matching the specified text.\n\n" +" Example:\n" +" - `[p]cleanup text \"test\" 5`\n\n" +" Remember to use double quotes.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:192 +#, docstring +msgid "Delete the last X messages from a specified user.\n\n" +" Examples:\n" +" - `[p]cleanup user @Twentysix 2`\n" +" - `[p]cleanup user Red 6`\n\n" +" **Arguments:**\n\n" +" - `` The user whose messages are to be cleaned up.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:262 +#, docstring +msgid "Delete all messages after a specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326 +msgid "Message not found." +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:307 +#, docstring +msgid "Deletes X messages before the specified message.\n\n" +" To get a message id, enable developer mode in Discord's\n" +" settings, 'appearance' tab. Then right click a message\n" +" and copy its id.\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:354 +#, docstring +msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n" +" The first message ID should be the older message and the second one the newer.\n\n" +" Example:\n" +" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n" +" **Arguments:**\n\n" +" - `` The id of the message to cleanup after. This message won't be deleted.\n" +" - `` The id of the message to cleanup before. This message won't be deleted.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:402 +#, docstring +msgid "Delete the last X messages.\n\n" +" Example:\n" +" - `[p]cleanup messages 26`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:440 +#, docstring +msgid "Clean up command messages and messages from the bot.\n\n" +" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:528 +#, docstring +msgid "Clean up messages owned by the bot.\n\n" +" By default, all messages are cleaned. If a second argument is specified,\n" +" it is used for pattern matching - only messages containing the given text will be deleted.\n\n" +" Examples:\n" +" - `[p]cleanup self 6`\n" +" - `[p]cleanup self 10 Pong`\n" +" - `[p]cleanup self 7 \"\" True`\n\n" +" **Arguments:**\n\n" +" - `` The max number of messages to cleanup. Must be a positive integer.\n" +" - `` The text that messages must contain to be deleted. Use \"\" to skip this.\n" +" - `` Whether to delete pinned messages or not. Defaults to False\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/cleanup.py:614 +#, docstring +msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n" +" Defaults to 50.\n\n" +" **Arguments:**\n\n" +" - `` The number of messages to check for duplicates. Must be a positive integer.\n" +" " +msgstr "" + +#: redbot/cogs/cleanup/converters.py:17 +msgid "{} doesn't look like a valid message ID." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:29 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/cleanup/converters.py:31 +msgid "{arg} is not a positive integer." +msgstr "" + diff --git a/redbot/cogs/customcom/locales/hi-IN.po b/redbot/cogs/customcom/locales/hi-IN.po new file mode 100644 index 000000000..fb6c5719c --- /dev/null +++ b/redbot/cogs/customcom/locales/hi-IN.po @@ -0,0 +1,296 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 41\n" +"Language: hi_IN\n" + +#: redbot/cogs/customcom/customcom.py:78 +msgid "Welcome to the interactive random {cc} maker!\n" +"Every message you send will be added as one of the random responses to choose from once this {cc} is triggered. To exit this interactive menu, type `{quit}`" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:89 +msgid "Add a random response:" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:101 +msgid "Random responses must take the same arguments!" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:166 +msgid "Do you want to create a 'randomized' custom command? (y/n)" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:172 +#: redbot/cogs/customcom/customcom.py:183 +msgid "Response timed out, please try again later." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:177 +msgid "What response do you want?" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:217 +#, docstring +msgid "This cog contains commands for creating and managing custom commands that display text.\n\n" +" These are useful for storing information members might need, like FAQ answers or invite links.\n" +" Custom commands can be used by anyone by default, so be careful with pings.\n" +" Commands can only be lowercase, and will not respond to any uppercase letters.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:247 +#, docstring +msgid "Base command for Custom Commands management." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:252 +#, docstring +msgid "Get the raw response of a custom command, to get the proper markdown.\n\n" +" This is helpful for copy and pasting.\n\n" +" **Arguments:**\n\n" +" - `` The custom command to get the raw response of." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:277 +msgid "Response #{num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:287 +msgid "Response #{num}/{total}:\n" +"{raw}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:298 +#, docstring +msgid "\n" +" Searches through custom commands, according to the query.\n\n" +" Uses fuzzywuzzy searching to find close matches.\n\n" +" **Arguments:**\n\n" +" - `` The query to search for. Can be multiple words.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:318 +msgid "No close matches were found." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:323 +msgid "Search results" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:328 +msgid "The following matches have been found:" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:333 +#, docstring +msgid "Create custom commands.\n\n" +" If a type is not specified, a simple CC will be created.\n" +" CCs can be enhanced with arguments, see the guide\n" +" [here](https://docs.discord.red/en/stable/cog_customcom.html).\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:344 +#, docstring +msgid "Create a CC where it will randomly choose a response!\n\n" +" Note: This command is interactive.\n\n" +" **Arguments:**\n\n" +" - `` The command executed to return the text. Cast to lowercase.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:354 +#: redbot/cogs/customcom/customcom.py:388 +msgid "Custom command names cannot have spaces in them." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:357 +#: redbot/cogs/customcom/customcom.py:391 +msgid "There already exists a bot command with the same name." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:361 +msgid "Custom command process cancelled." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:365 +#: redbot/cogs/customcom/customcom.py:395 +msgid "Custom command successfully added." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:368 +#: redbot/cogs/customcom/customcom.py:398 +msgid "This command already exists. Use `{command}` to edit it." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:376 +#, docstring +msgid "Add a simple custom command.\n\n" +" Example:\n" +" - `[p]customcom create simple yourcommand Text you want`\n\n" +" **Arguments:**\n\n" +" - `` The command executed to return the text. Cast to lowercase.\n" +" - `` The text to return when executing the command. See guide for enhanced usage.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:410 +#, docstring +msgid "Set, edit, or view the cooldown for a custom command.\n\n" +" You may set cooldowns per member, channel, or guild. Multiple\n" +" cooldowns may be set. All cooldowns must be cooled to call the\n" +" custom command.\n\n" +" Examples:\n" +" - `[p]customcom cooldown pingrole`\n" +" - `[p]customcom cooldown yourcommand 30`\n" +" - `[p]cc cooldown mycommand 30 guild`\n\n" +" **Arguments:**\n\n" +" - `` The custom command to check or set the cooldown.\n" +" - `` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n" +" - `` The group to apply the cooldown on. Defaults to per member. Valid choices are server, guild, user, and member.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:431 +#: redbot/cogs/customcom/customcom.py:472 +msgid "That command doesn't exist." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:436 +msgid "A {} may call this command every {} seconds" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:440 +msgid "This command has no cooldown." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:444 +msgid "{} must be one of {}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:448 +msgid "Custom command cooldown successfully edited." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:451 +#: redbot/cogs/customcom/customcom.py:492 +msgid "That command doesn't exist. Use `{command}` to add it." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:459 +#, docstring +msgid "Delete a custom command.\n\n" +" Example:\n" +" - `[p]customcom delete yourcommand`\n\n" +" **Arguments:**\n\n" +" - `` The custom command to delete.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:470 +msgid "Custom command successfully deleted." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:477 +#, docstring +msgid "Edit a custom command.\n\n" +" Example:\n" +" - `[p]customcom edit yourcommand Text you want`\n\n" +" **Arguments:**\n\n" +" - `` The custom command to edit.\n" +" - `` The new text to return when executing the command.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:489 +msgid "Custom command successfully edited." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:504 +#, docstring +msgid "List all available custom commands.\n\n" +" The list displays a preview of each command's response, with\n" +" markdown escaped and newlines replaced with spaces.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:513 +msgid "There are no custom commands in this server. Use `{command}` to start adding some." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:529 +msgid "Custom Command List" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:533 +msgid "Page {num}/{total}" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:543 +#, docstring +msgid "Shows a custom command's responses and its settings.\n\n" +" **Arguments:**\n\n" +" - `` The custom command to show.\n" +" " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:553 +msgid "I could not not find that custom command." +msgstr "" + +#: redbot/cogs/customcom/customcom.py:564 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:570 +msgid "Random" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:570 +msgid "Normal" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:572 +msgid "Command: {command_name}\n" +"Author: {author}\n" +"Created: {created_at}\n" +"Type: {type}\n" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:584 +msgid "Cooldowns:\n" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:586 +msgid "{num} seconds per {period}\n" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:589 +msgid "Responses:\n" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:687 +msgid "Too many arguments!" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:691 +msgid "Arguments must be sequential. Missing arguments: " +msgstr "" + +#: redbot/cogs/customcom/customcom.py:717 +msgid "Conflicting colon notation for argument {index}: \"{name1}\" and \"{name2}\"." +msgstr "" + diff --git a/redbot/cogs/downloader/locales/hi-IN.po b/redbot/cogs/downloader/locales/hi-IN.po new file mode 100644 index 000000000..873080b14 --- /dev/null +++ b/redbot/cogs/downloader/locales/hi-IN.po @@ -0,0 +1,691 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 20\n" +"Language: hi_IN\n" + +#: redbot/cogs/downloader/checks.py:12 +msgid "You're about to add a 3rd party repository. The creator of Red and its community have no responsibility for any potential damage that the content of 3rd party repositories might cause.\n\n" +"By typing '**I agree**' you declare that you have read and fully understand the above message. This message won't be shown again until the next reboot.\n\n" +"You have **30** seconds to reply to this message." +msgstr "" + +#: redbot/cogs/downloader/checks.py:36 +msgid "Your response has timed out, please try again." +msgstr "" + +#: redbot/cogs/downloader/converters.py:14 +#: redbot/cogs/downloader/repo_manager.py:176 +msgid "No Downloader cog found." +msgstr "" + +#: redbot/cogs/downloader/converters.py:19 +msgid "Cog `{cog_name}` is not installed." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:30 +msgid "\n" +"**WARNING:** The following repos are using shared libraries which are marked for removal in the future: {repo_list}.\n" +" You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:39 +#, docstring +msgid "Install community cogs made by Cog Creators.\n\n" +" Community cogs, also called third party cogs, are not included\n" +" in the default Red install.\n\n" +" Community cogs come in repositories. Repos are a group of cogs\n" +" you can install. You always need to add the creator's repository\n" +" using the `[p]repo` command before you can install one or more\n" +" cogs from the creator.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:484 +#, docstring +msgid "\n" +" Install a group of dependencies using pip.\n\n" +" Examples:\n" +" - `[p]pipinstall bs4`\n" +" - `[p]pipinstall py-cpuinfo psutil`\n\n" +" Improper usage of this command can break your bot, be careful.\n\n" +" **Arguments**\n\n" +" - `` The package or packages you wish to install.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:502 +msgid "Libraries installed." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:505 +msgid "Some libraries failed to install. Please check your logs for a complete list." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:514 +#, docstring +msgid "Base command for repository management." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:521 +#, docstring +msgid "Add a new repo.\n\n" +" Examples:\n" +" - `[p]repo add 26-Cogs https://github.com/Twentysix26/x26-Cogs`\n" +" - `[p]repo add Laggrons-Dumb-Cogs https://github.com/retke/Laggrons-Dumb-Cogs v3`\n\n" +" Repo names can only contain characters A-z, numbers, underscores, and hyphens.\n" +" The branch will be the default branch if not specified.\n\n" +" **Arguments**\n\n" +" - `` The name given to the repo.\n" +" - `` URL to the cog branch. Usually GitHub or GitLab.\n" +" - `[branch]` Optional branch to install cogs from.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:541 +msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:550 +msgid "The repo name you provided is already in use. Please choose another name." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:554 +msgid "Something went wrong during the cloning process. See logs for more information." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:572 +msgid "Something went wrong trying to add that repo. See logs for more information." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:578 +msgid "Repo `{name}` successfully added." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:584 +#, docstring +msgid "\n" +" Remove a repo and its files.\n\n" +" Example:\n" +" - `[p]repo delete 26-Cogs`\n\n" +" **Arguments**\n\n" +" - `` The name of an already added repo\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:597 +msgid "The repo `{repo.name}` has been deleted successfully." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:602 +#, docstring +msgid "List all installed repos." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:605 +msgid "Installed Repos:\n\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:614 +#, docstring +msgid "Show information about a repo.\n\n" +" Example:\n" +" - `[p]repo info 26-Cogs`\n\n" +" **Arguments**\n\n" +" - `` The name of the repo to show info about.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:623 +#: redbot/cogs/downloader/downloader.py:1273 +#: redbot/cogs/downloader/downloader.py:1583 +msgid "Missing from info.json" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:625 +msgid "Repo url: {repo_url}\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:627 +msgid "Branch: {branch_name}\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:628 +msgid "Made by: {author}\n" +"Description:\n" +"{description}" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:632 +msgid "Information on {repo_name} repo:{information}" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:640 +#, docstring +msgid "Update all repos, or ones of your choosing.\n\n" +" This will *not* update the cogs installed from those repos.\n\n" +" Examples:\n" +" - `[p]repo update`\n" +" - `[p]repo update 26-Cogs`\n" +" - `[p]repo update 26-Cogs Laggrons-Dumb-Cogs`\n\n" +" **Arguments**\n\n" +" - `[repos...]` The name or names of repos to update. If omitted, all repos are updated.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:660 +msgid "Repo update completed successfully." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:661 +#: redbot/cogs/downloader/downloader.py:1471 +msgid "\n" +"Updated: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:663 +msgid "All installed repos are already up to date." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:666 +msgid "These repos are already up to date." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:668 +msgid "This repo is already up to date." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:678 +#, docstring +msgid "Base command for cog installation management commands." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:683 +#, docstring +msgid "\n" +" This command should not be used unless Red specifically asks for it.\n\n" +" This command will reinstall cog requirements and shared libraries for all installed cogs.\n\n" +" Red might ask the owner to use this when it clears contents of the lib folder\n" +" because of change in minor version of Python.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:712 +#: redbot/cogs/downloader/downloader.py:1454 +msgid "Failed to install requirements: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:717 +#: redbot/cogs/downloader/downloader.py:1492 +msgid "\n" +"Failed to install shared libraries: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:723 +msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:731 +msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:739 +#, docstring +msgid "Install a cog from the given repo.\n\n" +" Examples:\n" +" - `[p]cog install 26-Cogs defender`\n" +" - `[p]cog install Laggrons-Dumb-Cogs say roleinvite`\n\n" +" **Arguments**\n\n" +" - `` The name of the repo to install cogs from.\n" +" - `` The cog or cogs to install.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:758 +#, docstring +msgid "Install a cog from the specified revision of given repo.\n\n" +" Revisions are \"commit ids\" that point to the point in the code when a specific change was made.\n" +" The latest revision can be found in the URL bar for any GitHub repo by [pressing \"y\" on that repo](https://docs.github.com/en/free-pro-team@latest/github/managing-files-in-a-repository/getting-permanent-links-to-files#press-y-to-permalink-to-a-file-in-a-specific-commit).\n\n" +" Older revisions can be found in the URL bar by [viewing the commit history of any repo](https://cdn.discordapp.com/attachments/133251234164375552/775760247787749406/unknown.png)\n\n" +" Example:\n" +" - `[p]cog installversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n" +" **Arguments**\n\n" +" - `` The name of the repo to install cogs from.\n" +" - `` The revision to install from.\n" +" - `` The cog or cogs to install.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:785 +#: redbot/cogs/downloader/downloader.py:1116 +msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:797 +#: redbot/cogs/downloader/downloader.py:1127 +msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:811 +msgid "\n" +"Failed to install requirements: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:832 +msgid "\n" +"Failed to install shared libraries for `{repo.name}` repo: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:840 +msgid "\n" +"Failed to install cogs: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:844 +msgid "Successfully installed cogs: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:847 +msgid "\n" +"These cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:854 +msgid "\n" +"You can load them using {command_1}. To see end user data statements, you can use {command_2}." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:871 +#, docstring +msgid "Uninstall cogs.\n\n" +" You may only uninstall cogs which were previously installed\n" +" by Downloader.\n\n" +" Examples:\n" +" - `[p]cog uninstall 26-Cogs defender`\n" +" - `[p]cog uninstall Laggrons-Dumb-Cogs say roleinvite`\n\n" +" **Arguments**\n\n" +" - `` The cog or cogs to uninstall.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:903 +msgid "Successfully uninstalled cogs: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:906 +msgid "\n" +"Downloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:911 +msgid "\n" +"They were most likely removed without using `{prefix}cog uninstall`.\n" +"You may need to remove those files manually if the cogs are still usable. If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:921 +#, docstring +msgid "Pin cogs - this will lock cogs on their current version.\n\n" +" Examples:\n" +" - `[p]cog pin defender`\n" +" - `[p]cog pin outdated_cog1 outdated_cog2`\n\n" +" **Arguments**\n\n" +" - `` The cog or cogs to pin. Must already be installed.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:943 +msgid "Pinned cogs: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:945 +msgid "\n" +"These cogs were already pinned: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:950 +#, docstring +msgid "Unpin cogs - this will remove the update lock from those cogs.\n\n" +" Examples:\n" +" - `[p]cog unpin defender`\n" +" - `[p]cog unpin updated_cog1 updated_cog2`\n\n" +" **Arguments**\n\n" +" - `` The cog or cogs to unpin. Must already be installed and pinned." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:971 +msgid "Unpinned cogs: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:973 +msgid "\n" +"These cogs weren't pinned: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:978 +#, docstring +msgid "List currently pinned cogs." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:984 +msgid "None." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:988 +msgid "(continued)" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:988 +msgid "Pinned Cogs:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:998 +msgid "Pinned Cogs: \n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1003 +#, docstring +msgid "\n" +" Check for available cog updates (including pinned cogs).\n\n" +" This command doesn't update cogs, it only checks for updates.\n" +" Use `[p]cog update` to update cogs.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1018 +msgid "These cogs can be updated: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1023 +msgid "\n" +"These shared libraries can be updated: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1027 +msgid "No cogs can be updated." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1031 +msgid "All installed cogs are up to date." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1040 +#, docstring +msgid "Update all cogs, or ones of your choosing.\n\n" +" Examples:\n" +" - `[p]cog update`\n" +" - `[p]cog update defender`\n\n" +" **Arguments**\n\n" +" - `[cogs...]` The cog or cogs to update. If omitted, all cogs are updated.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1054 +#, docstring +msgid "Update all cogs from repos of your choosing.\n\n" +" Examples:\n" +" - `[p]cog updateallfromrepos 26-Cogs`\n" +" - `[p]cog updateallfromrepos Laggrons-Dumb-Cogs 26-Cogs`\n\n" +" **Arguments**\n\n" +" - `` The repo or repos to update all cogs from.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1070 +#, docstring +msgid "Update all cogs, or ones of your choosing to chosen revision of one repo.\n\n" +" Note that update doesn't mean downgrade and therefore `revision`\n" +" has to be newer than the version that cog currently has installed. If you want to\n" +" downgrade the cog, uninstall and install it again.\n\n" +" See `[p]cog installversion` for an explanation of `revision`.\n\n" +" Example:\n" +" - `[p]cog updatetoversion Broken-Repo e798cc268e199612b1316a3d1f193da0770c7016 cog_name`\n\n" +" **Arguments**\n\n" +" - `` The repo or repos to update all cogs from.\n" +" - `` The revision to update to.\n" +" - `[cogs...]` The cog or cogs to update.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1148 +msgid "There were no cogs to check." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1151 +#: redbot/cogs/downloader/downloader.py:1185 +msgid "\n" +"These cogs are pinned and therefore weren't checked: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1166 +msgid "Cogs from provided repos are already up to date." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1169 +msgid "Provided cogs are already up to date with this revision." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1173 +msgid "Cogs from provided repo are already up to date with this revision." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1178 +msgid "Provided cogs are already up to date." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1180 +msgid "All installed cogs are already up to date." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1208 +#, docstring +msgid "List all available cogs from a single repo.\n\n" +" Example:\n" +" - `[p]cog list 26-Cogs`\n\n" +" **Arguments**\n\n" +" - `` The repo to list cogs from.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1220 +msgid "Installed Cogs:\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1227 +msgid "Available Cogs:\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1240 +#, docstring +msgid "List information about a single cog.\n\n" +" Example:\n" +" - `[p]cog info 26-Cogs defender`\n\n" +" **Arguments**\n\n" +" - `` The repo to get cog info from.\n" +" - `` The cog to get info on.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1253 +msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1259 +msgid "Information on {cog_name}:\n" +"{description}\n\n" +"End user data statement:\n" +"{end_user_data_statement}\n\n" +"Made by: {author}\n" +"Requirements: {requirements}" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1271 +msgid "Author of the cog didn't provide end user data statement." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1339 +msgid "\n" +"Couldn't find these cogs in {repo.name}: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1343 +msgid "\n" +"These cogs were already installed: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1347 +msgid "\n" +"Some cogs with these names are already installed from different repos: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1365 +msgid " (Minimum: {min_version})" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1378 +msgid " (Minimum: {min_version}" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1382 +msgid ", at most: {max_version}" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1390 +msgid "\n" +"These cogs require higher python version than you have: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1394 +msgid "\n" +"These cogs require different Red version than you currently have ({current_version}): " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1460 +msgid "Cog update completed successfully." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1474 +msgid "\n" +"End user data statements of these cogs have changed: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1476 +msgid "\n" +"You can use {command} to see the updated statements.\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1482 +msgid "\n" +"Failed to update cogs: " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1484 +msgid "No cogs were updated." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1486 +msgid "\n" +"Some shared libraries were updated, you should restart the bot to bring the changes into effect." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1500 +msgid "None of the updated cogs were previously loaded. Update complete." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1504 +msgid "Would you like to reload the updated cogs?" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1527 +msgid "OK then." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1557 +#, docstring +msgid "Find which cog a command comes from.\n\n" +" This will only work with loaded cogs.\n\n" +" Example:\n" +" - `[p]findcog ping`\n\n" +" **Arguments**\n\n" +" - `` The command to search for.\n" +" " +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1571 +msgid "That command doesn't seem to exist." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1586 +msgid "Missing from installed repos" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1596 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1597 +msgid "None - this cog wasn't installed via downloader" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1600 +msgid "This command is not provided by a cog." +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1606 +msgid "Command:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1607 +msgid "Cog Name:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1608 +msgid "Made by:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1609 +msgid "Repo URL:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1612 +msgid "Repo branch:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1617 +msgid "Command: {command}\n" +"Cog name: {cog}\n" +"Made by: {author}\n" +"Repo URL: {repo_url}\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1621 +msgid "Repo branch: {branch_name}\n" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1642 +msgid "Failed to update the following repositories:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1644 +msgid "Failed to update the following repository:" +msgstr "" + +#: redbot/cogs/downloader/downloader.py:1647 +msgid "The repository's branch might have been removed or the repository is no longer accessible at set url. See logs for more information." +msgstr "" + +#: redbot/cogs/downloader/repo_manager.py:183 +msgid "Repo by the name \"{repo_name}\" does not exist." +msgstr "" + diff --git a/redbot/cogs/downloader/locales/tr-TR.po b/redbot/cogs/downloader/locales/tr-TR.po index b923e3c43..e0becd923 100644 --- a/redbot/cogs/downloader/locales/tr-TR.po +++ b/redbot/cogs/downloader/locales/tr-TR.po @@ -193,11 +193,11 @@ msgstr "Burada eksik bilgiler var info.json" #: redbot/cogs/downloader/downloader.py:625 msgid "Repo url: {repo_url}\n" -msgstr "" +msgstr "Depo adresi: {repo_url}\n" #: redbot/cogs/downloader/downloader.py:627 msgid "Branch: {branch_name}\n" -msgstr "" +msgstr "Depo branşı: {branch_name}\n" #: redbot/cogs/downloader/downloader.py:628 msgid "Made by: {author}\n" diff --git a/redbot/cogs/economy/locales/de-DE.po b/redbot/cogs/economy/locales/de-DE.po index ce16d3f55..ff0f6637b 100644 --- a/redbot/cogs/economy/locales/de-DE.po +++ b/redbot/cogs/economy/locales/de-DE.po @@ -17,23 +17,23 @@ msgstr "" #: redbot/cogs/economy/converters.py:19 msgid "{arg} is not an integer." -msgstr "" +msgstr "{arg} ist keine ganze Zahl." #: redbot/cogs/economy/converters.py:21 msgid "{arg} is not a positive integer." -msgstr "" +msgstr "{arg} ist keine positive ganze Zahl." #: redbot/cogs/economy/economy.py:48 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" -msgstr "" +msgstr "JACKPOT! 226! Dein Gebot wurde multipliziert * 50!" #: redbot/cogs/economy/economy.py:52 msgid "4LC! Your bid has been multiplied * 25!" -msgstr "" +msgstr "4LC! Dein Gebot wurde multipliziert * 25!" #: redbot/cogs/economy/economy.py:56 msgid "Three cherries! Your bid has been multiplied * 20!" -msgstr "" +msgstr "Drei Kirschen! Dein Gebot wurde multipliziert * 20!" #: redbot/cogs/economy/economy.py:60 msgid "2 6! Your bid has been multiplied * 4!" @@ -45,7 +45,7 @@ msgstr "Zwei Kirschen! Dein Gebot wurde multipliziert * 3!" #: redbot/cogs/economy/economy.py:68 msgid "Three symbols! Your bid has been multiplied * 10!" -msgstr "" +msgstr "Drei Symbole! Dein Gebot wurde multipliziert * 10!" #: redbot/cogs/economy/economy.py:72 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" @@ -60,7 +60,14 @@ msgid "Slot machine payouts:\n" "{cherries.value} {cherries.value} Bet * 3\n\n" "Three symbols: Bet * 10\n" "Two symbols: Bet * 2" -msgstr "" +msgstr "Spielautomaten Auszahlungen:\n" +"{two.value} {two.value} {six.value} Gebot * 50\n" +"{flc.value} {flc.value} {flc.value} Gebot * 25\n" +"{cherries.value} {cherries.value} {cherries.value} Gebot * 20\n" +"{two.value} {six.value} Gebot * 4\n" +"{cherries.value}{cherries.value} Gebot * 3\n\n" +"Drei Symbole: Gebot * 10\n" +"Zwei Symbole: Gebot * 2" #: redbot/cogs/economy/economy.py:121 #, docstring @@ -301,7 +308,7 @@ msgstr "Punkte" #: redbot/cogs/economy/economy.py:663 msgid "No balances found." -msgstr "" +msgstr "Keine Bilanzen gefunden." #: redbot/cogs/economy/economy.py:668 #, docstring @@ -346,12 +353,13 @@ msgstr "Nichts!" #: redbot/cogs/economy/economy.py:784 msgid "Your bid: {bid}" -msgstr "" +msgstr "Dein Gebot: {bid}" #: redbot/cogs/economy/economy.py:785 msgid "\n" "{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" -msgstr "" +msgstr "\n" +"{old_balance} - {bid} (Dein Gebot) + {pay} (Gewinn) → {new_balance}!" #: redbot/cogs/economy/economy.py:802 #, docstring @@ -374,7 +382,14 @@ msgid "----Economy Settings---\n" "Payday cooldown: {payday_time}\n" "Amount given at account registration: {register_amount}\n" "Maximum allowed balance: {maximum_bal}" -msgstr "" +msgstr "----Economy Einstellungen---\n" +"Mindesteinsatz Spielautomat: {slot_min}\n" +"Maximaleinsatz Spielautomat: {slot_max}\n" +"Spielautomat Abklingzeit: {slot_time}\n" +"Zahltag Summe: {payday_amount}\n" +"Zahltag Abklingzeit: {payday_time}\n" +"Ausgezahlte Summe bei Kontoeröffnung: {register_amount}\n" +"Maximal zulässige Balance: {maximum_bal}" #: redbot/cogs/economy/economy.py:839 #, docstring @@ -456,7 +471,7 @@ msgstr "" #: redbot/cogs/economy/economy.py:972 msgid "Amount must be greater than zero and less than {maxbal}." -msgstr "" +msgstr "Der Betrag muss größer als null und kleiner als {maxbal} sein." #: redbot/cogs/economy/economy.py:982 msgid "Every payday will now give {num} {currency}." diff --git a/redbot/cogs/economy/locales/hi-IN.po b/redbot/cogs/economy/locales/hi-IN.po new file mode 100644 index 000000000..5d2d23251 --- /dev/null +++ b/redbot/cogs/economy/locales/hi-IN.po @@ -0,0 +1,525 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 23\n" +"Language: hi_IN\n" + +#: redbot/cogs/economy/converters.py:19 +msgid "{arg} is not an integer." +msgstr "" + +#: redbot/cogs/economy/converters.py:21 +msgid "{arg} is not a positive integer." +msgstr "" + +#: redbot/cogs/economy/economy.py:48 +msgid "JACKPOT! 226! Your bid has been multiplied * 50!" +msgstr "" + +#: redbot/cogs/economy/economy.py:52 +msgid "4LC! Your bid has been multiplied * 25!" +msgstr "" + +#: redbot/cogs/economy/economy.py:56 +msgid "Three cherries! Your bid has been multiplied * 20!" +msgstr "" + +#: redbot/cogs/economy/economy.py:60 +msgid "2 6! Your bid has been multiplied * 4!" +msgstr "" + +#: redbot/cogs/economy/economy.py:64 +msgid "Two cherries! Your bid has been multiplied * 3!" +msgstr "" + +#: redbot/cogs/economy/economy.py:68 +msgid "Three symbols! Your bid has been multiplied * 10!" +msgstr "" + +#: redbot/cogs/economy/economy.py:72 +msgid "Two consecutive symbols! Your bid has been multiplied * 2!" +msgstr "" + +#: redbot/cogs/economy/economy.py:76 +msgid "Slot machine payouts:\n" +"{two.value} {two.value} {six.value} Bet * 50\n" +"{flc.value} {flc.value} {flc.value} Bet * 25\n" +"{cherries.value} {cherries.value} {cherries.value} Bet * 20\n" +"{two.value} {six.value} Bet * 4\n" +"{cherries.value} {cherries.value} Bet * 3\n\n" +"Three symbols: Bet * 10\n" +"Two symbols: Bet * 2" +msgstr "" + +#: redbot/cogs/economy/economy.py:121 +#, docstring +msgid "Get rich and have fun with imaginary currency!" +msgstr "" + +#: redbot/cogs/economy/economy.py:171 +#, docstring +msgid "Base command to manage the bank." +msgstr "" + +#: redbot/cogs/economy/economy.py:176 +#, docstring +msgid "Show the user's account balance.\n\n" +" Example:\n" +" - `[p]bank balance`\n" +" - `[p]bank balance @Twentysix`\n\n" +" **Arguments**\n\n" +" - `` The user to check the balance of. If omitted, defaults to your own balance.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:196 +msgid "{user}'s balance is {num} {currency}" +msgstr "" + +#: redbot/cogs/economy/economy.py:203 +#, docstring +msgid "Transfer currency to other users.\n\n" +" This will come out of your balance, so make sure you have enough.\n\n" +" Example:\n" +" - `[p]bank transfer @Twentysix 500`\n\n" +" **Arguments**\n\n" +" - `` The user to give currency to.\n" +" - `` The amount of currency to give.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:224 +msgid "{user} transferred {num} {currency} to {other_user}" +msgstr "" + +#: redbot/cogs/economy/economy.py:236 +#, docstring +msgid "Set the balance of a user's bank account.\n\n" +" Putting + or - signs before the amount will add/remove currency on the user's bank account instead.\n\n" +" Examples:\n" +" - `[p]bank set @Twentysix 26` - Sets balance to 26\n" +" - `[p]bank set @Twentysix +2` - Increases balance by 2\n" +" - `[p]bank set @Twentysix -6` - Decreases balance by 6\n\n" +" **Arguments**\n\n" +" - `` The user to set the currency of.\n" +" - `` The amount of currency to set their balance to.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:256 +msgid "{author} added {num} {currency} to {user}'s account." +msgstr "" + +#: redbot/cogs/economy/economy.py:264 +msgid "{author} removed {num} {currency} from {user}'s account." +msgstr "" + +#: redbot/cogs/economy/economy.py:272 +msgid "{author} set {user}'s account balance to {num} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:287 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bank reset` - Did not confirm. Shows the help message.\n" +" - `[p]bank reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:299 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bank reset yes`" +msgstr "" + +#: redbot/cogs/economy/economy.py:303 redbot/cogs/economy/economy.py:311 +msgid "this server" +msgstr "" + +#: redbot/cogs/economy/economy.py:310 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/cogs/economy/economy.py:319 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/cogs/economy/economy.py:326 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bank prune global`.\n\n" +" Examples:\n" +" - `[p]bank prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bank prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:340 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/cogs/economy/economy.py:344 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bank prune local yes`" +msgstr "" + +#: redbot/cogs/economy/economy.py:353 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/cogs/economy/economy.py:359 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bank prune server`.\n\n" +" Examples:\n" +" - `[p]bank prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bank prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:373 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/cogs/economy/economy.py:377 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bank prune global yes`" +msgstr "" + +#: redbot/cogs/economy/economy.py:386 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/cogs/economy/economy.py:396 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bank prune user @TwentySix` - Did not confirm. Shows the help message.\n" +" - `[p]bank prune user @TwentySix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:409 +msgid "This command cannot be used in DMs with a local bank." +msgstr "" + +#: redbot/cogs/economy/economy.py:419 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bank prune user {id} yes`" +msgstr "" + +#: redbot/cogs/economy/economy.py:427 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/cogs/economy/economy.py:432 +#, docstring +msgid "Get some free currency.\n\n" +" The amount awarded and frequency can be configured.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:453 +msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\n\n" +"You currently have {new_balance} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:467 redbot/cogs/economy/economy.py:524 +msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\n\n" +"You currently have {new_balance} {currency}.\n\n" +"You are currently #{pos} on the global leaderboard!" +msgstr "" + +#: redbot/cogs/economy/economy.py:484 redbot/cogs/economy/economy.py:540 +msgid "{author.mention} Too soon. For your next payday you have to wait {time}." +msgstr "" + +#: redbot/cogs/economy/economy.py:508 +msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\n\n" +"You currently have {new_balance} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:548 +#, docstring +msgid "Print the leaderboard.\n\n" +" Defaults to top 10.\n\n" +" Examples:\n" +" - `[p]leaderboard`\n" +" - `[p]leaderboard 50` - Shows the top 50 instead of top 10.\n" +" - `[p]leaderboard 100 yes` - Shows the top 100 from all servers.\n\n" +" **Arguments**\n\n" +" - `` How many positions on the leaderboard to show. Defaults to 10 if omitted.\n" +" - `` Whether to include results from all servers. This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:565 +msgid "Page {page_num}/{page_len}." +msgstr "" + +#: redbot/cogs/economy/economy.py:571 +msgid "Economy Leaderboard" +msgstr "" + +#: redbot/cogs/economy/economy.py:588 +msgid "There are no accounts in the bank." +msgstr "" + +#: redbot/cogs/economy/economy.py:592 +msgid "Name" +msgstr "" + +#: redbot/cogs/economy/economy.py:593 +msgid "Score" +msgstr "" + +#: redbot/cogs/economy/economy.py:663 +msgid "No balances found." +msgstr "" + +#: redbot/cogs/economy/economy.py:668 +#, docstring +msgid "Show the payouts for the slot machine." +msgstr "" + +#: redbot/cogs/economy/economy.py:672 +msgid "I can't send direct messages to you." +msgstr "" + +#: redbot/cogs/economy/economy.py:677 +#, docstring +msgid "Use the slot machine.\n\n" +" Example:\n" +" - `[p]slot 50`\n\n" +" **Arguments**\n\n" +" - `` The amount to bet on the slot machine. Winning payouts are higher when you bet more.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:704 +msgid "You're on cooldown, try again in a bit." +msgstr "" + +#: redbot/cogs/economy/economy.py:707 +msgid "That's an invalid bid amount, sorry :/" +msgstr "" + +#: redbot/cogs/economy/economy.py:710 +msgid "You ain't got enough money, friend." +msgstr "" + +#: redbot/cogs/economy/economy.py:765 +msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\n" +"{old_balance} -> {new_balance}!" +msgstr "" + +#: redbot/cogs/economy/economy.py:780 +msgid "Nothing!" +msgstr "" + +#: redbot/cogs/economy/economy.py:784 +msgid "Your bid: {bid}" +msgstr "" + +#: redbot/cogs/economy/economy.py:785 +msgid "\n" +"{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" +msgstr "" + +#: redbot/cogs/economy/economy.py:802 +#, docstring +msgid "Base command to manage Economy settings." +msgstr "" + +#: redbot/cogs/economy/economy.py:806 +#, docstring +msgid "\n" +" Shows the current economy settings\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:816 +msgid "----Economy Settings---\n" +"Minimum slot bid: {slot_min}\n" +"Maximum slot bid: {slot_max}\n" +"Slot cooldown: {slot_time}\n" +"Payday amount: {payday_amount}\n" +"Payday cooldown: {payday_time}\n" +"Amount given at account registration: {register_amount}\n" +"Maximum allowed balance: {maximum_bal}" +msgstr "" + +#: redbot/cogs/economy/economy.py:839 +#, docstring +msgid "Set the minimum slot machine bid.\n\n" +" Example:\n" +" - `[p]economyset slotmin 10`\n\n" +" **Arguments**\n\n" +" - `` The new minimum bid for using the slot machine. Default is 5.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:856 +msgid "Warning: Minimum bid is greater than the maximum bid ({max_bid}). Slots will not work." +msgstr "" + +#: redbot/cogs/economy/economy.py:867 +msgid "Minimum bid is now {bid} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:874 +#, docstring +msgid "Set the maximum slot machine bid.\n\n" +" Example:\n" +" - `[p]economyset slotmax 50`\n\n" +" **Arguments**\n\n" +" - `` The new maximum bid for using the slot machine. Default is 100.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:891 +msgid "Warning: Maximum bid is less than the minimum bid ({min_bid}). Slots will not work." +msgstr "" + +#: redbot/cogs/economy/economy.py:902 +msgid "Maximum bid is now {bid} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:911 +#, docstring +msgid "Set the cooldown for the slot machine.\n\n" +" Examples:\n" +" - `[p]economyset slottime 10`\n" +" - `[p]economyset slottime 10m`\n\n" +" **Arguments**\n\n" +" - `` The new duration to wait in between uses of the slot machine. Default is 5 seconds.\n" +" Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:928 +msgid "Cooldown is now {num} seconds." +msgstr "" + +#: redbot/cogs/economy/economy.py:934 +#, docstring +msgid "Set the cooldown for the payday command.\n\n" +" Examples:\n" +" - `[p]economyset paydaytime 86400`\n" +" - `[p]economyset paydaytime 1d`\n\n" +" **Arguments**\n\n" +" - `` The new duration to wait in between uses of payday. Default is 5 minutes.\n" +" Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:952 +msgid "Value modified. At least {num} seconds must pass between each payday." +msgstr "" + +#: redbot/cogs/economy/economy.py:959 +#, docstring +msgid "Set the amount earned each payday.\n\n" +" Example:\n" +" - `[p]economyset paydayamount 400`\n\n" +" **Arguments**\n\n" +" - `` The new amount to give when using the payday command. Default is 120.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:972 +msgid "Amount must be greater than zero and less than {maxbal}." +msgstr "" + +#: redbot/cogs/economy/economy.py:982 +msgid "Every payday will now give {num} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:989 +#, docstring +msgid "Set the amount earned each payday for a role.\n" +" Set to `0` to remove the payday amount you set for that role.\n\n" +" Only available when not using a global bank.\n\n" +" Example:\n" +" - `[p]economyset rolepaydayamount @Members 400`\n\n" +" **Arguments**\n\n" +" - `` The role to assign a custom payday amount to.\n" +" - `` The new amount to give when using the payday command.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:1006 +msgid "The bank requires that you set the payday to be less than its maximum balance of {maxbal}." +msgstr "" + +#: redbot/cogs/economy/economy.py:1013 +msgid "The bank must be per-server for per-role paydays to work." +msgstr "" + +#: redbot/cogs/economy/economy.py:1019 +msgid "The payday value attached to role has been removed. Users with this role will now receive the default pay of {num} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:1028 +msgid "Every payday will now give {num} {currency} to people with the role {role_name}." +msgstr "" + +#: redbot/cogs/economy/economy.py:1038 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]economyset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/cogs/economy/economy.py:1054 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/cogs/economy/economy.py:1059 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/cogs/economy/economy.py:1068 +msgid "weeks" +msgstr "" + +#: redbot/cogs/economy/economy.py:1069 +msgid "days" +msgstr "" + +#: redbot/cogs/economy/economy.py:1070 +msgid "hours" +msgstr "" + +#: redbot/cogs/economy/economy.py:1071 +msgid "minutes" +msgstr "" + +#: redbot/cogs/economy/economy.py:1072 +msgid "seconds" +msgstr "" + diff --git a/redbot/cogs/economy/locales/nb-NO.po b/redbot/cogs/economy/locales/nb-NO.po index 19bf6a5a3..49e34e849 100644 --- a/redbot/cogs/economy/locales/nb-NO.po +++ b/redbot/cogs/economy/locales/nb-NO.po @@ -518,7 +518,14 @@ msgid "Set the cooldown for the slot machine.\n\n" " - `` The new duration to wait in between uses of the slot machine. Default is 5 seconds.\n" " Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" " " -msgstr "" +msgstr "Angi ventetikken for spormaskinen.\n\n" +" Examples:\n" +" - `[p]economyset slottime 10`\n" +" - `[p]economyset slottime 10m`\n\n" +" **Argumenter**\n\n" +" - `Den nye varigheten for å vente i mellom bruk av maskinen igjen. Standard er 5 sekunder.\n" +" akseptere: sekunder, minutter, timer, dager, uker (hvis ingen enhet er angitt, varigheten forutsettes å være gitt i sekunder)\n" +" " #: redbot/cogs/economy/economy.py:928 msgid "Cooldown is now {num} seconds." @@ -534,7 +541,14 @@ msgid "Set the cooldown for the payday command.\n\n" " - `` The new duration to wait in between uses of payday. Default is 5 minutes.\n" " Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" " " -msgstr "" +msgstr "Angi nedkjølingsoperasjonen for lønnskommandoen.\n\n" +" Eksempler:\n" +" - `[p]economyset paydaytime 86400`\n" +" - `[p]economyset paydaytime 1d`\n\n" +" **Arguments**\n\n" +" - `` Den nye varigheten å vente i mellom bruk av betalingsdag. Standard er 5 minutter.\n" +" akseptere: sekunder, minutter, timer, dager, uker (hvis ingen enhet er angitt, varigheten forutsettes å være gitt i sekunder)\n" +" " #: redbot/cogs/economy/economy.py:952 msgid "Value modified. At least {num} seconds must pass between each payday." diff --git a/redbot/cogs/economy/locales/tr-TR.po b/redbot/cogs/economy/locales/tr-TR.po index 249320e7a..ed617d477 100644 --- a/redbot/cogs/economy/locales/tr-TR.po +++ b/redbot/cogs/economy/locales/tr-TR.po @@ -517,7 +517,14 @@ msgid "Set the cooldown for the slot machine.\n\n" " - `` The new duration to wait in between uses of the slot machine. Default is 5 seconds.\n" " Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" " " -msgstr "" +msgstr "Slot makinesi için bekleme süresini ayarla.\n\n" +" Örnekler:\n" +" - `[p]economyset slottime 10`\n" +" - `[p]economyset slottime 10m`\n\n" +" **Seçenekler**\n\n" +" - `` Slot makinesi tekrar kullanabilmek için beklenmesi gereken yeni süre. Varsayılan süre 5 saniyedir.\n" +" Süreyi saniyeler (s), dakikalar (m), saatler (h), günler (d) veya haftalar (w) olarak verebilirsiniz. (Eğer ölçü belirtilmediyse sürenin saniye olarak verildiği varsayılır)\n" +" " #: redbot/cogs/economy/economy.py:928 msgid "Cooldown is now {num} seconds." @@ -533,7 +540,14 @@ msgid "Set the cooldown for the payday command.\n\n" " - `` The new duration to wait in between uses of payday. Default is 5 minutes.\n" " Accepts: seconds, minutes, hours, days, weeks (if no unit is specified, the duration is assumed to be given in seconds)\n" " " -msgstr "" +msgstr "Maaş komutu için bekleme süresini ayarla.\n\n" +" Örnekler:\n" +" - `[p]economyset paydaytime 86400`\n" +" - `[p]economyset paydaytime 1d`\n\n" +" **Seçenekler**\n\n" +" - `` Payday komutunu tekrar kullanmak için beklenmesi gereken süreyi ayarla. Varsayılan süre 5 dakikadır.\n" +" Süreyi saniyeler (s), dakikalar (m), saatler (h), günler (d) veya haftalar (w) olarak verebilirsiniz. (Eğer ölçü belirtilmediyse sürenin saniye olarak verildiği varsayılır)\n" +" " #: redbot/cogs/economy/economy.py:952 msgid "Value modified. At least {num} seconds must pass between each payday." diff --git a/redbot/cogs/filter/locales/hi-IN.po b/redbot/cogs/filter/locales/hi-IN.po new file mode 100644 index 000000000..beb825854 --- /dev/null +++ b/redbot/cogs/filter/locales/hi-IN.po @@ -0,0 +1,229 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 35\n" +"Language: hi_IN\n" + +#: redbot/cogs/filter/filter.py:17 +#, docstring +msgid "This cog is designed for \"filtering\" unwanted words and phrases from a server.\n\n" +" It provides tools to manage a list of words or sentences, and to customize automatic actions to be taken against users who use those words in channels or in their name/nickname.\n\n" +" This can be used to prevent inappropriate language, off-topic discussions, invite links, and more.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:83 +#, docstring +msgid "Base command to manage filter settings." +msgstr "" + +#: redbot/cogs/filter/filter.py:88 +#, docstring +msgid "Set the nickname for users with a filtered name.\n\n" +" Note that this has no effect if filtering names is disabled\n" +" (to toggle, run `[p]filter names`).\n\n" +" The default name used is *John Doe*.\n\n" +" Example:\n" +" - `[p]filterset defaultname Missingno`\n\n" +" **Arguments:**\n\n" +" - `` The new nickname to assign.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:104 +msgid "The name to use on filtered names has been set." +msgstr "" + +#: redbot/cogs/filter/filter.py:108 +#, docstring +msgid "Set the filter's autoban conditions.\n\n" +" Users will be banned if they send `` filtered words in\n" +" `` seconds.\n\n" +" Set both to zero to disable autoban.\n\n" +" Examples:\n" +" - `[p]filterset ban 5 5` - Ban users who say 5 filtered words in 5 seconds.\n" +" - `[p]filterset ban 2 20` - Ban users who say 2 filtered words in 20 seconds.\n\n" +" **Arguments:**\n\n" +" - `` The amount of filtered words required to trigger a ban.\n" +" - `` The period of time in which too many filtered words will trigger a ban.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:126 +msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" +msgstr "" + +#: redbot/cogs/filter/filter.py:136 +msgid "Autoban disabled." +msgstr "" + +#: redbot/cogs/filter/filter.py:141 +msgid "Count and time have been set." +msgstr "" + +#: redbot/cogs/filter/filter.py:147 +#, docstring +msgid "Base command to add or remove words from the server filter.\n\n" +" Use double quotes to add or remove sentences.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:155 +#, docstring +msgid "Send a list of this server's filtered words." +msgstr "" + +#: redbot/cogs/filter/filter.py:160 +msgid "There is no current words setup to be filtered in this server." +msgstr "" + +#: redbot/cogs/filter/filter.py:163 +msgid "Filtered in this server:" +msgstr "" + +#: redbot/cogs/filter/filter.py:168 redbot/cogs/filter/filter.py:193 +msgid "I can't send direct messages to you." +msgstr "" + +#: redbot/cogs/filter/filter.py:172 +#, docstring +msgid "Base command to add or remove words from the channel filter.\n\n" +" Use double quotes to add or remove sentences.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:180 +#, docstring +msgid "Send a list of the channel's filtered words." +msgstr "" + +#: redbot/cogs/filter/filter.py:185 +msgid "There is no current words setup to be filtered in this channel." +msgstr "" + +#: redbot/cogs/filter/filter.py:188 +msgid "Filtered in this channel:" +msgstr "" + +#: redbot/cogs/filter/filter.py:197 +#, docstring +msgid "Add words to the filter.\n\n" +" Use double quotes to add sentences.\n\n" +" Examples:\n" +" - `[p]filter channel add word1 word2 word3`\n" +" - `[p]filter channel add \"This is a sentence\"`\n\n" +" **Arguments:**\n\n" +" - `[words...]` The words or sentences to filter.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:213 +msgid "Words added to filter." +msgstr "" + +#: redbot/cogs/filter/filter.py:215 +msgid "Words already in the filter." +msgstr "" + +#: redbot/cogs/filter/filter.py:219 +#, docstring +msgid "Remove words from the filter.\n\n" +" Use double quotes to remove sentences.\n\n" +" Examples:\n" +" - `[p]filter channel remove word1 word2 word3`\n" +" - `[p]filter channel remove \"This is a sentence\"`\n\n" +" **Arguments:**\n\n" +" - `[words...]` The words or sentences to no longer filter.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:234 +msgid "Words removed from filter." +msgstr "" + +#: redbot/cogs/filter/filter.py:237 redbot/cogs/filter/filter.py:281 +msgid "Those words weren't in the filter." +msgstr "" + +#: redbot/cogs/filter/filter.py:241 +#, docstring +msgid "Add words to the filter.\n\n" +" Use double quotes to add sentences.\n\n" +" Examples:\n" +" - `[p]filter add word1 word2 word3`\n" +" - `[p]filter add \"This is a sentence\"`\n\n" +" **Arguments:**\n\n" +" - `[words...]` The words or sentences to filter.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:257 +msgid "Words successfully added to filter." +msgstr "" + +#: redbot/cogs/filter/filter.py:259 +msgid "Those words were already in the filter." +msgstr "" + +#: redbot/cogs/filter/filter.py:263 +#, docstring +msgid "Remove words from the filter.\n\n" +" Use double quotes to remove sentences.\n\n" +" Examples:\n" +" - `[p]filter remove word1 word2 word3`\n" +" - `[p]filter remove \"This is a sentence\"`\n\n" +" **Arguments:**\n\n" +" - `[words...]` The words or sentences to no longer filter.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:279 +msgid "Words successfully removed from filter." +msgstr "" + +#: redbot/cogs/filter/filter.py:285 +#, docstring +msgid "Toggle name and nickname filtering.\n\n" +" This is disabled by default.\n" +" " +msgstr "" + +#: redbot/cogs/filter/filter.py:295 +msgid "Names and nicknames will no longer be filtered." +msgstr "" + +#: redbot/cogs/filter/filter.py:297 +msgid "Names and nicknames will now be filtered." +msgstr "" + +#: redbot/cogs/filter/filter.py:411 +msgid "Filtered words used: {words}" +msgstr "" + +#: redbot/cogs/filter/filter.py:413 +msgid "Filtered word used: {word}" +msgstr "" + +#: redbot/cogs/filter/filter.py:427 +msgid "Autoban (too many filtered messages.)" +msgstr "" + +#: redbot/cogs/filter/filter.py:498 +msgid "Filtered nickname" +msgstr "" + +#: redbot/cogs/filter/filter.py:498 +msgid "Filtered name" +msgstr "" + diff --git a/redbot/cogs/general/locales/de-DE.po b/redbot/cogs/general/locales/de-DE.po index 9d320079c..02b65ecb7 100644 --- a/redbot/cogs/general/locales/de-DE.po +++ b/redbot/cogs/general/locales/de-DE.po @@ -406,7 +406,7 @@ msgstr "Banner Bild" #: redbot/cogs/general/general.py:377 msgid "Commerce" -msgstr "" +msgstr "Handel" #: redbot/cogs/general/general.py:378 msgid "Community" @@ -466,7 +466,7 @@ msgstr "VIP Sprach-Server" #: redbot/cogs/general/general.py:392 msgid "Welcome Screen enabled" -msgstr "" +msgstr "Willkommens Bildschirm aktiviert" #: redbot/cogs/general/general.py:400 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" diff --git a/redbot/cogs/general/locales/hi-IN.po b/redbot/cogs/general/locales/hi-IN.po new file mode 100644 index 000000000..8d22ac52b --- /dev/null +++ b/redbot/cogs/general/locales/hi-IN.po @@ -0,0 +1,550 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 17\n" +"Language: hi_IN\n" + +#: redbot/cogs/general/general.py:47 +#, docstring +msgid "General commands." +msgstr "" + +#: redbot/cogs/general/general.py:52 +msgid "As I see it, yes" +msgstr "" + +#: redbot/cogs/general/general.py:53 +msgid "It is certain" +msgstr "" + +#: redbot/cogs/general/general.py:54 +msgid "It is decidedly so" +msgstr "" + +#: redbot/cogs/general/general.py:55 +msgid "Most likely" +msgstr "" + +#: redbot/cogs/general/general.py:56 +msgid "Outlook good" +msgstr "" + +#: redbot/cogs/general/general.py:57 +msgid "Signs point to yes" +msgstr "" + +#: redbot/cogs/general/general.py:58 +msgid "Without a doubt" +msgstr "" + +#: redbot/cogs/general/general.py:59 +msgid "Yes" +msgstr "" + +#: redbot/cogs/general/general.py:60 +msgid "Yes – definitely" +msgstr "" + +#: redbot/cogs/general/general.py:61 +msgid "You may rely on it" +msgstr "" + +#: redbot/cogs/general/general.py:62 +msgid "Reply hazy, try again" +msgstr "" + +#: redbot/cogs/general/general.py:63 +msgid "Ask again later" +msgstr "" + +#: redbot/cogs/general/general.py:64 +msgid "Better not tell you now" +msgstr "" + +#: redbot/cogs/general/general.py:65 +msgid "Cannot predict now" +msgstr "" + +#: redbot/cogs/general/general.py:66 +msgid "Concentrate and ask again" +msgstr "" + +#: redbot/cogs/general/general.py:67 +msgid "Don't count on it" +msgstr "" + +#: redbot/cogs/general/general.py:68 +msgid "My reply is no" +msgstr "" + +#: redbot/cogs/general/general.py:69 +msgid "My sources say no" +msgstr "" + +#: redbot/cogs/general/general.py:70 +msgid "Outlook not so good" +msgstr "" + +#: redbot/cogs/general/general.py:71 +msgid "Very doubtful" +msgstr "" + +#: redbot/cogs/general/general.py:85 +#, docstring +msgid "Choose between multiple options.\n\n" +" To denote options which include whitespace, you should use\n" +" double quotes.\n" +" " +msgstr "" + +#: redbot/cogs/general/general.py:92 +msgid "Not enough options to pick from." +msgstr "" + +#: redbot/cogs/general/general.py:98 +#, docstring +msgid "Roll a random number.\n\n" +" The result will be between 1 and ``.\n\n" +" `` defaults to 100.\n" +" " +msgstr "" + +#: redbot/cogs/general/general.py:113 +msgid "{author.mention} Maybe higher than 1? ;P" +msgstr "" + +#: redbot/cogs/general/general.py:116 +msgid "{author.mention} Max allowed number is {maxamount}." +msgstr "" + +#: redbot/cogs/general/general.py:123 +#, docstring +msgid "Flip a coin... or a user.\n\n" +" Defaults to a coin.\n" +" " +msgstr "" + +#: redbot/cogs/general/general.py:131 +msgid "Nice try. You think this is funny?\n" +" How about *this* instead:\n\n" +msgstr "" + +#: redbot/cogs/general/general.py:142 +msgid "*flips a coin and... " +msgstr "" + +#: redbot/cogs/general/general.py:142 +msgid "HEADS!*" +msgstr "" + +#: redbot/cogs/general/general.py:142 +msgid "TAILS!*" +msgstr "" + +#: redbot/cogs/general/general.py:146 +#, docstring +msgid "Play Rock Paper Scissors." +msgstr "" + +#: redbot/cogs/general/general.py:151 +msgid "This isn't a valid option. Try {r}, {p}, or {s}." +msgstr "" + +#: redbot/cogs/general/general.py:172 +msgid "{choice} You win {author.mention}!" +msgstr "" + +#: redbot/cogs/general/general.py:178 +msgid "{choice} You lose {author.mention}!" +msgstr "" + +#: redbot/cogs/general/general.py:184 +msgid "{choice} We're square {author.mention}!" +msgstr "" + +#: redbot/cogs/general/general.py:191 +#, docstring +msgid "Ask 8 ball a question.\n\n" +" Question must end with a question mark.\n" +" " +msgstr "" + +#: redbot/cogs/general/general.py:198 +msgid "That doesn't look like a question." +msgstr "" + +#: redbot/cogs/general/general.py:202 +#, docstring +msgid "Start or stop the stopwatch." +msgstr "" + +#: redbot/cogs/general/general.py:206 +msgid " Stopwatch started!" +msgstr "" + +#: redbot/cogs/general/general.py:211 +msgid " Stopwatch stopped! Time: **{seconds}**" +msgstr "" + +#: redbot/cogs/general/general.py:217 +#, docstring +msgid "Create a lmgtfy link." +msgstr "" + +#: redbot/cogs/general/general.py:224 +#, docstring +msgid "Because everyone likes hugs!\n\n" +" Up to 10 intensity levels.\n" +" " +msgstr "" + +#: redbot/cogs/general/general.py:248 +#, docstring +msgid "\n" +" Show server information.\n\n" +" `details`: Shows more information when set to `True`.\n" +" Default to False.\n" +" " +msgstr "" + +#: redbot/cogs/general/general.py:256 +msgid "Created on {date}. That's over {num} days ago!" +msgstr "" + +#: redbot/cogs/general/general.py:268 +msgid "Region" +msgstr "" + +#: redbot/cogs/general/general.py:269 +msgid "Users online" +msgstr "" + +#: redbot/cogs/general/general.py:270 +msgid "Text Channels" +msgstr "" + +#: redbot/cogs/general/general.py:271 +msgid "Voice Channels" +msgstr "" + +#: redbot/cogs/general/general.py:272 +msgid "Roles" +msgstr "" + +#: redbot/cogs/general/general.py:273 +msgid "Owner" +msgstr "" + +#: redbot/cogs/general/general.py:275 +msgid "Server ID: " +msgstr "" + +#: redbot/cogs/general/general.py:277 +msgid " • Use {command} for more info on the server." +msgstr "" + +#: redbot/cogs/general/general.py:303 +msgid "\n" +"Shard ID: **{shard_id}/{shard_count}**" +msgstr "" + +#: redbot/cogs/general/general.py:312 +msgid "Humans: " +msgstr "" + +#: redbot/cogs/general/general.py:313 +msgid " • Bots: " +msgstr "" + +#: redbot/cogs/general/general.py:325 +msgid "Users online: **{online}/{total_users}**\n" +msgstr "" + +#: redbot/cogs/general/general.py:342 +msgid "__VIP__ US East " +msgstr "" + +#: redbot/cogs/general/general.py:343 +msgid "__VIP__ US West " +msgstr "" + +#: redbot/cogs/general/general.py:344 +msgid "__VIP__ Amsterdam " +msgstr "" + +#: redbot/cogs/general/general.py:345 +msgid "EU West " +msgstr "" + +#: redbot/cogs/general/general.py:346 +msgid "EU Central " +msgstr "" + +#: redbot/cogs/general/general.py:347 +msgid "Europe " +msgstr "" + +#: redbot/cogs/general/general.py:348 +msgid "London " +msgstr "" + +#: redbot/cogs/general/general.py:349 +msgid "Frankfurt " +msgstr "" + +#: redbot/cogs/general/general.py:350 +msgid "Amsterdam " +msgstr "" + +#: redbot/cogs/general/general.py:351 +msgid "US West " +msgstr "" + +#: redbot/cogs/general/general.py:352 +msgid "US East " +msgstr "" + +#: redbot/cogs/general/general.py:353 +msgid "US South " +msgstr "" + +#: redbot/cogs/general/general.py:354 +msgid "US Central " +msgstr "" + +#: redbot/cogs/general/general.py:355 +msgid "Singapore " +msgstr "" + +#: redbot/cogs/general/general.py:356 +msgid "Sydney " +msgstr "" + +#: redbot/cogs/general/general.py:357 +msgid "Brazil " +msgstr "" + +#: redbot/cogs/general/general.py:358 +msgid "Hong Kong " +msgstr "" + +#: redbot/cogs/general/general.py:359 +msgid "Russia " +msgstr "" + +#: redbot/cogs/general/general.py:360 +msgid "Japan " +msgstr "" + +#: redbot/cogs/general/general.py:361 +msgid "South Africa " +msgstr "" + +#: redbot/cogs/general/general.py:362 +msgid "India " +msgstr "" + +#: redbot/cogs/general/general.py:363 +msgid "Dubai " +msgstr "" + +#: redbot/cogs/general/general.py:364 +msgid "South Korea " +msgstr "" + +#: redbot/cogs/general/general.py:367 +msgid "0 - None" +msgstr "" + +#: redbot/cogs/general/general.py:368 +msgid "1 - Low" +msgstr "" + +#: redbot/cogs/general/general.py:369 +msgid "2 - Medium" +msgstr "" + +#: redbot/cogs/general/general.py:370 +msgid "3 - High" +msgstr "" + +#: redbot/cogs/general/general.py:371 +msgid "4 - Extreme" +msgstr "" + +#: redbot/cogs/general/general.py:375 +msgid "Animated Icon" +msgstr "" + +#: redbot/cogs/general/general.py:376 +msgid "Banner Image" +msgstr "" + +#: redbot/cogs/general/general.py:377 +msgid "Commerce" +msgstr "" + +#: redbot/cogs/general/general.py:378 +msgid "Community" +msgstr "" + +#: redbot/cogs/general/general.py:379 +msgid "Server Discovery" +msgstr "" + +#: redbot/cogs/general/general.py:380 +msgid "Featurable" +msgstr "" + +#: redbot/cogs/general/general.py:381 +msgid "Splash Invite" +msgstr "" + +#: redbot/cogs/general/general.py:382 +msgid "Member list disabled" +msgstr "" + +#: redbot/cogs/general/general.py:383 +msgid "Membership Screening enabled" +msgstr "" + +#: redbot/cogs/general/general.py:384 +msgid "More Emojis" +msgstr "" + +#: redbot/cogs/general/general.py:385 +msgid "News Channels" +msgstr "" + +#: redbot/cogs/general/general.py:386 +msgid "Partnered" +msgstr "" + +#: redbot/cogs/general/general.py:387 +msgid "Preview enabled" +msgstr "" + +#: redbot/cogs/general/general.py:388 +msgid "Public disabled" +msgstr "" + +#: redbot/cogs/general/general.py:389 +msgid "Vanity URL" +msgstr "" + +#: redbot/cogs/general/general.py:390 +msgid "Verified" +msgstr "" + +#: redbot/cogs/general/general.py:391 +msgid "VIP Voice Servers" +msgstr "" + +#: redbot/cogs/general/general.py:392 +msgid "Welcome Screen enabled" +msgstr "" + +#: redbot/cogs/general/general.py:400 +msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" +msgstr "" + +#: redbot/cogs/general/general.py:422 +msgid "Members:" +msgstr "" + +#: redbot/cogs/general/general.py:424 +msgid "Channels:" +msgstr "" + +#: redbot/cogs/general/general.py:425 +msgid "💬 Text: {text}\n" +"🔊 Voice: {voice}" +msgstr "" + +#: redbot/cogs/general/general.py:431 +msgid "Utility:" +msgstr "" + +#: redbot/cogs/general/general.py:432 +msgid "Owner: {owner}\n" +"Voice region: {region}\n" +"Verif. level: {verif}\n" +"Server ID: {id}{shard_info}" +msgstr "" + +#: redbot/cogs/general/general.py:444 +msgid "Misc:" +msgstr "" + +#: redbot/cogs/general/general.py:445 +msgid "AFK channel: {afk_chan}\n" +"AFK timeout: {afk_timeout}\n" +"Custom emojis: {emoji_count}\n" +"Roles: {role_count}" +msgstr "" + +#: redbot/cogs/general/general.py:450 +msgid "Not set" +msgstr "" + +#: redbot/cogs/general/general.py:458 +msgid "Server features:" +msgstr "" + +#: redbot/cogs/general/general.py:460 +msgid "Tier {boostlevel} with {nitroboosters} boosts\n" +"File size limit: {filelimit}\n" +"Emoji limit: {emojis_limit}\n" +"VCs max bitrate: {bitrate}" +msgstr "" + +#: redbot/cogs/general/general.py:472 +msgid "Nitro Boost:" +msgstr "" + +#: redbot/cogs/general/general.py:481 +#, docstring +msgid "Search the Urban Dictionary.\n\n" +" This uses the unofficial Urban Dictionary API.\n" +" " +msgstr "" + +#: redbot/cogs/general/general.py:499 redbot/cogs/general/general.py:568 +msgid "No Urban Dictionary entries were found, or there was an error in the process." +msgstr "" + +#: redbot/cogs/general/general.py:505 +msgid "No Urban Dictionary entries were found." +msgstr "" + +#: redbot/cogs/general/general.py:511 +msgid "{word} by {author}" +msgstr "" + +#: redbot/cogs/general/general.py:519 redbot/cogs/general/general.py:550 +msgid "{definition}\n\n" +"**Example:** {example}" +msgstr "" + +#: redbot/cogs/general/general.py:525 +msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." +msgstr "" + +#: redbot/cogs/general/general.py:544 +msgid "<{permalink}>\n" +" {word} by {author}\n\n" +"{description}\n\n" +"{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." +msgstr "" + diff --git a/redbot/cogs/image/locales/de-DE.po b/redbot/cogs/image/locales/de-DE.po index b4be53094..bb5d77364 100644 --- a/redbot/cogs/image/locales/de-DE.po +++ b/redbot/cogs/image/locales/de-DE.po @@ -101,7 +101,17 @@ msgid "To get an Imgur Client ID:\n" "8. Check the captcha box and click next.\n" "9. Your Client ID will be on the next page.\n" "10. Run the command `{prefix}set api imgur client_id `.\n" -msgstr "" +msgstr "Um die Imgur Client ID zu bekommen:\n" +"1. Logge dich in einen Imgur Account ein.\n" +"2. Öffne diese Seite: https://api.imgur.com/oauth2/addclient.\n" +"3. Trage einen Namen ein.\n" +"4. Wähle *Anonymous usage without user authorization* aus für den auth type.\n" +"5. Setze die Autorisierung callback URL zu `https://localhost`.\n" +"6. Lasse die App Website leer.\n" +"7. Trage eine gültige Email Addresse ein und eine Beschreibung.\n" +"8. Kontrolliere die Captcha Box and klicke auf weiter.\n" +"9. Deine Client ID sollte auf der nächsten Seite sein.\n" +"10. mache `{prefix}set api imgur client_id `.\n" #: redbot/cogs/image/image.py:180 #, docstring diff --git a/redbot/cogs/image/locales/hi-IN.po b/redbot/cogs/image/locales/hi-IN.po new file mode 100644 index 000000000..8d326d7d7 --- /dev/null +++ b/redbot/cogs/image/locales/hi-IN.po @@ -0,0 +1,139 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 11\n" +"Language: hi_IN\n" + +#: redbot/cogs/image/image.py:15 +#, docstring +msgid "Image related commands." +msgstr "" + +#: redbot/cogs/image/image.py:44 +#, docstring +msgid "Retrieve pictures from Imgur.\n\n" +" Make sure to set the Client ID using `[p]imgurcreds`.\n" +" " +msgstr "" + +#: redbot/cogs/image/image.py:52 +#, docstring +msgid "Search Imgur for the specified term.\n\n" +" Use `count` to choose how many images should be returned.\n" +" Command can return up to 5 images.\n" +" " +msgstr "" + +#: redbot/cogs/image/image.py:58 redbot/cogs/image/image.py:107 +msgid "Image count has to be between 1 and 5." +msgstr "" + +#: redbot/cogs/image/image.py:65 redbot/cogs/image/image.py:127 +msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." +msgstr "" + +#: redbot/cogs/image/image.py:77 +msgid "Your search returned no results." +msgstr "" + +#: redbot/cogs/image/image.py:80 +msgid "Search results...\n" +msgstr "" + +#: redbot/cogs/image/image.py:87 redbot/cogs/image/image.py:153 +msgid "Something went wrong. Error code is {code}." +msgstr "" + +#: redbot/cogs/image/image.py:99 +#, docstring +msgid "Get images from a subreddit.\n\n" +" You can customize the search with the following options:\n" +" - ``: number of images to return (up to 5)\n" +" - ``: new, top\n" +" - ``: day, week, month, year, all\n" +" " +msgstr "" + +#: redbot/cogs/image/image.py:117 +msgid "Only 'new' and 'top' are a valid sort type." +msgstr "" + +#: redbot/cogs/image/image.py:150 redbot/cogs/image/image.py:197 +#: redbot/cogs/image/image.py:221 +msgid "No results found." +msgstr "" + +#: redbot/cogs/image/image.py:159 +#, docstring +msgid "Explain how to set imgur API tokens." +msgstr "" + +#: redbot/cogs/image/image.py:161 +msgid "To get an Imgur Client ID:\n" +"1. Login to an Imgur account.\n" +"2. Visit this page https://api.imgur.com/oauth2/addclient.\n" +"3. Enter a name for your application.\n" +"4. Select *Anonymous usage without user authorization* for the auth type.\n" +"5. Set the authorization callback URL to `https://localhost`.\n" +"6. Leave the app website blank.\n" +"7. Enter a valid email address and a description.\n" +"8. Check the captcha box and click next.\n" +"9. Your Client ID will be on the next page.\n" +"10. Run the command `{prefix}set api imgur client_id `.\n" +msgstr "" + +#: redbot/cogs/image/image.py:180 +#, docstring +msgid "Retrieve the first search result from Giphy." +msgstr "" + +#: redbot/cogs/image/image.py:184 redbot/cogs/image/image.py:208 +msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." +msgstr "" + +#: redbot/cogs/image/image.py:199 +msgid "Error contacting the Giphy API." +msgstr "" + +#: redbot/cogs/image/image.py:204 +#, docstring +msgid "Retrieve a random GIF from a Giphy search." +msgstr "" + +#: redbot/cogs/image/image.py:223 +msgid "Error contacting the API." +msgstr "" + +#: redbot/cogs/image/image.py:228 +#, docstring +msgid "Explains how to set GIPHY API tokens." +msgstr "" + +#: redbot/cogs/image/image.py:230 +msgid "To get a GIPHY API Key:\n" +"1. Login to (or create) a GIPHY account.\n" +"2. Visit this page: https://developers.giphy.com/dashboard.\n" +"3. Press *Create an App*.\n" +"4. Click *Select API*, then *Next Step*.\n" +"5. Add an app name, for example *Red*.\n" +"6. Add an app description, for example *Used for Red's image cog*.\n" +"7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\n" +"8. Copy the API Key.\n" +"9. In Discord, run the command {command}.\n" +msgstr "" + +#: redbot/cogs/image/image.py:243 +msgid "" +msgstr "" + diff --git a/redbot/cogs/locales/hi-IN.po b/redbot/cogs/locales/hi-IN.po new file mode 100644 index 000000000..49edb01e0 --- /dev/null +++ b/redbot/cogs/locales/hi-IN.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 645\n" +"Language: hi_IN\n" + diff --git a/redbot/cogs/mod/locales/fr-FR.po b/redbot/cogs/mod/locales/fr-FR.po index 5fc8eed56..d6c2116bb 100644 --- a/redbot/cogs/mod/locales/fr-FR.po +++ b/redbot/cogs/mod/locales/fr-FR.po @@ -25,19 +25,19 @@ msgstr "Spam de mention (Autoban)" #: redbot/cogs/mod/events.py:80 msgid "Mention Spam (Autokick)" -msgstr "" +msgstr "Spam de mention (Autokick)" #: redbot/cogs/mod/events.py:95 msgid "Mention spam (Autokick)" -msgstr "" +msgstr "Spam de mention (Autokick)" #: redbot/cogs/mod/events.py:104 msgid "Please do not mass mention people!" -msgstr "" +msgstr "Veuillez ne pas abuser des mentions!" #: redbot/cogs/mod/events.py:108 msgid "{member}, Please do not mass mention people!" -msgstr "" +msgstr "{member}, Merci de ne pas abuser des mentions!" #: redbot/cogs/mod/events.py:127 msgid "Mention spam (Autowarn)" @@ -127,7 +127,16 @@ msgid "\n" " If a reason is specified, it will be the reason that shows up\n" " in the audit log.\n" " " -msgstr "" +msgstr "\n" +" Kick un utilisateur.\n\n" +" Exemples :\n" +" - `[p]kick 428675506947227648 voulait se faire kick.`\n" +" Cela aura pour effet de kick Twentysix du serveur.\n" +" - `[p]kick @Twentysix voulait se faire kick.`\n" +" Cela aura pour effet de kick Twentysix du serveur.\n\n" +" Si une raison est précisée, ce sera la raison qui apparaîtra\n" +" dans les logs.\n" +" " #: redbot/cogs/mod/kickban.py:291 redbot/cogs/mod/kickban.py:664 msgid "I cannot let you do that. Self-harm is bad {emoji}" @@ -150,7 +159,17 @@ msgid "Ban a user from this server and optionally delete days of messages.\n\n" " If days is not a number, it's treated as the first word of the reason.\n" " Minimum 0 days, maximum 7. If not specified, the defaultdays setting will be used instead.\n" " " -msgstr "" +msgstr "Bannir un utilisateur de ce serveur et éventuellement supprimer des jours de messages.\n\n" +" `days` est le nombre de jours de messages à supprimer en cas de ban.\n\n" +" Exemples :\n" +" - `[p]ban 428675506947227648 7 A continué de spam malgré qu'on lui ait dit d'arrêter.`\n" +" Cela bannira Twentysix et supprimera 7 jours de messages.\n" +" - `[p]ban @Twentysix 7 A continué de spam malgré qu'on lui ait dit d'arrêter.`\n" +" Cela bannira Twentysix et supprimera 7 jours de messages.\n\n" +" Un identifiant doit être fourni si l'utilisateur n'est pas membre de ce serveur.\n" +" Si \"days\" n'est pas un nombre, il est traité comme le premier mot de la raison.\n" +" Minimum 0 jour, maximum 7. S'il n'est pas spécifié, le paramètre \"Default Days\" sera utilisé à la place.\n" +" " #: redbot/cogs/mod/kickban.py:397 #, docstring @@ -162,7 +181,14 @@ msgid "Mass bans user(s) from the server.\n\n" " User IDs need to be provided in order to ban\n" " using this command.\n" " " -msgstr "" +msgstr "Mass bans des utilisateur(s) sur le serveur.\n\n" +" `days` est le nombre de jours de messages à supprimer en cas de ban.\n\n" +" Exemple :\n" +" - `[p]massban 345628097929936898 57287406247743488 7 ils ont enfreint toutes les règles.`\n" +" Cela permettra de ban tous les userids ajoutés et de supprimer 7 jours de messages de valeur.\n\n" +" Les identifiants des utilisateurs doivent être fournis afin de ban\n" +" lors de l'utilisation de cette commande.\n" +" " #: redbot/cogs/mod/kickban.py:413 msgid "Banned {num} users from the server." @@ -177,7 +203,8 @@ msgstr "\n" #: redbot/cogs/mod/kickban.py:420 msgid "\n" "Following user IDs have been upgraded from a temporary to a permanent ban:\n" -msgstr "" +msgstr "\n" +"Les identifiants d'utilisateur suivants ont été mis à jour et sont passés d'un ban temporaire à un ban permanent : \n" #: redbot/cogs/mod/kickban.py:448 msgid "I lack the permissions to do this." @@ -189,7 +216,7 @@ msgstr "Impossible de bannir l'utilisateur {user_id}: {reason}" #: redbot/cogs/mod/kickban.py:536 msgid "Could not ban user with ID {user_id}: missing permissions." -msgstr "" +msgstr "Impossible de ban cet utilisateur avec l'ID {user_id} : Permissions manquantes." #: redbot/cogs/mod/kickban.py:569 #, docstring @@ -204,15 +231,25 @@ msgid "Temporarily ban a user from this server.\n\n" " - `[p]tempban 428675506947227648 1d2h15m 5 Evil person`\n" " This will ban the user for 1 day 2 hours 15 minutes and will delete the last 5 days of their messages.\n" " " -msgstr "" +msgstr "Bannir temporairement un utilisateur de ce serveur.\n\n" +" `duration` est la durée pendant laquelle l'utilisateur doit être banni temporaire.\n" +" `days` est le nombre de jours de messages à nettoyer lors du bannissement temporaire.\n\n" +" Exemples :\n" +" - `[p]tempban @Twentysix Parce que je le dis`\n" +" Cela permettra de bannir temporairement Twentysix pour la durée par défaut fixée par un administrateur.\n" +" - `[p]tempban @Twentysix 15m Vous avez besoin d'une pause`\n" +" Cela bannira Twentysix pendant 15 minutes.\n" +" - `[p]tempban 428675506947227648 1d2h15m 5 Personne diabolique`\n" +" L'utilisateur sera ainsi banni pendant 1 jour 2 heures 15 minutes et les 5 derniers jours de ses messages seront supprimés.\n" +" " #: redbot/cogs/mod/kickban.py:623 msgid "You have been temporarily banned from {server_name} until {date}." -msgstr "" +msgstr "Tu as été banni temporairement de {server_name} jusqu'au {date}." #: redbot/cogs/mod/kickban.py:627 msgid " Here is an invite for when your ban expires: {invite_link}" -msgstr "" +msgstr " Voici l'invitation qui vous permettra de rejoindre le serveur après l'expiration de votre ban : {invite_link}" #: redbot/cogs/mod/kickban.py:637 msgid "I can't do that for some reason." @@ -265,11 +302,11 @@ msgstr "Débannir un utilisateur de parler et d'écouter dans les salon vocaux d #: redbot/cogs/mod/kickban.py:805 msgid "That user isn't muted or deafened by the server." -msgstr "" +msgstr "Cet utilisateur n'est pas mute ou mit en sourdine par le serveur." #: redbot/cogs/mod/kickban.py:821 msgid "User is now allowed to speak and listen in voice channels." -msgstr "" +msgstr "L'utilisateur est désormais autorisé à parler et écouter dans les salons vocaux." #: redbot/cogs/mod/kickban.py:827 #, docstring @@ -278,11 +315,11 @@ msgstr "Bannir un utilisateur de parler et d'écouter les salon vocaux du serveu #: redbot/cogs/mod/kickban.py:848 msgid "That user is already muted and deafened server-wide." -msgstr "" +msgstr "Cet utilisateur est déjà mute et rendu sourd sur l'ensemble du serveur." #: redbot/cogs/mod/kickban.py:862 msgid "User has been banned from speaking or listening in voice channels." -msgstr "" +msgstr "L'utilisateur a été banni de parler ou bien d'entendre dans les salons vocaux." #: redbot/cogs/mod/kickban.py:869 #, docstring diff --git a/redbot/cogs/mod/locales/hi-IN.po b/redbot/cogs/mod/locales/hi-IN.po new file mode 100644 index 000000000..82258c25b --- /dev/null +++ b/redbot/cogs/mod/locales/hi-IN.po @@ -0,0 +1,951 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 34\n" +"Language: hi_IN\n" + +#: redbot/cogs/mod/converters.py:20 +msgid "{} doesn't look like a valid user ID." +msgstr "" + +#: redbot/cogs/mod/events.py:56 redbot/cogs/mod/events.py:71 +msgid "Mention spam (Autoban)" +msgstr "" + +#: redbot/cogs/mod/events.py:80 +msgid "Mention Spam (Autokick)" +msgstr "" + +#: redbot/cogs/mod/events.py:95 +msgid "Mention spam (Autokick)" +msgstr "" + +#: redbot/cogs/mod/events.py:104 +msgid "Please do not mass mention people!" +msgstr "" + +#: redbot/cogs/mod/events.py:108 +msgid "{member}, Please do not mass mention people!" +msgstr "" + +#: redbot/cogs/mod/events.py:127 +msgid "Mention spam (Autowarn)" +msgstr "" + +#: redbot/cogs/mod/kickban.py:93 +msgid "That user is not in a voice channel." +msgstr "" + +#: redbot/cogs/mod/kickban.py:100 +msgid "I require the {perms} permission(s) in that user's channel to do that." +msgstr "" + +#: redbot/cogs/mod/kickban.py:110 +msgid "You must have the {perms} permission(s) in that user's channel to use this command." +msgstr "" + +#: redbot/cogs/mod/kickban.py:132 redbot/cogs/mod/kickban.py:444 +#: redbot/cogs/mod/kickban.py:611 +msgid "Invalid days. Must be between 0 and 7." +msgstr "" + +#: redbot/cogs/mod/kickban.py:138 redbot/cogs/mod/kickban.py:587 +msgid "I cannot let you do that. Self-harm is bad {}" +msgstr "" + +#: redbot/cogs/mod/kickban.py:143 redbot/cogs/mod/kickban.py:298 +#: redbot/cogs/mod/kickban.py:592 redbot/cogs/mod/kickban.py:671 +#: redbot/cogs/mod/kickban.py:751 +msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." +msgstr "" + +#: redbot/cogs/mod/kickban.py:150 redbot/cogs/mod/kickban.py:306 +#: redbot/cogs/mod/kickban.py:600 +msgid "I cannot do that due to Discord hierarchy rules." +msgstr "" + +#: redbot/cogs/mod/kickban.py:156 +msgid "You have been banned from {guild}." +msgstr "" + +#: redbot/cogs/mod/kickban.py:160 redbot/cogs/mod/kickban.py:317 +msgid "**Reason**" +msgstr "" + +#: redbot/cogs/mod/kickban.py:161 redbot/cogs/mod/kickban.py:318 +msgid "No reason was given." +msgstr "" + +#: redbot/cogs/mod/kickban.py:179 redbot/cogs/mod/kickban.py:460 +msgid "User with ID {user_id} is already banned." +msgstr "" + +#: redbot/cogs/mod/kickban.py:192 +msgid "User with ID {user_id} was upgraded from a temporary to a permanent ban." +msgstr "" + +#: redbot/cogs/mod/kickban.py:204 redbot/cogs/mod/kickban.py:345 +msgid "Done. That felt good." +msgstr "" + +#: redbot/cogs/mod/kickban.py:206 redbot/cogs/mod/kickban.py:326 +msgid "I'm not allowed to do that." +msgstr "" + +#: redbot/cogs/mod/kickban.py:208 redbot/cogs/mod/kickban.py:531 +msgid "User with ID {user_id} not found" +msgstr "" + +#: redbot/cogs/mod/kickban.py:215 +msgid "An unexpected error occurred." +msgstr "" + +#: redbot/cogs/mod/kickban.py:250 +msgid "Tempban finished" +msgstr "" + +#: redbot/cogs/mod/kickban.py:274 +#, docstring +msgid "\n" +" Kick a user.\n\n" +" Examples:\n" +" - `[p]kick 428675506947227648 wanted to be kicked.`\n" +" This will kick Twentysix from the server.\n" +" - `[p]kick @Twentysix wanted to be kicked.`\n" +" This will kick Twentysix from the server.\n\n" +" If a reason is specified, it will be the reason that shows up\n" +" in the audit log.\n" +" " +msgstr "" + +#: redbot/cogs/mod/kickban.py:291 redbot/cogs/mod/kickban.py:664 +msgid "I cannot let you do that. Self-harm is bad {emoji}" +msgstr "" + +#: redbot/cogs/mod/kickban.py:313 +msgid "You have been kicked from {guild}." +msgstr "" + +#: redbot/cogs/mod/kickban.py:359 +#, docstring +msgid "Ban a user from this server and optionally delete days of messages.\n\n" +" `days` is the amount of days of messages to cleanup on ban.\n\n" +" Examples:\n" +" - `[p]ban 428675506947227648 7 Continued to spam after told to stop.`\n" +" This will ban Twentysix and it will delete 7 days worth of messages.\n" +" - `[p]ban @Twentysix 7 Continued to spam after told to stop.`\n" +" This will ban Twentysix and it will delete 7 days worth of messages.\n\n" +" A user ID should be provided if the user is not a member of this server.\n" +" If days is not a number, it's treated as the first word of the reason.\n" +" Minimum 0 days, maximum 7. If not specified, the defaultdays setting will be used instead.\n" +" " +msgstr "" + +#: redbot/cogs/mod/kickban.py:397 +#, docstring +msgid "Mass bans user(s) from the server.\n\n" +" `days` is the amount of days of messages to cleanup on massban.\n\n" +" Example:\n" +" - `[p]massban 345628097929936898 57287406247743488 7 they broke all rules.`\n" +" This will ban all the added userids and delete 7 days of worth messages.\n\n" +" User IDs need to be provided in order to ban\n" +" using this command.\n" +" " +msgstr "" + +#: redbot/cogs/mod/kickban.py:413 +msgid "Banned {num} users from the server." +msgstr "" + +#: redbot/cogs/mod/kickban.py:417 +msgid "\n" +"Errors:\n" +msgstr "" + +#: redbot/cogs/mod/kickban.py:420 +msgid "\n" +"Following user IDs have been upgraded from a temporary to a permanent ban:\n" +msgstr "" + +#: redbot/cogs/mod/kickban.py:448 +msgid "I lack the permissions to do this." +msgstr "" + +#: redbot/cogs/mod/kickban.py:499 redbot/cogs/mod/kickban.py:503 +msgid "Failed to ban user {user_id}: {reason}" +msgstr "" + +#: redbot/cogs/mod/kickban.py:536 +msgid "Could not ban user with ID {user_id}: missing permissions." +msgstr "" + +#: redbot/cogs/mod/kickban.py:569 +#, docstring +msgid "Temporarily ban a user from this server.\n\n" +" `duration` is the amount of time the user should be banned for.\n" +" `days` is the amount of days of messages to cleanup on tempban.\n\n" +" Examples:\n" +" - `[p]tempban @Twentysix Because I say so`\n" +" This will ban Twentysix for the default amount of time set by an administrator.\n" +" - `[p]tempban @Twentysix 15m You need a timeout`\n" +" This will ban Twentysix for 15 minutes.\n" +" - `[p]tempban 428675506947227648 1d2h15m 5 Evil person`\n" +" This will ban the user for 1 day 2 hours 15 minutes and will delete the last 5 days of their messages.\n" +" " +msgstr "" + +#: redbot/cogs/mod/kickban.py:623 +msgid "You have been temporarily banned from {server_name} until {date}." +msgstr "" + +#: redbot/cogs/mod/kickban.py:627 +msgid " Here is an invite for when your ban expires: {invite_link}" +msgstr "" + +#: redbot/cogs/mod/kickban.py:637 +msgid "I can't do that for some reason." +msgstr "" + +#: redbot/cogs/mod/kickban.py:639 +msgid "Something went wrong while banning." +msgstr "" + +#: redbot/cogs/mod/kickban.py:651 +msgid "Done. Enough chaos for now." +msgstr "" + +#: redbot/cogs/mod/kickban.py:658 +#, docstring +msgid "Kick a user and delete 1 day's worth of their messages." +msgstr "" + +#: redbot/cogs/mod/kickban.py:687 +msgid "You have been banned and then unbanned as a quick way to delete your messages.\n" +"You can now join the server again. {invite_link}" +msgstr "" + +#: redbot/cogs/mod/kickban.py:698 +msgid "My role is not high enough to softban that user." +msgstr "" + +#: redbot/cogs/mod/kickban.py:734 +msgid "Done. Enough chaos." +msgstr "" + +#: redbot/cogs/mod/kickban.py:742 +#, docstring +msgid "Kick a member from a voice channel." +msgstr "" + +#: redbot/cogs/mod/kickban.py:764 +msgid "I am unable to kick this member from the voice channel." +msgstr "" + +#: redbot/cogs/mod/kickban.py:767 +msgid "Something went wrong while attempting to kick that member." +msgstr "" + +#: redbot/cogs/mod/kickban.py:786 +#, docstring +msgid "Unban a user from speaking and listening in the server's voice channels." +msgstr "" + +#: redbot/cogs/mod/kickban.py:805 +msgid "That user isn't muted or deafened by the server." +msgstr "" + +#: redbot/cogs/mod/kickban.py:821 +msgid "User is now allowed to speak and listen in voice channels." +msgstr "" + +#: redbot/cogs/mod/kickban.py:827 +#, docstring +msgid "Ban a user from speaking and listening in the server's voice channels." +msgstr "" + +#: redbot/cogs/mod/kickban.py:848 +msgid "That user is already muted and deafened server-wide." +msgstr "" + +#: redbot/cogs/mod/kickban.py:862 +msgid "User has been banned from speaking or listening in voice channels." +msgstr "" + +#: redbot/cogs/mod/kickban.py:869 +#, docstring +msgid "Unban a user from this server.\n\n" +" Requires specifying the target user's ID. To find this, you may either:\n" +" 1. Copy it from the mod log case (if one was created), or\n" +" 2. enable developer mode, go to Bans in this server's settings, right-\n" +" click the user and select 'Copy ID'." +msgstr "" + +#: redbot/cogs/mod/kickban.py:882 +msgid "It seems that user isn't banned!" +msgstr "" + +#: redbot/cogs/mod/kickban.py:887 +msgid "Something went wrong while attempting to unban that user." +msgstr "" + +#: redbot/cogs/mod/kickban.py:901 +msgid "Unbanned that user from this server." +msgstr "" + +#: redbot/cogs/mod/kickban.py:907 +msgid "I don't share another server with this user. I can't reinvite them." +msgstr "" + +#: redbot/cogs/mod/kickban.py:915 +msgid "You've been unbanned from {server}.\n" +"Here is an invite for that server: {invite_link}" +msgstr "" + +#: redbot/cogs/mod/kickban.py:922 +msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\n" +"Here's the invite link: {invite_link}" +msgstr "" + +#: redbot/cogs/mod/kickban.py:930 +msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" +msgstr "" + +#: redbot/cogs/mod/mod.py:45 +#, docstring +msgid "Moderation tools." +msgstr "" + +#: redbot/cogs/mod/mod.py:142 redbot/cogs/mod/mod.py:152 +msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." +msgstr "" + +#: redbot/cogs/mod/mod.py:164 +msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." +msgstr "" + +#: redbot/cogs/mod/mod.py:185 +#, docstring +msgid "Move ignored channels and servers to core" +msgstr "" + +#: redbot/cogs/mod/mod.py:194 +msgid "Ignored channels and guilds restored." +msgstr "" + +#: redbot/cogs/mod/mod.py:199 +#, docstring +msgid "\n" +" Move deletedelay settings to core\n" +" " +msgstr "" + +#: redbot/cogs/mod/mod.py:208 +msgid "Delete delay settings restored." +msgstr "" + +#: redbot/cogs/mod/names.py:36 +#, docstring +msgid "Change a user's nickname.\n\n" +" Leaving the nickname empty will remove it.\n" +" " +msgstr "" + +#: redbot/cogs/mod/names.py:45 +msgid "Nicknames must be between 2 and 32 characters long." +msgstr "" + +#: redbot/cogs/mod/names.py:53 +msgid "I do not have permission to rename that member. They may be higher than or equal to me in the role hierarchy." +msgstr "" + +#: redbot/cogs/mod/names.py:63 +msgid "I do not have permission to rename that member." +msgstr "" + +#: redbot/cogs/mod/names.py:66 +msgid "That nickname is invalid." +msgstr "" + +#: redbot/cogs/mod/names.py:68 +msgid "An unexpected error has occured." +msgstr "" + +#: redbot/cogs/mod/names.py:70 +msgid "Done." +msgstr "" + +#: redbot/cogs/mod/names.py:81 +msgid "Custom: {emoji} {name}" +msgstr "" + +#: redbot/cogs/mod/names.py:83 +msgid "Custom: {emoji}" +msgstr "" + +#: redbot/cogs/mod/names.py:85 +msgid "Custom: {name}" +msgstr "" + +#: redbot/cogs/mod/names.py:93 +msgid "Playing: {name}" +msgstr "" + +#: redbot/cogs/mod/names.py:102 +msgid "Streaming: [{name}{sep}{game}]({url})" +msgstr "" + +#: redbot/cogs/mod/names.py:109 +msgid "Streaming: {name}" +msgstr "" + +#: redbot/cogs/mod/names.py:118 +msgid "Listening: [{title}{sep}{artist}]({url})" +msgstr "" + +#: redbot/cogs/mod/names.py:125 +msgid "Listening: {title}" +msgstr "" + +#: redbot/cogs/mod/names.py:133 +msgid "Watching: {name}" +msgstr "" + +#: redbot/cogs/mod/names.py:141 +msgid "Competing in: {competing}" +msgstr "" + +#: redbot/cogs/mod/names.py:164 +#, docstring +msgid "Show information about a user.\n\n" +" This includes fields for status, discord join date, server\n" +" join date, voice state and previous names/nicknames.\n\n" +" If the user has no roles, previous names or previous nicknames,\n" +" these fields will be omitted.\n" +" " +msgstr "" + +#: redbot/cogs/mod/names.py:192 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/mod/names.py:200 redbot/cogs/mod/names.py:201 +msgid "{}\n" +"({} days ago)" +msgstr "" + +#: redbot/cogs/mod/names.py:213 +msgid "Chilling in {} status" +msgstr "" + +#: redbot/cogs/mod/names.py:227 +msgid "and {numeric_number} more roles not displayed due to embed limits." +msgstr "" + +#: redbot/cogs/mod/names.py:254 +msgid "Joined Discord on" +msgstr "" + +#: redbot/cogs/mod/names.py:255 +msgid "Joined this server on" +msgstr "" + +#: redbot/cogs/mod/names.py:258 +msgid "Roles" +msgstr "" + +#: redbot/cogs/mod/names.py:258 +msgid "Role" +msgstr "" + +#: redbot/cogs/mod/names.py:264 +msgid "Previous Names" +msgstr "" + +#: redbot/cogs/mod/names.py:264 +msgid "Previous Name" +msgstr "" + +#: redbot/cogs/mod/names.py:272 +msgid "Previous Nicknames" +msgstr "" + +#: redbot/cogs/mod/names.py:272 +msgid "Previous Nickname" +msgstr "" + +#: redbot/cogs/mod/names.py:278 +msgid "Current voice channel" +msgstr "" + +#: redbot/cogs/mod/names.py:282 +msgid "Member #{} | User ID: {}" +msgstr "" + +#: redbot/cogs/mod/names.py:296 +#, docstring +msgid "Show previous names and nicknames of a user." +msgstr "" + +#: redbot/cogs/mod/names.py:300 +msgid "**Past 20 names**:" +msgstr "" + +#: redbot/cogs/mod/names.py:306 +msgid "**Past 20 nicknames**:" +msgstr "" + +#: redbot/cogs/mod/names.py:313 +msgid "That user doesn't have any recorded name or nickname change." +msgstr "" + +#: redbot/cogs/mod/settings.py:23 +#, docstring +msgid "Manage server administration settings." +msgstr "" + +#: redbot/cogs/mod/settings.py:27 +#, docstring +msgid "Show the current server administration settings." +msgstr "" + +#: redbot/cogs/mod/settings.py:31 +msgid "Track name changes: {yes_or_no}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:32 redbot/cogs/mod/settings.py:55 +#: redbot/cogs/mod/settings.py:83 redbot/cogs/mod/settings.py:91 +#: redbot/cogs/mod/settings.py:94 +msgid "Yes" +msgstr "" + +#: redbot/cogs/mod/settings.py:32 redbot/cogs/mod/settings.py:55 +#: redbot/cogs/mod/settings.py:60 redbot/cogs/mod/settings.py:65 +#: redbot/cogs/mod/settings.py:70 redbot/cogs/mod/settings.py:75 +#: redbot/cogs/mod/settings.py:83 redbot/cogs/mod/settings.py:91 +#: redbot/cogs/mod/settings.py:94 +msgid "No" +msgstr "" + +#: redbot/cogs/mod/settings.py:53 +msgid "Overridden by another setting" +msgstr "" + +#: redbot/cogs/mod/settings.py:56 +msgid "Track nickname changes: {yes_or_no}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:57 +msgid "Delete repeats: {num_repeats}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:58 +msgid "after {num} repeats" +msgstr "" + +#: redbot/cogs/mod/settings.py:62 +msgid "Warn mention spam: {num_mentions}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:63 redbot/cogs/mod/settings.py:68 +#: redbot/cogs/mod/settings.py:73 +msgid "{num} mentions" +msgstr "" + +#: redbot/cogs/mod/settings.py:67 +msgid "Kick mention spam: {num_mentions}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:72 +msgid "Ban mention spam: {num_mentions}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:78 +msgid "Mention Spam Strict: All mentions will count including duplicates\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:80 +msgid "Mention Spam Strict: Only unique mentions will count\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:82 +msgid "Respects hierarchy: {yes_or_no}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:85 +msgid "Delete delay: {num_seconds}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:86 +msgid "{num} seconds" +msgstr "" + +#: redbot/cogs/mod/settings.py:88 +msgid "None" +msgstr "" + +#: redbot/cogs/mod/settings.py:90 +msgid "Reinvite on unban: {yes_or_no}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:93 +msgid "Send message to users on kick/ban: {yes_or_no}\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:97 +msgid "Default message history delete on ban: Previous {num_days} days\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:101 +msgid "Default message history delete on ban: Don't delete any\n" +msgstr "" + +#: redbot/cogs/mod/settings.py:102 +msgid "Default tempban duration: {duration}" +msgstr "" + +#: redbot/cogs/mod/settings.py:110 +#, docstring +msgid "Toggle role hierarchy check for mods and admins.\n\n" +" **WARNING**: Disabling this setting will allow mods to take\n" +" actions on users above them in the role hierarchy!\n\n" +" This is enabled by default.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:122 +msgid "Role hierarchy will be checked when moderation commands are issued." +msgstr "" + +#: redbot/cogs/mod/settings.py:127 +msgid "Role hierarchy will be ignored when moderation commands are issued." +msgstr "" + +#: redbot/cogs/mod/settings.py:133 +#, docstring +msgid "\n" +" Manage the automoderation settings for mentionspam.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:140 +#, docstring +msgid "\n" +" Setting to account for duplicate mentions.\n\n" +" If enabled all mentions will count including duplicated mentions.\n" +" If disabled only unique mentions will count.\n\n" +" Use this command without any parameter to see current setting.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:152 +msgid "Mention spam currently accounts for multiple mentions of the same user." +msgstr "" + +#: redbot/cogs/mod/settings.py:154 +msgid "Mention spam currently only accounts for mentions of different users." +msgstr "" + +#: redbot/cogs/mod/settings.py:159 +msgid "Mention spam will now account for multiple mentions of the same user." +msgstr "" + +#: redbot/cogs/mod/settings.py:161 +msgid "Mention spam will only account for mentions of different users." +msgstr "" + +#: redbot/cogs/mod/settings.py:168 +#, docstring +msgid "\n" +" Sets the autowarn conditions for mention spam.\n\n" +" Users will be warned if they send any messages which contain more than\n" +" `` mentions.\n\n" +" `` Must be 0 or greater. Set to 0 to disable this feature.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:179 +msgid "Autowarn for mention spam is already disabled." +msgstr "" + +#: redbot/cogs/mod/settings.py:181 +msgid "Autowarn for mention spam disabled." +msgstr "" + +#: redbot/cogs/mod/settings.py:184 +msgid "`` must be 1 or higher to autowarn." +msgstr "" + +#: redbot/cogs/mod/settings.py:190 +msgid "\n" +"Autowarn is equal to or higher than autokick." +msgstr "" + +#: redbot/cogs/mod/settings.py:194 +msgid "\n" +"Autowarn is equal to or higher than autoban." +msgstr "" + +#: redbot/cogs/mod/settings.py:198 +msgid "Autowarn for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autowarned.\n" +"{mismatch_message}" +msgstr "" + +#: redbot/cogs/mod/settings.py:208 +#, docstring +msgid "\n" +" Sets the autokick conditions for mention spam.\n\n" +" Users will be kicked if they send any messages which contain more than\n" +" `` mentions.\n\n" +" `` Must be 0 or greater. Set to 0 to disable this feature.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:219 +msgid "Autokick for mention spam is already disabled." +msgstr "" + +#: redbot/cogs/mod/settings.py:221 +msgid "Autokick for mention spam disabled." +msgstr "" + +#: redbot/cogs/mod/settings.py:224 +msgid "`` must be 1 or higher to autokick." +msgstr "" + +#: redbot/cogs/mod/settings.py:230 +msgid "\n" +"Autokick is equal to or lower than autowarn." +msgstr "" + +#: redbot/cogs/mod/settings.py:234 +msgid "\n" +"Autokick is equal to or higher than autoban." +msgstr "" + +#: redbot/cogs/mod/settings.py:238 +msgid "Autokick for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autokicked.\n" +"{mismatch_message}" +msgstr "" + +#: redbot/cogs/mod/settings.py:248 +#, docstring +msgid "Set the autoban conditions for mention spam.\n\n" +" Users will be banned if they send any message which contains more than\n" +" `` mentions.\n\n" +" `` Must be 0 or greater. Set to 0 to disable this feature.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:258 +msgid "Autoban for mention spam is already disabled." +msgstr "" + +#: redbot/cogs/mod/settings.py:260 +msgid "Autoban for mention spam disabled." +msgstr "" + +#: redbot/cogs/mod/settings.py:263 +msgid "`` must be 1 or higher to autoban." +msgstr "" + +#: redbot/cogs/mod/settings.py:269 +msgid "\n" +"Autoban is equal to or lower than autowarn." +msgstr "" + +#: redbot/cogs/mod/settings.py:273 +msgid "\n" +"Autoban is equal to or lower than autokick." +msgstr "" + +#: redbot/cogs/mod/settings.py:277 +msgid "Autoban for mention spam enabled. Anyone mentioning {max_mentions} or more people in a single message will be autobanned.\n" +"{mismatch_message}" +msgstr "" + +#: redbot/cogs/mod/settings.py:287 +#, docstring +msgid "Enable auto-deletion of repeated messages.\n\n" +" Must be between 2 and 20.\n\n" +" Set to -1 to disable this feature.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:298 redbot/cogs/mod/settings.py:324 +msgid "Repeated messages will be ignored." +msgstr "" + +#: redbot/cogs/mod/settings.py:304 +msgid "Messages repeated up to {num} times will be deleted." +msgstr "" + +#: redbot/cogs/mod/settings.py:308 +msgid "Number of repeats must be between 2 and 20 or equal to -1 if you want to disable this feature!" +msgstr "" + +#: redbot/cogs/mod/settings.py:317 +msgid "Bot will delete repeated messages after {num} repeats. Set this value to -1 to ignore repeated messages" +msgstr "" + +#: redbot/cogs/mod/settings.py:329 +#, docstring +msgid "Toggle whether an invite will be sent to a user when unbanned.\n\n" +" If this is True, the bot will attempt to create and send a single-use invite\n" +" to the newly-unbanned user.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:339 +msgid "Users unbanned with `{command}` will be reinvited." +msgstr "" + +#: redbot/cogs/mod/settings.py:346 +msgid "Users unbanned with `{command}` will not be reinvited." +msgstr "" + +#: redbot/cogs/mod/settings.py:354 +#, docstring +msgid "Toggle whether a message should be sent to a user when they are kicked/banned.\n\n" +" If this option is enabled, the bot will attempt to DM the user with the guild name\n" +" and reason as to why they were kicked/banned.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:363 +msgid "DM when kicked/banned is currently set to: {setting}" +msgstr "" + +#: redbot/cogs/mod/settings.py:368 +msgid "Bot will now attempt to send a DM to user before kick and ban." +msgstr "" + +#: redbot/cogs/mod/settings.py:371 +msgid "Bot will no longer attempt to send a DM to user before kick and ban." +msgstr "" + +#: redbot/cogs/mod/settings.py:377 +#, docstring +msgid "Set the default number of days worth of messages to be deleted when a user is banned.\n\n" +" The number of days must be between 0 and 7.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:383 +msgid "Invalid number of days. Must be between 0 and 7." +msgstr "" + +#: redbot/cogs/mod/settings.py:386 +msgid "{days} days worth of messages will be deleted when a user is banned." +msgstr "" + +#: redbot/cogs/mod/settings.py:401 +#, docstring +msgid "Set the default time to be used when a user is tempbanned.\n\n" +" Accepts: seconds, minutes, hours, days, weeks\n" +" `duration` must be greater than zero.\n\n" +" Examples:\n" +" `[p]modset defaultduration 7d12h10m`\n" +" `[p]modset defaultduration 7 days 12 hours 10 minutes`\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:413 +msgid "The default duration for tempbanning a user is now {duration}." +msgstr "" + +#: redbot/cogs/mod/settings.py:421 +#, docstring +msgid "\n" +" Toggle whether nickname changes should be tracked.\n\n" +" This setting will be overridden if trackallnames is disabled.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:430 +msgid "Nickname changes are currently being tracked." +msgstr "" + +#: redbot/cogs/mod/settings.py:432 +msgid "Nickname changes are not currently being tracked." +msgstr "" + +#: redbot/cogs/mod/settings.py:437 +msgid "Nickname changes will now be tracked." +msgstr "" + +#: redbot/cogs/mod/settings.py:439 +msgid "Nickname changes will no longer be tracked." +msgstr "" + +#: redbot/cogs/mod/settings.py:446 +#, docstring +msgid "\n" +" Toggle whether all name changes should be tracked.\n\n" +" Toggling this off also overrides the tracknicknames setting.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:454 +msgid "Name changes are currently being tracked." +msgstr "" + +#: redbot/cogs/mod/settings.py:456 +msgid "All name changes are currently not being tracked." +msgstr "" + +#: redbot/cogs/mod/settings.py:461 +msgid "Name changes will now be tracked." +msgstr "" + +#: redbot/cogs/mod/settings.py:463 +msgid "All name changes will no longer be tracked.\n" +"To delete existing name data, use {command}." +msgstr "" + +#: redbot/cogs/mod/settings.py:474 +#, docstring +msgid "Delete all stored usernames and nicknames.\n\n" +" Examples:\n" +" - `[p]modset deletenames` - Did not confirm. Shows the help message.\n" +" - `[p]modset deletenames yes` - Deletes all stored usernames and nicknames.\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/cogs/mod/settings.py:486 +msgid "This will delete all stored usernames and nicknames the bot has stored.\n" +"If you're sure, type {command}" +msgstr "" + +#: redbot/cogs/mod/settings.py:527 +msgid "Usernames and nicknames have been deleted from Mod config." +msgstr "" + +#: redbot/cogs/mod/slowmode.py:27 +#, docstring +msgid "Changes channel's slowmode setting.\n\n" +" Interval can be anything from 0 seconds to 6 hours.\n" +" Use without parameters to disable.\n" +" " +msgstr "" + +#: redbot/cogs/mod/slowmode.py:36 +msgid "Slowmode interval is now {interval}." +msgstr "" + +#: redbot/cogs/mod/slowmode.py:41 +msgid "Slowmode has been disabled." +msgstr "" + diff --git a/redbot/cogs/mod/locales/nb-NO.po b/redbot/cogs/mod/locales/nb-NO.po index 303b77f98..eecd962f2 100644 --- a/redbot/cogs/mod/locales/nb-NO.po +++ b/redbot/cogs/mod/locales/nb-NO.po @@ -576,7 +576,7 @@ msgstr "Vis gjeldende innstillinger for server administrasjon." #: redbot/cogs/mod/settings.py:31 msgid "Track name changes: {yes_or_no}\n" -msgstr "" +msgstr "Spornavn endringer: {yes_or_no}\n" #: redbot/cogs/mod/settings.py:32 redbot/cogs/mod/settings.py:55 #: redbot/cogs/mod/settings.py:83 redbot/cogs/mod/settings.py:91 @@ -594,11 +594,11 @@ msgstr "Nei" #: redbot/cogs/mod/settings.py:53 msgid "Overridden by another setting" -msgstr "" +msgstr "Overstyrt av en annen innstilling" #: redbot/cogs/mod/settings.py:56 msgid "Track nickname changes: {yes_or_no}\n" -msgstr "" +msgstr "Spor kallenavn endrer: {yes_or_no}\n" #: redbot/cogs/mod/settings.py:57 msgid "Delete repeats: {num_repeats}\n" @@ -979,23 +979,26 @@ msgid "\n" " Toggle whether nickname changes should be tracked.\n\n" " This setting will be overridden if trackallnames is disabled.\n" " " -msgstr "" +msgstr "\n" +" Slå på om endringer i kallenavn skal spores eller ikke.\n\n" +" Denne innstillingen overstyres hvis spornavn er deaktivert.\n" +" " #: redbot/cogs/mod/settings.py:430 msgid "Nickname changes are currently being tracked." -msgstr "" +msgstr "Kallenavn endringer spores for øyeblikket." #: redbot/cogs/mod/settings.py:432 msgid "Nickname changes are not currently being tracked." -msgstr "" +msgstr "Kallenavn endringer blir ikke sporet." #: redbot/cogs/mod/settings.py:437 msgid "Nickname changes will now be tracked." -msgstr "" +msgstr "Navnendringer vil nå bli sporet." #: redbot/cogs/mod/settings.py:439 msgid "Nickname changes will no longer be tracked." -msgstr "" +msgstr "Kallenavn endringer vil ikke lenger spores." #: redbot/cogs/mod/settings.py:446 #, docstring @@ -1003,24 +1006,28 @@ msgid "\n" " Toggle whether all name changes should be tracked.\n\n" " Toggling this off also overrides the tracknicknames setting.\n" " " -msgstr "" +msgstr "\n" +" Veksle om alle navneendringer skal spores.\n\n" +" Hvis du slår på dette overstyrer også innstillingen for sporekallenavn.\n" +" " #: redbot/cogs/mod/settings.py:454 msgid "Name changes are currently being tracked." -msgstr "" +msgstr "Navneendringer spores for øyeblikket." #: redbot/cogs/mod/settings.py:456 msgid "All name changes are currently not being tracked." -msgstr "" +msgstr "Alle navneendringer blir ikke sporet." #: redbot/cogs/mod/settings.py:461 msgid "Name changes will now be tracked." -msgstr "" +msgstr "Navnendringer vil nå bli sporet." #: redbot/cogs/mod/settings.py:463 msgid "All name changes will no longer be tracked.\n" "To delete existing name data, use {command}." -msgstr "" +msgstr "Alle navneendringer vil ikke lenger spores.\n" +"For å slette eksisterende navnedata, bruk {command}." #: redbot/cogs/mod/settings.py:474 #, docstring @@ -1031,16 +1038,23 @@ msgid "Delete all stored usernames and nicknames.\n\n" " **Arguments**\n\n" " - `` This will default to false unless specified.\n" " " -msgstr "" +msgstr "Slett alle lagrede brukernavn og kallenavn.\n\n" +" Eksempler:\n" +" - `[p]modset deletenames` - Ikke bekreftet. Viser en hjelp-melding.\n" +" - `[p]modset deletenames yes` - Sletter alle lagrede brukernavn og kallenavn.\n\n" +" **Argumenter**\n\n" +" - `` som standard er unikt med mindre det er angitt.\n" +" " #: redbot/cogs/mod/settings.py:486 msgid "This will delete all stored usernames and nicknames the bot has stored.\n" "If you're sure, type {command}" -msgstr "" +msgstr "Dette vil slette alle lagrede brukernavn og kallenavn boten er butikk.\n" +"Hvis du er sikker, skriv {command}" #: redbot/cogs/mod/settings.py:527 msgid "Usernames and nicknames have been deleted from Mod config." -msgstr "" +msgstr "Brukernavn og kallenavn er slettet fra Mod konfigurasjon." #: redbot/cogs/mod/slowmode.py:27 #, docstring diff --git a/redbot/cogs/mod/locales/tr-TR.po b/redbot/cogs/mod/locales/tr-TR.po index 5b5e50231..1ad7fd17d 100644 --- a/redbot/cogs/mod/locales/tr-TR.po +++ b/redbot/cogs/mod/locales/tr-TR.po @@ -577,7 +577,7 @@ msgstr "Şu anki sunucu yönetim ayarlarını gösterir." #: redbot/cogs/mod/settings.py:31 msgid "Track name changes: {yes_or_no}\n" -msgstr "" +msgstr "Ad değişikliklerini takip et: {yes_or_no}\n" #: redbot/cogs/mod/settings.py:32 redbot/cogs/mod/settings.py:55 #: redbot/cogs/mod/settings.py:83 redbot/cogs/mod/settings.py:91 @@ -595,11 +595,11 @@ msgstr "Hayır" #: redbot/cogs/mod/settings.py:53 msgid "Overridden by another setting" -msgstr "" +msgstr "Başka bir ayar bu ayara üstün geliyor" #: redbot/cogs/mod/settings.py:56 msgid "Track nickname changes: {yes_or_no}\n" -msgstr "" +msgstr "Nick değişikliklerini takip et: {yes_or_no}\n" #: redbot/cogs/mod/settings.py:57 msgid "Delete repeats: {num_repeats}\n" @@ -978,23 +978,26 @@ msgid "\n" " Toggle whether nickname changes should be tracked.\n\n" " This setting will be overridden if trackallnames is disabled.\n" " " -msgstr "" +msgstr "\n" +" Nick değişikliklerinin takip edilip edilmemesini ayarla.\n\n" +" trackallnames ayarının kapatılması bu ayara üstün gelir.\n" +" " #: redbot/cogs/mod/settings.py:430 msgid "Nickname changes are currently being tracked." -msgstr "" +msgstr "Nick değişiklikleri şu anda takip ediliyor." #: redbot/cogs/mod/settings.py:432 msgid "Nickname changes are not currently being tracked." -msgstr "" +msgstr "Nick değişiklikleri şu anda takip edilmiyor." #: redbot/cogs/mod/settings.py:437 msgid "Nickname changes will now be tracked." -msgstr "" +msgstr "Nick değişiklikleri artık takip edilecek." #: redbot/cogs/mod/settings.py:439 msgid "Nickname changes will no longer be tracked." -msgstr "" +msgstr "Nick değişiklikleri artık takip edilmeyecek." #: redbot/cogs/mod/settings.py:446 #, docstring @@ -1002,24 +1005,28 @@ msgid "\n" " Toggle whether all name changes should be tracked.\n\n" " Toggling this off also overrides the tracknicknames setting.\n" " " -msgstr "" +msgstr "\n" +" Tüm isim değişikliklerinin takip edilip edilmemesini ayarla.\n\n" +" Bunu kapalı ayarlamak tracknicknames ayarına üstün gelir.\n" +" " #: redbot/cogs/mod/settings.py:454 msgid "Name changes are currently being tracked." -msgstr "" +msgstr "Ad değişiklikleri şu anda takip ediliyor." #: redbot/cogs/mod/settings.py:456 msgid "All name changes are currently not being tracked." -msgstr "" +msgstr "Tüm işim değişiklikleri şu anda takip edilmiyor." #: redbot/cogs/mod/settings.py:461 msgid "Name changes will now be tracked." -msgstr "" +msgstr "Ad değişiklikleri artık takip edilecek." #: redbot/cogs/mod/settings.py:463 msgid "All name changes will no longer be tracked.\n" "To delete existing name data, use {command}." -msgstr "" +msgstr "Tüm isim değişiklikleri artık takip edilmeyecek.\n" +"Varolan ad verilerini silmek için {command} kullanın." #: redbot/cogs/mod/settings.py:474 #, docstring @@ -1030,16 +1037,23 @@ msgid "Delete all stored usernames and nicknames.\n\n" " **Arguments**\n\n" " - `` This will default to false unless specified.\n" " " -msgstr "" +msgstr "Depolanmış tüm kullanıcı adları ve nickleri sil.\n\n" +" Örnekler:\n" +" - `[p]modset deletenames` - Onaylanmadığından yardım mesajını gösterir.\n" +" - `[p]modset deletenames yes` - Depolanmış tüm kullanıcı adları ve nickleri siler.\n\n" +" **Seçenekler**\n\n" +" - `` Aksi belirtilmezse varsayılan olarak olumsuzdur.\n" +" " #: redbot/cogs/mod/settings.py:486 msgid "This will delete all stored usernames and nicknames the bot has stored.\n" "If you're sure, type {command}" -msgstr "" +msgstr "Bu botun depoladığı tüm kullanıcı adları ve nickleri siler.\n" +"Bunu yapmak istediğinize eminseniz {command} yazın." #: redbot/cogs/mod/settings.py:527 msgid "Usernames and nicknames have been deleted from Mod config." -msgstr "" +msgstr "Kullanıcı adları ve nickler veri tabanından silindi." #: redbot/cogs/mod/slowmode.py:27 #, docstring diff --git a/redbot/cogs/modlog/locales/de-DE.po b/redbot/cogs/modlog/locales/de-DE.po index 380389139..d3ae5b434 100644 --- a/redbot/cogs/modlog/locales/de-DE.po +++ b/redbot/cogs/modlog/locales/de-DE.po @@ -101,7 +101,8 @@ msgstr "Dieser Fall existiert nicht auf diesem Server." #: redbot/cogs/modlog/modlog.py:120 redbot/cogs/modlog/modlog.py:158 msgid "{case}\n" "**Timestamp:** {timestamp}" -msgstr "" +msgstr "{case}\n" +"**Zeitstempel:** {timestamp}" #: redbot/cogs/modlog/modlog.py:131 #, docstring @@ -123,12 +124,13 @@ msgstr "Dieser Benutzer hat keine Fälle." #: redbot/cogs/modlog/modlog.py:171 #, docstring msgid "List cases for the specified member." -msgstr "" +msgstr "Listen sie Fälle für das angegebene Mitglied auf." #: redbot/cogs/modlog/modlog.py:194 msgid "{case}\n" "**Timestamp:** {timestamp}\n\n" -msgstr "" +msgstr "{case}\n" +"**Zeitstempel:** {timestamp}\n\n" #: redbot/cogs/modlog/modlog.py:207 #, docstring diff --git a/redbot/cogs/modlog/locales/hi-IN.po b/redbot/cogs/modlog/locales/hi-IN.po new file mode 100644 index 000000000..efcfebd8e --- /dev/null +++ b/redbot/cogs/modlog/locales/hi-IN.po @@ -0,0 +1,155 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 38\n" +"Language: hi_IN\n" + +#: redbot/cogs/modlog/modlog.py:18 +#, docstring +msgid "Manage log channels for moderation actions." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:31 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:37 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:44 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/cogs/modlog/modlog.py:53 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:57 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:65 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:68 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:73 +#, docstring +msgid "Enable or disable case creation for a mod action." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:81 redbot/cogs/modlog/modlog.py:95 +msgid "enabled" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:81 redbot/cogs/modlog/modlog.py:95 +msgid "disabled" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:84 +msgid "Current settings:\n" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:89 +msgid "That action is not registered." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:94 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:102 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:105 +msgid "Cases have been reset." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:110 +#, docstring +msgid "Show the specified case." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:114 +msgid "That case does not exist for that server." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:120 redbot/cogs/modlog/modlog.py:158 +msgid "{case}\n" +"**Timestamp:** {timestamp}" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:131 +#, docstring +msgid "Display cases for the specified member." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:143 redbot/cogs/modlog/modlog.py:183 +msgid "That user does not exist." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:146 redbot/cogs/modlog/modlog.py:186 +msgid "Something unexpected went wrong while fetching that user by ID." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:150 redbot/cogs/modlog/modlog.py:189 +msgid "That user does not have any cases." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:171 +#, docstring +msgid "List cases for the specified member." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:194 +msgid "{case}\n" +"**Timestamp:** {timestamp}\n\n" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:207 +#, docstring +msgid "Specify a reason for a modlog case.\n\n" +" Please note that you can only edit cases you are\n" +" the owner of unless you are a mod, admin or server owner.\n\n" +" If no case number is specified, the latest case will be used.\n" +" " +msgstr "" + +#: redbot/cogs/modlog/modlog.py:220 +msgid "There are no modlog cases in this server." +msgstr "" + +#: redbot/cogs/modlog/modlog.py:226 +msgid "That case does not exist!" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:233 +msgid "You are not authorized to modify that case!" +msgstr "" + +#: redbot/cogs/modlog/modlog.py:241 +msgid "Reason for case #{num} has been updated." +msgstr "" + diff --git a/redbot/cogs/mutes/locales/af-ZA.po b/redbot/cogs/mutes/locales/af-ZA.po index 762d27da6..1a93848e3 100644 --- a/redbot/cogs/mutes/locales/af-ZA.po +++ b/redbot/cogs/mutes/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/ar-SA.po b/redbot/cogs/mutes/locales/ar-SA.po index 92ebf0b12..880e48bf3 100644 --- a/redbot/cogs/mutes/locales/ar-SA.po +++ b/redbot/cogs/mutes/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "لاشيء" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "حسنًا حينئذ." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/bg-BG.po b/redbot/cogs/mutes/locales/bg-BG.po index 98893a6a9..163b71d0b 100644 --- a/redbot/cogs/mutes/locales/bg-BG.po +++ b/redbot/cogs/mutes/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Няма" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/bs-BA.po b/redbot/cogs/mutes/locales/bs-BA.po index c38a2d182..549572369 100644 --- a/redbot/cogs/mutes/locales/bs-BA.po +++ b/redbot/cogs/mutes/locales/bs-BA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/ca-ES.po b/redbot/cogs/mutes/locales/ca-ES.po index 3a48192a0..a4b27ccf1 100644 --- a/redbot/cogs/mutes/locales/ca-ES.po +++ b/redbot/cogs/mutes/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/cs-CZ.po b/redbot/cogs/mutes/locales/cs-CZ.po index f5e960717..8878ebcf4 100644 --- a/redbot/cogs/mutes/locales/cs-CZ.po +++ b/redbot/cogs/mutes/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Žádný" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Dobře, tedy." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/da-DK.po b/redbot/cogs/mutes/locales/da-DK.po index 94388606e..3922e7aad 100644 --- a/redbot/cogs/mutes/locales/da-DK.po +++ b/redbot/cogs/mutes/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/de-DE.po b/redbot/cogs/mutes/locales/de-DE.po index 1f2384b5d..fb5df9cf1 100644 --- a/redbot/cogs/mutes/locales/de-DE.po +++ b/redbot/cogs/mutes/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -32,8 +32,8 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." -msgstr "Der Benutzer kann nicht stumm geschaltet werden, da dieser die Administrator Berechtigung hat." +msgid "That user cannot be (un)muted, as they have the Administrator permission." +msgstr "" #: redbot/cogs/mutes/mutes.py:35 msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Keine" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Also gut." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/el-GR.po b/redbot/cogs/mutes/locales/el-GR.po index b4d887710..10ad3a1d2 100644 --- a/redbot/cogs/mutes/locales/el-GR.po +++ b/redbot/cogs/mutes/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/es-ES.po b/redbot/cogs/mutes/locales/es-ES.po index e86666fbd..836e47fe1 100644 --- a/redbot/cogs/mutes/locales/es-ES.po +++ b/redbot/cogs/mutes/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -32,8 +32,8 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." -msgstr "Ese usuario no puede ser silenciado, ya que tiene el permiso de administrador." +msgid "That user cannot be (un)muted, as they have the Administrator permission." +msgstr "" #: redbot/cogs/mutes/mutes.py:35 msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "Desilenciar automáticamente" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -90,7 +90,7 @@ msgid "\n" msgstr "\n" "Desilenciado en los canales: " -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "{member} no pudo ser desilenciado por las siguientes razones:\n" @@ -104,7 +104,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -162,7 +162,7 @@ msgstr "Se ha eliminado manualmente el rol de silencio" msgid "Manually applied mute role" msgstr "Se ha aplicado manualmente el rol de silencio" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -179,33 +179,33 @@ msgstr "Anteriormente silenciado en este servidor." msgid "Mute settings." msgstr "Ajustes de Silenciado." -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" @@ -214,15 +214,15 @@ msgstr "\n" " Si forzar o no el rol solo silencia en el bot\n" " " -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "Vale, voy a hacer cumplir los silencios de rol antes de silenciar a los usuarios." -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "Vale, permitiré sobrescrituras en el canal para silenciar usuarios." -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" @@ -231,7 +231,7 @@ msgstr "\n" " Muestra la configuración de silencio actual de este servidor.\n" " " -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -239,12 +239,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Ninguno" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -257,15 +257,15 @@ msgstr "\n" " sobre problemas al desilenciar usuarios no se enviarán a ninguna parte.\n" " " -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "El canal de notificación para problemas de desilenciado ha sido borrado." -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "Publicaré los asuntos de desilenciado en {channel}." -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -280,23 +280,23 @@ msgstr "Establece el rol a aplicar al silenciar a un usuario.\n\n" " y al volver a unirse ya no estar silenciado.\n" " " -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "Las sobreescrituras de canales se utilizarán para silenciar en su lugar." -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "Rol de silencio establecido en {role}" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "Ningún canal de notificación ha sido configurado, utilice {command_1} para estar actualizado de cuando haya un problema en las desilenciaciones automáticas." -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -311,23 +311,23 @@ msgstr "Crear un rol Muted.\n\n" " `[p]muteset role ROLE_NAME_HERE`\n" " " -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -335,63 +335,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "De acuerdo." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -404,39 +404,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -449,23 +453,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -473,21 +477,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -495,11 +499,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/fi-FI.po b/redbot/cogs/mutes/locales/fi-FI.po index 0fc6ab511..b0963b47f 100644 --- a/redbot/cogs/mutes/locales/fi-FI.po +++ b/redbot/cogs/mutes/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/fr-FR.po b/redbot/cogs/mutes/locales/fr-FR.po index b5c463a04..a33db2911 100644 --- a/redbot/cogs/mutes/locales/fr-FR.po +++ b/redbot/cogs/mutes/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -32,8 +32,8 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." -msgstr "Cet utilisateur ne peut pas être muet, car il a la permission d'administrateur." +msgid "That user cannot be (un)muted, as they have the Administrator permission." +msgstr "" #: redbot/cogs/mutes/mutes.py:35 msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Aucun" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Ok alors." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/he-IL.po b/redbot/cogs/mutes/locales/he-IL.po index 1e564b17c..12d60268a 100644 --- a/redbot/cogs/mutes/locales/he-IL.po +++ b/redbot/cogs/mutes/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/hi-IN.po b/redbot/cogs/mutes/locales/hi-IN.po new file mode 100644 index 000000000..c2375f097 --- /dev/null +++ b/redbot/cogs/mutes/locales/hi-IN.po @@ -0,0 +1,523 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 704\n" +"Language: hi_IN\n" + +#: redbot/cogs/mutes/mutes.py:26 +msgid "That user is already muted in this channel." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:27 +msgid "That user is not muted in this channel." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:28 +msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:31 +msgid "I cannot let you do that. You are not higher than the mute role in the role hierarchy." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:34 +msgid "That user cannot be (un)muted, as they have the Administrator permission." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:35 +msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:40 +msgid "Failed to mute or unmute user. I need the Manage Permissions permission." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:43 +msgid "The user has left the server while applying an overwrite." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:44 +msgid "The channel I tried to mute or unmute the user in isn't found." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:45 +msgid "The mute role no longer exists." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:46 +msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:68 +#, docstring +msgid "\n" +" Mute users temporarily or indefinitely.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:247 redbot/cogs/mutes/mutes.py:259 +#: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:356 +#: redbot/cogs/mutes/mutes.py:373 redbot/cogs/mutes/mutes.py:427 +#: redbot/cogs/mutes/mutes.py:447 redbot/cogs/mutes/mutes.py:452 +msgid "Automatic unmute" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 +msgid "Server unmute" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:272 +msgid "I am unable to unmute {user} for the following reason:\n" +"{reason}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:360 +msgid "\n" +"Unmuted in channels: " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:386 +msgid "{member} could not be unmuted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:390 +msgid "{reason} In the following channels: {channels}\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:436 redbot/cogs/mutes/mutes.py:653 +#: redbot/cogs/mutes/voicemutes.py:224 +msgid "Voice unmute" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 +#: redbot/cogs/mutes/mutes.py:1428 +msgid "Channel unmute" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:456 +msgid "I am unable to unmute {user} in {channel} for the following reason:\n" +"{reason}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:494 +msgid "Unknown" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:499 +msgid "No reason provided." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:510 +msgid "Until" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:511 +msgid "Duration" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:512 +msgid "Guild" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:514 +msgid "Moderator" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:523 +msgid "\n" +"**Moderator**: {moderator}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:528 +msgid "\n" +"**Until**: {until}\n" +"**Duration**: {duration}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:534 +msgid "\n" +"**Guild**: {guild_name}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:573 redbot/cogs/mutes/mutes.py:578 +msgid "Manually removed mute role" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:593 redbot/cogs/mutes/mutes.py:602 +msgid "Manually applied mute role" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 +msgid "Server mute" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:663 redbot/cogs/mutes/mutes.py:672 +msgid "Manually removed channel overwrites" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:706 +msgid "Previously muted in this server." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:712 +#, docstring +msgid "Mute settings." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:719 +#, docstring +msgid "Set whether mute notifications should be sent to users in DMs." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:722 +msgid "I will now try to send mute notifications to users DMs." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:724 +msgid "Mute notifications will no longer be sent to users DMs." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:730 +#, docstring +msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:734 +msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:740 +msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:748 +#, docstring +msgid "\n" +" Whether or not to force role only mutes on the bot\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:753 +msgid "Okay I will enforce role mutes before muting users." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:755 +msgid "Okay I will allow channel overwrites for muting users." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:760 +#, docstring +msgid "\n" +" Shows the current mute settings for this guild.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:768 +msgid "Mute Role: {role}\n" +"Notification Channel: {channel}\n" +"Default Time: {time}\n" +"Send DM: {dm}\n" +"Show moderator: {show_mod}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 +msgid "None" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:788 +#, docstring +msgid "\n" +" Set the notification channel for automatic unmute issues.\n\n" +" If no channel is provided this will be cleared and notifications\n" +" about issues when unmuting users will not be sent anywhere.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:796 +msgid "Notification channel for unmute issues has been cleard." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:800 +msgid "I will post unmute issues in {channel}." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:807 +#, docstring +msgid "Sets the role to be applied when muting a user.\n\n" +" If no role is setup the bot will attempt to mute a user by setting\n" +" channel overwrites in all channels to prevent the user from sending messages.\n\n" +" Note: If no role is setup a user may be able to leave the server\n" +" and rejoin no longer being muted.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:822 +msgid "Channel overwrites will be used for mutes instead." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:826 +msgid "You can't set this role as it is not lower than you in the role hierarchy." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 +msgid "Mute role set to {role}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 +msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:846 +#, docstring +msgid "Create a Muted role.\n\n" +" This will create a role and apply overwrites to all available channels\n" +" to more easily setup muting a user.\n\n" +" If you already have a muted role created on the server use\n" +" `[p]muteset role ROLE_NAME_HERE`\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:857 +msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 +msgid "Mute role setup" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:873 +msgid "I could not create a muted role in this server." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:880 +msgid "I could not set overwrites for the following channels: {channels}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:918 +#, docstring +msgid "\n" +" Set the default mute time for the mute command.\n\n" +" If no time interval is provided this will be cleared.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:926 +msgid "Default mute time removed." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:930 +msgid "Please provide a valid time format." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:933 +msgid "Default mute time set to {time}." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:945 +msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:961 +msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" +"Are you sure you want to continue with channel overwrites? " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:971 +msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:977 +msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 +msgid "OK then." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1015 +#, docstring +msgid "\n" +" Displays active mutes on this server.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1023 +msgid "__Server Mutes__\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 +msgid "__Remaining__: {time_left}\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1048 +msgid "__<#{channel_id}> Mutes__\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1073 +msgid "There are no mutes on this server right now." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1085 +#, docstring +msgid "Mute users.\n\n" +" `` is a space separated list of usernames, ID's, or mentions.\n" +" `[time_and_reason]` is the time to mute for and reason. Time is\n" +" any valid time length such as `30 minutes` or `2 days`. If nothing\n" +" is provided the mute will use the set default time or indefinite if not set.\n\n" +" Examples:\n" +" `[p]mute @member1 @member2 spam 5 hours`\n" +" `[p]mute @member1 3 days`\n\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/voicemutes.py:90 +msgid "You cannot mute me." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 +#: redbot/cogs/mutes/voicemutes.py:92 +msgid "You cannot mute yourself." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 +#: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 +msgid " for {duration}" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1152 +msgid "{users} has been muted in this server{time}." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1154 +msgid "{users} have been muted in this server{time}." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 +msgid "- {reason} In the following channels: {channels}\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1187 +msgid "Some users could not be properly muted. Would you like to see who, where, and why?" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1235 +#, docstring +msgid "Mute a user in the current text channel.\n\n" +" `` is a space separated list of usernames, ID's, or mentions.\n" +" `[time_and_reason]` is the time to mute for and reason. Time is\n" +" any valid time length such as `30 minutes` or `2 days`. If nothing\n" +" is provided the mute will use the set default time or indefinite if not set.\n\n" +" Examples:\n" +" `[p]mutechannel @member1 @member2 spam 5 hours`\n" +" `[p]mutechannel @member1 3 days`\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1292 +msgid "Channel mute" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 +msgid "{users} has been muted in this channel{time}." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 +msgid "{users} have been muted in this channel{time}." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 +msgid "The following users could not be muted\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1322 +#, docstring +msgid "Unmute users.\n\n" +" `` is a space separated list of usernames, ID's, or mentions.\n" +" `[reason]` is the reason for the unmute.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/voicemutes.py:184 +msgid "You cannot unmute me." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 +#: redbot/cogs/mutes/voicemutes.py:186 +msgid "You cannot unmute yourself." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1374 +msgid "{users} unmuted in this server." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1391 +#, docstring +msgid "Unmute a user in this channel.\n\n" +" `` is a space separated list of usernames, ID's, or mentions.\n" +" `[reason]` is the reason for the unmute.\n" +" " +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 +msgid "{users} unmuted in this channel." +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 +msgid "The following users could not be unmuted\n" +msgstr "" + +#: redbot/cogs/mutes/voicemutes.py:43 +msgid "That user is not in a voice channel." +msgstr "" + +#: redbot/cogs/mutes/voicemutes.py:50 +msgid "I require the {perms} permission(s) in that user's channel to do that." +msgstr "" + +#: redbot/cogs/mutes/voicemutes.py:61 +msgid "You must have the {perms} permission(s) in that user's channel to use this command." +msgstr "" + +#: redbot/cogs/mutes/voicemutes.py:77 +#, docstring +msgid "Mute a user in their current voice channel.\n\n" +" `` is a space separated list of usernames, ID's, or mentions.\n" +" `[time_and_reason]` is the time to mute for and reason. Time is\n" +" any valid time length such as `30 minutes` or `2 days`. If nothing\n" +" is provided the mute will use the set default time or indefinite if not set.\n\n" +" Examples:\n" +" `[p]voicemute @member1 @member2 spam 5 hours`\n" +" `[p]voicemute @member1 3 days`" +msgstr "" + +#: redbot/cogs/mutes/voicemutes.py:148 +msgid "Voice mute" +msgstr "" + +#: redbot/cogs/mutes/voicemutes.py:177 +#, docstring +msgid "Unmute a user in their current voice channel.\n\n" +" `` is a space separated list of usernames, ID's, or mentions.\n" +" `[reason]` is the reason for the unmute." +msgstr "" + diff --git a/redbot/cogs/mutes/locales/hu-HU.po b/redbot/cogs/mutes/locales/hu-HU.po index 1b55134f7..c637ea225 100644 --- a/redbot/cogs/mutes/locales/hu-HU.po +++ b/redbot/cogs/mutes/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Rendben." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/id-ID.po b/redbot/cogs/mutes/locales/id-ID.po index c69bc19a1..db53f1721 100644 --- a/redbot/cogs/mutes/locales/id-ID.po +++ b/redbot/cogs/mutes/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Tak satupun" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/it-IT.po b/redbot/cogs/mutes/locales/it-IT.po index c95a052f0..1bfdcb65e 100644 --- a/redbot/cogs/mutes/locales/it-IT.po +++ b/redbot/cogs/mutes/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Nessuno" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "OK allora." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/ja-JP.po b/redbot/cogs/mutes/locales/ja-JP.po index bce99302a..d24b393ea 100644 --- a/redbot/cogs/mutes/locales/ja-JP.po +++ b/redbot/cogs/mutes/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "無い" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/ko-KR.po b/redbot/cogs/mutes/locales/ko-KR.po index 3bdbf5863..1bcca3904 100644 --- a/redbot/cogs/mutes/locales/ko-KR.po +++ b/redbot/cogs/mutes/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "읎어요." -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/nb-NO.po b/redbot/cogs/mutes/locales/nb-NO.po index 21dc373ed..8639f7155 100644 --- a/redbot/cogs/mutes/locales/nb-NO.po +++ b/redbot/cogs/mutes/locales/nb-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Norwegian Bokmal\n" "MIME-Version: 1.0\n" @@ -32,8 +32,8 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "Jeg kan ikke la deg gjøre det. Du er ikke høyere enn dempet rolle i rollehierarkiet." #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." -msgstr "Denne brukeren kan ikke dempes fordi de har administratorrettighetene." +msgid "That user cannot be (un)muted, as they have the Administrator permission." +msgstr "" #: redbot/cogs/mutes/mutes.py:35 msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." @@ -64,7 +64,9 @@ msgstr "Fordi jeg ikke har tillatelse til å flytte medlemmer, trer dette i kraf msgid "\n" " Mute users temporarily or indefinitely.\n" " " -msgstr "" +msgstr "\n" +" Demp brukere midlertidig eller udefinitivt.\n" +" " #: redbot/cogs/mutes/mutes.py:247 redbot/cogs/mutes/mutes.py:259 #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:356 @@ -74,7 +76,7 @@ msgid "Automatic unmute" msgstr "Automatisk avdemping" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "Server udempet" @@ -90,7 +92,7 @@ msgid "\n" msgstr "\n" "Udempet i kanaler: " -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "{member} kunne ikke lukkes av følgende årsaker:\n" @@ -104,7 +106,7 @@ msgid "Voice unmute" msgstr "Stemme udempet" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "Kanal udemp" @@ -166,7 +168,7 @@ msgstr "Manuelt fjernet dempet rolle" msgid "Manually applied mute role" msgstr "Manuelt brukt demping rolle" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "Server udempet" @@ -183,33 +185,33 @@ msgstr "Tidligere mutert på denne serveren." msgid "Mute settings." msgstr "Demp innstillinger." -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "Angi om demp varsler skal sendes til brukere i DMer." -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "Jeg vil nå prøve å sende demping av varsler til brukere DMer." -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "Demp varsler sendes ikke lenger til brukere direktemelding." -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "Velg om navnet på moderator demper en bruker skal inkluderes i DM til den brukeren." -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "Jeg skal inkludere navnet på moderator som ga demping når jeg sender en melding til en bruker." -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "Jeg kommer ikke til å oppgi navnet på moderator som ga demping når jeg sender en melding til en bruker." -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" @@ -218,15 +220,15 @@ msgstr "\n" " Om roller bare skal tvinges til å dempe på boten\n" " " -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "Okai vil jeg håndheve rollemotegn før man muterer brukere." -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "Jeg tillater jeg kanal overskriving av muterende brukere." -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" @@ -235,7 +237,7 @@ msgstr "\n" " Viser gjeldende dempet innstillinger for denne guilden.\n" " " -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -247,12 +249,12 @@ msgstr "Demp Rolle: {role}\n" "Send DM: {dm}\n" "Vis moderator: {show_mod}" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Ingen" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -265,15 +267,15 @@ msgstr "\n" " om problemer når opp-demping av brukere ikke sendes noen steder.\n" " " -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "Varslingskanalen for udempe problemer har vært klart." -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "Jeg publiserer udempet saker i {channel}." -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -288,23 +290,23 @@ msgstr "Angir rollen som skal brukes når lydløs dempes av en bruker.\n\n" "og bli med på ikke lenger\n" " " -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "Kanal overskriving vil bli brukt til muter i stedet." -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "Du kan ikke angi denne rollen siden den ikke er lavere enn du har fått rollen hierarkiet." -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "Demp rolle satt til {role}" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "Ingen varselkanal har blitt konfigurert, bruk {command_1} for å bli oppdatert når det er et problem i automatiske dempinger." -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -319,23 +321,23 @@ msgstr "Opprett en dempet rolle.\n\n" "[p]muteset role ROLE_NAME_HERE`\n" " " -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "Det er allerede et demp rolleoppsett i denne serveren. Fjern det med {command} før du prøver å lage et nytt." -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "Demp rolleoppsett" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "Jeg kunne ikke opprette en dempet rolle på denne serveren." -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "Jeg kunne ikke sette overskriving for følgende kanaler: {channels}" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -346,41 +348,41 @@ msgstr "\n" " Hvis et tidsintervall er angitt vil denne fjernes.\n" " " -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "Standard dempingstid fjernet." -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "Oppgi et gyldig tidsformat." -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "Standard dempingstid satt til {time}." -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "Denne serveren har ikke et dempet rolleoppsett. Du kan sette opp en dempet rolle med `{command_1}` eller `{command_2}` hvis du bare ønsker en grunnleggende rolle opprettet oppsett.\n\n" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "Kanaloverskriver for mutasjon av brukere kan få dyrt på Discord's API, da anbefaler vi at du i stedet har et admin oppsett en demp rolle. Kanal overskriver vil heller ikke bruke på ny på guild-medlemmet, så en bruker som har blitt dempet kan forlate og gjendelta og ikke lenger bli dempet. Rollen demping har ikke dette problemet.\n\n" "Er du sikker på at du vil fortsette med kanaloverskriving? " -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "Kunst med ✅ Vil fortsette dempningen med overskriving og stopper denne meldingen fra å komme til med ❎ Vil avslutte forsøket." -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "Kjører `ja` vil fortsette dempingen med overskriving og hindre denne meldingen fra å dukke opp igjen med \"nei\" vil avslutte det tøffe forsøket." -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Ok da." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" @@ -389,23 +391,23 @@ msgstr "\n" " Viser aktive muter på denne serveren.\n" " " -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "__Server Demping__\n" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "__Remaining__: {time_left}\n" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "__<#{channel_id}> Demping__\n" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "Det er ingen muter på denne serveren akkurat nå." -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -426,39 +428,43 @@ msgstr "Demp brukere.\n\n" " `[p]mute @member1 3 days`\n\n" " " -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "Du kan ikke dempe meg." -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "Du kan ikke dempe deg selv." -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr " for {duration}" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "{users} er dempet i denne serveren{time}." -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "{users} er dempet i denne serveren{time}." -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "- {reason} I følgende kanaler: {channels}\n" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "Noen brukere kunne ikke bli ordentlig dempet. Vil du se hvorfor, hvor og hvorfor?" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -479,23 +485,23 @@ msgstr "Demp en bruker i gjeldende tekstkanal.\n\n" " `[p]mutechunnel @member1 3 days`\n" " " -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "Kanal demp" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "{users} har blitt dempet i denne kanalen{time}." -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "{users} har blitt dempet i denne kanalen{time}." -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "Følgende brukere kunne ikke dempes\n" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -506,21 +512,21 @@ msgstr "Udemp brukere.\n\n" " `[reason]` er årsaken til den fjernede dempingen.\n" " " -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "Du kan ikke oppheve dempingen." -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "Du kan ikke udempe deg selv." -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "{users} fjernet mutasjonen på serveren." -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -531,11 +537,11 @@ msgstr "Slå på en bruker i denne kanalen.\n\n" " `[reason]` er årsaken til den fjernede dempingen.\n" " " -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "{users} av-dempet i denne kanalen." -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "Kan ikke fjerne følgende brukere\n" diff --git a/redbot/cogs/mutes/locales/nl-NL.po b/redbot/cogs/mutes/locales/nl-NL.po index ab1e38dad..aea913f87 100644 --- a/redbot/cogs/mutes/locales/nl-NL.po +++ b/redbot/cogs/mutes/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Geen" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Ohke." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/pl-PL.po b/redbot/cogs/mutes/locales/pl-PL.po index 10a3a04ba..fee783e0a 100644 --- a/redbot/cogs/mutes/locales/pl-PL.po +++ b/redbot/cogs/mutes/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Brak" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "OK." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/pt-BR.po b/redbot/cogs/mutes/locales/pt-BR.po index 532a22691..3471a58cd 100644 --- a/redbot/cogs/mutes/locales/pt-BR.po +++ b/redbot/cogs/mutes/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "OK então." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/pt-PT.po b/redbot/cogs/mutes/locales/pt-PT.po index ad9133c23..99223afb6 100644 --- a/redbot/cogs/mutes/locales/pt-PT.po +++ b/redbot/cogs/mutes/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/ro-RO.po b/redbot/cogs/mutes/locales/ro-RO.po index 6ab660ac4..8dde01fb7 100644 --- a/redbot/cogs/mutes/locales/ro-RO.po +++ b/redbot/cogs/mutes/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/ru-RU.po b/redbot/cogs/mutes/locales/ru-RU.po index 465481409..29935dea4 100644 --- a/redbot/cogs/mutes/locales/ru-RU.po +++ b/redbot/cogs/mutes/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -32,8 +32,8 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." -msgstr "Этот пользователь не может быть заглушен, так как он имеет права администратора." +msgid "That user cannot be (un)muted, as they have the Administrator permission." +msgstr "" #: redbot/cogs/mutes/mutes.py:35 msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Нет" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Хорошо, тогда." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/sk-SK.po b/redbot/cogs/mutes/locales/sk-SK.po index 2e1cf63fa..fbdb3bb56 100644 --- a/redbot/cogs/mutes/locales/sk-SK.po +++ b/redbot/cogs/mutes/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/sr-CS.po b/redbot/cogs/mutes/locales/sr-CS.po index e388ca4e5..389988a7d 100644 --- a/redbot/cogs/mutes/locales/sr-CS.po +++ b/redbot/cogs/mutes/locales/sr-CS.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Latin)\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/sr-SP.po b/redbot/cogs/mutes/locales/sr-SP.po index 4890e24d8..c962a6e51 100644 --- a/redbot/cogs/mutes/locales/sr-SP.po +++ b/redbot/cogs/mutes/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/sv-SE.po b/redbot/cogs/mutes/locales/sv-SE.po index 61de53530..a69135379 100644 --- a/redbot/cogs/mutes/locales/sv-SE.po +++ b/redbot/cogs/mutes/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "Inget" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/tr-TR.po b/redbot/cogs/mutes/locales/tr-TR.po index a72efd58e..d2e8909a2 100644 --- a/redbot/cogs/mutes/locales/tr-TR.po +++ b/redbot/cogs/mutes/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -32,8 +32,8 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "Bunu yapmana izin veremem. Rol hiyerarşisinde susturma rolünden yüksekte değilsin." #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." -msgstr "Yönetici iznine sahip olduğundan dolayı o kullanıcı susturulamaz." +msgid "That user cannot be (un)muted, as they have the Administrator permission." +msgstr "" #: redbot/cogs/mutes/mutes.py:35 msgid "Failed to mute or unmute user. I need the Manage Roles permission and the user I'm muting must be lower than myself in the role hierarchy." @@ -64,7 +64,9 @@ msgstr "Üyelerin yerini değiştirme iznine sahip olmadığımdan, bu kullanıc msgid "\n" " Mute users temporarily or indefinitely.\n" " " -msgstr "" +msgstr "\n" +" Kullanıcıları geçici veya kalıcı olarak sustur.\n" +" " #: redbot/cogs/mutes/mutes.py:247 redbot/cogs/mutes/mutes.py:259 #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:356 @@ -74,7 +76,7 @@ msgid "Automatic unmute" msgstr "Otomatik geri açma" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "Sunucuda susturma kaldırma" @@ -90,7 +92,7 @@ msgid "\n" msgstr "\n" "Şu kanallarda susturması geri alındı: " -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "{member} üyesinin şu sebeplerden dolayı susturması geri alınamadı:\n" @@ -104,7 +106,7 @@ msgid "Voice unmute" msgstr "Seste susturma kaldırma" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "Kanalda susturma kaldırma" @@ -166,7 +168,7 @@ msgstr "Susturulmuş rolü elle kaldırıldı" msgid "Manually applied mute role" msgstr "Susturulmuş rolü elle uygulandı" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "Sunucuda susturma" @@ -183,33 +185,33 @@ msgstr "Bu sunucuda daha önce susturulmuş." msgid "Mute settings." msgstr "Susturma ayarları." -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "Kullanıcılara özel mesaj olarak susturma bildirimlerinin gönderilmesini ayarla." -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "Artık kullanıcılara susturma bildirimlerini özel mesaj olarak göndermeye çalışacağım." -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "Susturma bildirimleri kullanıcılara artık özel mesaj olarak gönderilmeyecek." -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "Kullanıcıyı susturan moderatörün adının özel mesajda olup olmamasını ayarla." -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "Bir kullanıcıya özel mesaj atarken sorumlu moderatörün ismini dahil edeceğim." -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "Bir kullanıcıya özel mesaj atarken sorumlu moderatörün ismini dahil etmeyeceğim." -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" @@ -218,15 +220,15 @@ msgstr "\n" " Bot üzerinde role özgü susturmaların zorlanıp zorlanmayacağı\n" " " -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "Tamamdır, kullanıcıları susturmadan önce rol susturmalarını uygulayacağım." -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "Tamamdır, kullanıcıları sustururken kanal hükümsüzleştirmelerine izin vereceğim." -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" @@ -235,7 +237,7 @@ msgstr "\n" " Bu sunucu için mevcut susturma ayarlarını gösterir.\n" " " -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -247,12 +249,12 @@ msgstr "Susturma Rolü: {role}\n" "DM Atma: {dm}\n" "Moderatör belirtme: {show_mod}" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "None" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -265,15 +267,15 @@ msgstr "\n" " susturma geri alınırken oluşabilecek sorunlar bir yere gönderilmeyecek.\n" " " -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "Susturma geri alınırken oluşabilecek sorunlar için bildirim kullanılacak bildirim kanalının ayarı temizlendi." -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "Susturma geri alma hatalarını {channel} kanalına yazacağım." -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -288,23 +290,23 @@ msgstr "Bir kullanıcı susturulurken verilecek rolü ayarlar.\n\n" " sunucudan çıkıp girebilir.\n" " " -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "Susturmalar için kanal hükümsüzleştirmeleri kullanılacak." -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "Rol hiyerarşisinde senden aşağıda olmadığından bu rolü ayarlayamazsın." -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "Susturulmuş rolü {role} olarak ayarlandı" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "Herhangi bir bildirim kanalı ayarlanmamış, otomatik susturma geri almada bir sorun çıkarsa bilgi almak için {command_1} kullanın." -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -319,23 +321,23 @@ msgstr "Bir susuturulmuş rolü oluştur.\n\n" " `[p]muteset role ROL_ADI` komutunu kullanın\n" " " -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "Bu sunucuda ayarlanmış bir susturulmuş rolü zaten var. Yeni bir tane oluşturmadan önce {command} ile var olanı kaldırın." -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "Susturulmuş rolü ayarlandı" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "Bu sunucuda susturulmuş rolü oluşturamadım." -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "Şu kanallar için hükümsüzleştirmeleri ayarlayamadım: {channels}" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -346,41 +348,41 @@ msgstr "\n" " Bir zaman aralığı verilmezse bu ayar temizlenir.\n" " " -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "Varsayılan susturma süresi kaldırıldı." -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "Lütfen geçerli bir zaman biçimi sağlayın." -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "Varsayılan susturma süresi {time} olarak ayarlandı." -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "Bu sunucunun susturulmuş rolü ayarlanmamış `{command_1}` ile bir susturulmuş rolü ayarlayabilir veya basit bir rolün oluşturulmasını istiyorsanız `{command_2}` kullanabilirsiniz.\n\n" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "Kullanıcıları sustururken kanal hükümsüzleştirmeleri kullanmak Discord API'a çok sayıda istekte bulunulmasını gerektirebileceğinden bir susturulmuş rolü ayarlanması tavsite edilir. Üstelik kanal hükümsüzleştirmeleri sunucuya katılırken tekrar uygulanmayacağından kullanıcılar çıkıp girerek susturulmaktan kurtulabilirler. Bir susturulmuş rolü kullanmak tüm bu sorunları çözer.\n\n" "Susturma için kanal hükümsüzleştirmeleri kullanmak istediğinizden emin misiniz? " -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "✅ ile tepki vermek kanal hükümsüzleştirmeleri kullanılmasını onaylar ve bu mesaj bir daha karşınıza gelmez. ❎ ile tepki vermek susturma denemesini iptal eder." -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "`yes` ile cevap vermek kanal hükümsüzleştirmeleri kullanılmasını onaylar ve bu mesaj bir daha karşınıza gelmez. `no` ile cevap vermek susturma denemesini iptal eder." -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "Tamam o zaman." -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" @@ -389,23 +391,23 @@ msgstr "\n" " Sunucuda devam eden susturmaları gösterir.\n" " " -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "__Sunucudaki Susturmalar__\n" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" -msgstr "" +msgstr "__Kalan süre__: {time_left}\n" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "__<#{channel_id}> Susturmalar__\n" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "Bu sunucuda şu anda susturulmuş kişi bulunmamakta." -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -426,39 +428,43 @@ msgstr "Kullanıcıları sustur.\n\n" " `[p]mute @üye1 3 days`\n\n" " " -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "Beni susturamazsın." -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "Kendini susturamazsın." -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr " {duration} süreliğine" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "{users} bu sunucuda susturuldu{time}." -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "{users} bu sunucuda susturuldu{time}." -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "- {reason} Şu kanallarda: {channels}\n" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "Bazı kullanıcılar doğru düzgün susturulamadı. Kim, nerde, ve neden görmek ister misiniz?" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -479,23 +485,23 @@ msgstr "Bir kullanıcıyı mevcut metin kanalında sustur.\n\n" " `[p]mute @üye1 3 days`\n" " " -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "Kanalda susturma" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "{users} bu kanalda susturuldu{time}." -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "{users} bu kanalda susturuldu{time}." -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "Şu kullanıcılar susturulamadı\n" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -506,21 +512,21 @@ msgstr "Kullanıcıların susturmasını kaldır.\n\n" " `[reason]` susturmanın kaldırılma sebebidir.\n" " " -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "Benim susturmamı kaldıramazsın." -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "Kendi susturmanı kaldıramazsın." -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "{users} bu sunucudaki susturmaları kaldırıldı." -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -531,11 +537,11 @@ msgstr "Bu kanalda bir kullanıcının susturmasını kaldır.\n\n" " `[reason]` susturmanın kaldırılma sebebidir.\n" " " -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "{users} bu kanaldaki susturmaları kaldırıldı." -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "Şu kullanıcıların susturmaları kaldırılamadı\n" diff --git a/redbot/cogs/mutes/locales/uk-UA.po b/redbot/cogs/mutes/locales/uk-UA.po index e98668159..4b032ddd0 100644 --- a/redbot/cogs/mutes/locales/uk-UA.po +++ b/redbot/cogs/mutes/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/vi-VN.po b/redbot/cogs/mutes/locales/vi-VN.po index ab78c470d..9e052084a 100644 --- a/redbot/cogs/mutes/locales/vi-VN.po +++ b/redbot/cogs/mutes/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/zh-CN.po b/redbot/cogs/mutes/locales/zh-CN.po index c05b4471d..979ac4d11 100644 --- a/redbot/cogs/mutes/locales/zh-CN.po +++ b/redbot/cogs/mutes/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "无" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/zh-HK.po b/redbot/cogs/mutes/locales/zh-HK.po index b6550fc9c..4ee906145 100644 --- a/redbot/cogs/mutes/locales/zh-HK.po +++ b/redbot/cogs/mutes/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/mutes/locales/zh-TW.po b/redbot/cogs/mutes/locales/zh-TW.po index ef060dadb..c4bb64e97 100644 --- a/redbot/cogs/mutes/locales/zh-TW.po +++ b/redbot/cogs/mutes/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:32+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -32,7 +32,7 @@ msgid "I cannot let you do that. You are not higher than the mute role in the ro msgstr "" #: redbot/cogs/mutes/mutes.py:34 -msgid "That user cannot be muted, as they have the Administrator permission." +msgid "That user cannot be (un)muted, as they have the Administrator permission." msgstr "" #: redbot/cogs/mutes/mutes.py:35 @@ -74,7 +74,7 @@ msgid "Automatic unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:263 redbot/cogs/mutes/mutes.py:373 -#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1359 +#: redbot/cogs/mutes/mutes.py:578 redbot/cogs/mutes/mutes.py:1361 msgid "Server unmute" msgstr "" @@ -88,7 +88,7 @@ msgid "\n" "Unmuted in channels: " msgstr "" -#: redbot/cogs/mutes/mutes.py:386 redbot/cogs/mutes/mutes.py:1163 +#: redbot/cogs/mutes/mutes.py:386 msgid "{member} could not be unmuted for the following reasons:\n" msgstr "" @@ -102,7 +102,7 @@ msgid "Voice unmute" msgstr "" #: redbot/cogs/mutes/mutes.py:439 redbot/cogs/mutes/mutes.py:656 -#: redbot/cogs/mutes/mutes.py:1426 +#: redbot/cogs/mutes/mutes.py:1428 msgid "Channel unmute" msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Manually applied mute role" msgstr "" -#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1143 +#: redbot/cogs/mutes/mutes.py:602 redbot/cogs/mutes/mutes.py:1145 msgid "Server mute" msgstr "" @@ -176,55 +176,55 @@ msgstr "" msgid "Mute settings." msgstr "" -#: redbot/cogs/mutes/mutes.py:718 +#: redbot/cogs/mutes/mutes.py:719 #, docstring msgid "Set whether mute notifications should be sent to users in DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:721 +#: redbot/cogs/mutes/mutes.py:722 msgid "I will now try to send mute notifications to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:723 +#: redbot/cogs/mutes/mutes.py:724 msgid "Mute notifications will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/mutes/mutes.py:728 +#: redbot/cogs/mutes/mutes.py:730 #, docstring msgid "Decide whether the name of the moderator muting a user should be included in the DM to that user." msgstr "" -#: redbot/cogs/mutes/mutes.py:732 +#: redbot/cogs/mutes/mutes.py:734 msgid "I will include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:738 +#: redbot/cogs/mutes/mutes.py:740 msgid "I will not include the name of the moderator who issued the mute when sending a DM to a user." msgstr "" -#: redbot/cogs/mutes/mutes.py:746 +#: redbot/cogs/mutes/mutes.py:748 #, docstring msgid "\n" " Whether or not to force role only mutes on the bot\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:751 +#: redbot/cogs/mutes/mutes.py:753 msgid "Okay I will enforce role mutes before muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:753 +#: redbot/cogs/mutes/mutes.py:755 msgid "Okay I will allow channel overwrites for muting users." msgstr "" -#: redbot/cogs/mutes/mutes.py:758 +#: redbot/cogs/mutes/mutes.py:760 #, docstring msgid "\n" " Shows the current mute settings for this guild.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:766 +#: redbot/cogs/mutes/mutes.py:768 msgid "Mute Role: {role}\n" "Notification Channel: {channel}\n" "Default Time: {time}\n" @@ -232,12 +232,12 @@ msgid "Mute Role: {role}\n" "Show moderator: {show_mod}" msgstr "" -#: redbot/cogs/mutes/mutes.py:773 redbot/cogs/mutes/mutes.py:774 -#: redbot/cogs/mutes/mutes.py:775 +#: redbot/cogs/mutes/mutes.py:775 redbot/cogs/mutes/mutes.py:776 +#: redbot/cogs/mutes/mutes.py:777 msgid "None" msgstr "無" -#: redbot/cogs/mutes/mutes.py:786 +#: redbot/cogs/mutes/mutes.py:788 #, docstring msgid "\n" " Set the notification channel for automatic unmute issues.\n\n" @@ -246,15 +246,15 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:794 +#: redbot/cogs/mutes/mutes.py:796 msgid "Notification channel for unmute issues has been cleard." msgstr "" -#: redbot/cogs/mutes/mutes.py:798 +#: redbot/cogs/mutes/mutes.py:800 msgid "I will post unmute issues in {channel}." msgstr "" -#: redbot/cogs/mutes/mutes.py:805 +#: redbot/cogs/mutes/mutes.py:807 #, docstring msgid "Sets the role to be applied when muting a user.\n\n" " If no role is setup the bot will attempt to mute a user by setting\n" @@ -264,23 +264,23 @@ msgid "Sets the role to be applied when muting a user.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:820 +#: redbot/cogs/mutes/mutes.py:822 msgid "Channel overwrites will be used for mutes instead." msgstr "" -#: redbot/cogs/mutes/mutes.py:824 +#: redbot/cogs/mutes/mutes.py:826 msgid "You can't set this role as it is not lower than you in the role hierarchy." msgstr "" -#: redbot/cogs/mutes/mutes.py:829 redbot/cogs/mutes/mutes.py:884 +#: redbot/cogs/mutes/mutes.py:831 redbot/cogs/mutes/mutes.py:886 msgid "Mute role set to {role}" msgstr "" -#: redbot/cogs/mutes/mutes.py:833 redbot/cogs/mutes/mutes.py:888 +#: redbot/cogs/mutes/mutes.py:835 redbot/cogs/mutes/mutes.py:890 msgid "No notification channel has been setup, use {command_1} to be updated when there's an issue in automatic unmutes." msgstr "" -#: redbot/cogs/mutes/mutes.py:844 +#: redbot/cogs/mutes/mutes.py:846 #, docstring msgid "Create a Muted role.\n\n" " This will create a role and apply overwrites to all available channels\n" @@ -290,23 +290,23 @@ msgid "Create a Muted role.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:855 +#: redbot/cogs/mutes/mutes.py:857 msgid "There is already a mute role setup in this server. Please remove it with {command} before trying to create a new one." msgstr "" -#: redbot/cogs/mutes/mutes.py:866 redbot/cogs/mutes/mutes.py:908 +#: redbot/cogs/mutes/mutes.py:868 redbot/cogs/mutes/mutes.py:910 msgid "Mute role setup" msgstr "" -#: redbot/cogs/mutes/mutes.py:871 +#: redbot/cogs/mutes/mutes.py:873 msgid "I could not create a muted role in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:878 +#: redbot/cogs/mutes/mutes.py:880 msgid "I could not set overwrites for the following channels: {channels}" msgstr "" -#: redbot/cogs/mutes/mutes.py:916 +#: redbot/cogs/mutes/mutes.py:918 #, docstring msgid "\n" " Set the default mute time for the mute command.\n\n" @@ -314,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:924 +#: redbot/cogs/mutes/mutes.py:926 msgid "Default mute time removed." msgstr "" -#: redbot/cogs/mutes/mutes.py:928 +#: redbot/cogs/mutes/mutes.py:930 msgid "Please provide a valid time format." msgstr "" -#: redbot/cogs/mutes/mutes.py:931 +#: redbot/cogs/mutes/mutes.py:933 msgid "Default mute time set to {time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:943 +#: redbot/cogs/mutes/mutes.py:945 msgid "This server does not have a mute role setup. You can setup a mute role with `{command_1}` or`{command_2}` if you just want a basic role created setup.\n\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:959 +#: redbot/cogs/mutes/mutes.py:961 msgid "Channel overwrites for muting users can get expensive on Discord's API as such we recommend that you have an admin setup a mute role instead. Channel overwrites will also not re-apply on guild join, so a user who has been muted may leave and re-join and no longer be muted. Role mutes do not have this issue.\n\n" "Are you sure you want to continue with channel overwrites? " msgstr "" -#: redbot/cogs/mutes/mutes.py:969 +#: redbot/cogs/mutes/mutes.py:971 msgid "Reacting with ✅ will continue the mute with overwrites and stop this message from appearing again, Reacting with ❎ will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:975 +#: redbot/cogs/mutes/mutes.py:977 msgid "Saying `yes` will continue the mute with overwrites and stop this message from appearing again, saying `no` will end the mute attempt." msgstr "" -#: redbot/cogs/mutes/mutes.py:999 redbot/cogs/mutes/mutes.py:1211 +#: redbot/cogs/mutes/mutes.py:1001 redbot/cogs/mutes/mutes.py:1213 msgid "OK then." msgstr "" -#: redbot/cogs/mutes/mutes.py:1013 +#: redbot/cogs/mutes/mutes.py:1015 #, docstring msgid "\n" " Displays active mutes on this server.\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1021 +#: redbot/cogs/mutes/mutes.py:1023 msgid "__Server Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1039 redbot/cogs/mutes/mutes.py:1064 +#: redbot/cogs/mutes/mutes.py:1041 redbot/cogs/mutes/mutes.py:1066 msgid "__Remaining__: {time_left}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1046 +#: redbot/cogs/mutes/mutes.py:1048 msgid "__<#{channel_id}> Mutes__\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1071 +#: redbot/cogs/mutes/mutes.py:1073 msgid "There are no mutes on this server right now." msgstr "" -#: redbot/cogs/mutes/mutes.py:1083 +#: redbot/cogs/mutes/mutes.py:1085 #, docstring msgid "Mute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -383,39 +383,43 @@ msgid "Mute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1098 redbot/cogs/mutes/mutes.py:1247 +#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 #: redbot/cogs/mutes/voicemutes.py:90 msgid "You cannot mute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1100 redbot/cogs/mutes/mutes.py:1249 +#: redbot/cogs/mutes/mutes.py:1102 redbot/cogs/mutes/mutes.py:1251 #: redbot/cogs/mutes/voicemutes.py:92 msgid "You cannot mute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1111 redbot/cogs/mutes/mutes.py:1116 -#: redbot/cogs/mutes/mutes.py:1257 redbot/cogs/mutes/mutes.py:1262 +#: redbot/cogs/mutes/mutes.py:1113 redbot/cogs/mutes/mutes.py:1118 +#: redbot/cogs/mutes/mutes.py:1259 redbot/cogs/mutes/mutes.py:1264 #: redbot/cogs/mutes/voicemutes.py:110 redbot/cogs/mutes/voicemutes.py:117 msgid " for {duration}" msgstr "" -#: redbot/cogs/mutes/mutes.py:1150 +#: redbot/cogs/mutes/mutes.py:1152 msgid "{users} has been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1152 +#: redbot/cogs/mutes/mutes.py:1154 msgid "{users} have been muted in this server{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1174 +#: redbot/cogs/mutes/mutes.py:1165 +msgid "{member} could not be (un)muted for the following reasons:\n" +msgstr "" + +#: redbot/cogs/mutes/mutes.py:1176 msgid "- {reason} In the following channels: {channels}\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1185 +#: redbot/cogs/mutes/mutes.py:1187 msgid "Some users could not be properly muted. Would you like to see who, where, and why?" msgstr "" -#: redbot/cogs/mutes/mutes.py:1233 +#: redbot/cogs/mutes/mutes.py:1235 #, docstring msgid "Mute a user in the current text channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -428,23 +432,23 @@ msgid "Mute a user in the current text channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1290 +#: redbot/cogs/mutes/mutes.py:1292 msgid "Channel mute" msgstr "" -#: redbot/cogs/mutes/mutes.py:1298 redbot/cogs/mutes/voicemutes.py:156 +#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:156 msgid "{users} has been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1300 redbot/cogs/mutes/voicemutes.py:158 +#: redbot/cogs/mutes/mutes.py:1302 redbot/cogs/mutes/voicemutes.py:158 msgid "{users} have been muted in this channel{time}." msgstr "" -#: redbot/cogs/mutes/mutes.py:1305 redbot/cogs/mutes/voicemutes.py:163 +#: redbot/cogs/mutes/mutes.py:1307 redbot/cogs/mutes/voicemutes.py:163 msgid "The following users could not be muted\n" msgstr "" -#: redbot/cogs/mutes/mutes.py:1320 +#: redbot/cogs/mutes/mutes.py:1322 #, docstring msgid "Unmute users.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -452,21 +456,21 @@ msgid "Unmute users.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1328 redbot/cogs/mutes/mutes.py:1397 +#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 #: redbot/cogs/mutes/voicemutes.py:184 msgid "You cannot unmute me." msgstr "" -#: redbot/cogs/mutes/mutes.py:1330 redbot/cogs/mutes/mutes.py:1399 +#: redbot/cogs/mutes/mutes.py:1332 redbot/cogs/mutes/mutes.py:1401 #: redbot/cogs/mutes/voicemutes.py:186 msgid "You cannot unmute yourself." msgstr "" -#: redbot/cogs/mutes/mutes.py:1372 +#: redbot/cogs/mutes/mutes.py:1374 msgid "{users} unmuted in this server." msgstr "" -#: redbot/cogs/mutes/mutes.py:1389 +#: redbot/cogs/mutes/mutes.py:1391 #, docstring msgid "Unmute a user in this channel.\n\n" " `` is a space separated list of usernames, ID's, or mentions.\n" @@ -474,11 +478,11 @@ msgid "Unmute a user in this channel.\n\n" " " msgstr "" -#: redbot/cogs/mutes/mutes.py:1436 redbot/cogs/mutes/voicemutes.py:234 +#: redbot/cogs/mutes/mutes.py:1438 redbot/cogs/mutes/voicemutes.py:234 msgid "{users} unmuted in this channel." msgstr "" -#: redbot/cogs/mutes/mutes.py:1441 redbot/cogs/mutes/voicemutes.py:239 +#: redbot/cogs/mutes/mutes.py:1443 redbot/cogs/mutes/voicemutes.py:239 msgid "The following users could not be unmuted\n" msgstr "" diff --git a/redbot/cogs/permissions/locales/hi-IN.po b/redbot/cogs/permissions/locales/hi-IN.po new file mode 100644 index 000000000..3a79fcb74 --- /dev/null +++ b/redbot/cogs/permissions/locales/hi-IN.po @@ -0,0 +1,306 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 191\n" +"Language: hi_IN\n" + +#: redbot/cogs/permissions/converters.py:65 +msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a server, channel, user or role which the bot can see." +msgstr "" + +#: redbot/cogs/permissions/converters.py:74 +msgid "\"{arg}\" does not refer to a unique server, channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them." +msgstr "" + +#: redbot/cogs/permissions/converters.py:117 +msgid "\"{arg}\" was not found. It must be the ID, mention, or name of a channel, user or role in this server." +msgstr "" + +#: redbot/cogs/permissions/converters.py:126 +msgid "\"{arg}\" does not refer to a unique channel, user or role. Please use the ID for whatever/whoever you're trying to specify, or mention it/them." +msgstr "" + +#: redbot/cogs/permissions/converters.py:156 +msgid "Cog or command \"{name}\" not found. Please note that this is case sensitive." +msgstr "" + +#: redbot/cogs/permissions/converters.py:169 +msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\"" +msgstr "" + +#: redbot/cogs/permissions/converters.py:182 +msgid "\"{arg}\" is not a valid rule. Valid rules are \"allow\" or \"deny\", or \"clear\" to remove the rule" +msgstr "" + +#: redbot/cogs/permissions/permissions.py:46 +#: redbot/cogs/permissions/permissions.py:61 +msgid "Rules must be either `true` or `false`." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:50 +msgid "Keys under command names must be IDs (numbers) or `default`." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:54 +msgid "Keys under `COMMAND` must be command names (strings)." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:65 +msgid "Keys under cog names must be IDs or `default`." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:69 +msgid "Keys under `COG` must be cog names (strings)." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:73 +msgid "Top-level keys must be either `COG` or `COMMAND`." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:83 +#, docstring +msgid "Customise permissions for commands and cogs." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:207 +#, docstring +msgid "Command permission management tools." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:212 +#, docstring +msgid "Explain how permissions works." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:215 +msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\n" +"This cog allows you to refine some of those restrictions. You can allow wider or narrower access to most commands using it. You cannot, however, change the restrictions on owner-only commands.\n\n" +"When additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\n" +"Global rules (set by the owner) are checked first, then rules set for servers. If multiple global or server rules apply to the case, the order they are checked is:\n" +" 1. Rules about a user.\n" +" 2. Rules about the voice channel a user is in.\n" +" 3. Rules about the text channel a command was issued in.\n" +" 4. Rules about a role the user has (The highest role they have with a rule will be used).\n" +" 5. Rules about the server a user is in (Global rules only).\n\n" +"For more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:241 +#, docstring +msgid "Check if a user can run a command.\n\n" +" This will take the current context into account, such as the\n" +" server and text channel.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:256 +msgid "No such command" +msgstr "" + +#: redbot/cogs/permissions/permissions.py:267 +msgid "That user can run the specified command." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:269 +msgid "That user can not run the specified command." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:276 +#, docstring +msgid "Manage permissions with YAML files." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:280 +#, docstring +msgid "Sends an example of the yaml layout for permissions" +msgstr "" + +#: redbot/cogs/permissions/permissions.py:282 +msgid "Example YAML for setting rules:\n" +msgstr "" + +#: redbot/cogs/permissions/permissions.py:304 +#, docstring +msgid "Set global rules with a YAML file.\n\n" +" **WARNING**: This will override reset *all* global rules\n" +" to the rules specified in the uploaded file.\n\n" +" This does not validate the names of commands and cogs before\n" +" setting the new rules.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:318 +#, docstring +msgid "Set rules for this server with a YAML file.\n\n" +" **WARNING**: This will override reset *all* rules in this\n" +" server to the rules specified in the uploaded file.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:328 +#, docstring +msgid "Get a YAML file detailing all global rules." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:333 +#: redbot/cogs/permissions/permissions.py:349 +msgid "I'm not allowed to DM you." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:336 +#: redbot/cogs/permissions/permissions.py:351 +msgid "I've just sent the file to you via DM." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:344 +#, docstring +msgid "Get a YAML file detailing all rules in this server." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:358 +#, docstring +msgid "Update global rules with a YAML file.\n\n" +" This won't touch any rules not specified in the YAML\n" +" file.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:369 +#, docstring +msgid "Update rules for this server with a YAML file.\n\n" +" This won't touch any rules not specified in the YAML\n" +" file.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:385 +#, docstring +msgid "Add a global rule to a command.\n\n" +" `` should be one of \"allow\" or \"deny\".\n\n" +" `` is the cog or command to add the rule to.\n" +" This is case sensitive.\n\n" +" `` is one or more users, channels or roles the rule is for.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:401 +#: redbot/cogs/permissions/permissions.py:431 +msgid "Rule added." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:415 +#, docstring +msgid "Add a rule to a command in this server.\n\n" +" `` should be one of \"allow\" or \"deny\".\n\n" +" `` is the cog or command to add the rule to.\n" +" This is case sensitive.\n\n" +" `` is one or more users, channels or roles the rule is for.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:441 +#, docstring +msgid "Remove a global rule from a command.\n\n" +" `` is the cog or command to remove the rule\n" +" from. This is case sensitive.\n\n" +" `` is one or more users, channels or roles the rule is for.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:450 +#: redbot/cogs/permissions/permissions.py:474 +msgid "Rule removed." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:463 +#, docstring +msgid "Remove a server rule from a command.\n\n" +" `` is the cog or command to remove the rule\n" +" from. This is case sensitive.\n\n" +" `` is one or more users, channels or roles the rule is for.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:482 +#, docstring +msgid "Set the default rule for a command in this server.\n\n" +" This is the rule a command will default to when no other rule\n" +" is found.\n\n" +" `` should be one of \"allow\", \"deny\" or \"clear\".\n" +" \"clear\" will reset the default rule.\n\n" +" `` is the cog or command to set the default\n" +" rule for. This is case sensitive.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:498 +#: redbot/cogs/permissions/permissions.py:519 +msgid "Default set." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:505 +#, docstring +msgid "Set the default global rule for a command.\n\n" +" This is the rule a command will default to when no other rule\n" +" is found.\n\n" +" `` should be one of \"allow\", \"deny\" or \"clear\".\n" +" \"clear\" will reset the default rule.\n\n" +" `` is the cog or command to set the default\n" +" rule for. This is case sensitive.\n" +" " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:524 +#, docstring +msgid "Reset all global rules." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:534 +#, docstring +msgid "Reset all rules in this server." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:637 +msgid "You must upload a file." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:643 +msgid "Invalid syntax: " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:646 +msgid "Your YAML file did not match the schema: " +msgstr "" + +#: redbot/cogs/permissions/permissions.py:649 +msgid "Rules set." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:693 +msgid "Are you sure?" +msgstr "" + +#: redbot/cogs/permissions/permissions.py:700 +#: redbot/cogs/permissions/permissions.py:713 +msgid "Response timed out." +msgstr "" + +#: redbot/cogs/permissions/permissions.py:708 +msgid "Are you sure? (y/n)" +msgstr "" + +#: redbot/cogs/permissions/permissions.py:719 +msgid "Action cancelled." +msgstr "" + diff --git a/redbot/cogs/reports/locales/hi-IN.po b/redbot/cogs/reports/locales/hi-IN.po new file mode 100644 index 000000000..4bb4c16d5 --- /dev/null +++ b/redbot/cogs/reports/locales/hi-IN.po @@ -0,0 +1,174 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 194\n" +"Language: hi_IN\n" + +#: redbot/cogs/reports/reports.py:26 +#, docstring +msgid "Create user reports that server staff can respond to.\n\n" +" Users can open reports using `[p]report`. These are then sent\n" +" to a channel in the server for staff, and the report creator\n" +" gets a DM. Both can be used to communicate.\n" +" " +msgstr "" + +#: redbot/cogs/reports/reports.py:104 +#, docstring +msgid "Manage Reports." +msgstr "" + +#: redbot/cogs/reports/reports.py:110 +#, docstring +msgid "Set the channel where reports will be sent." +msgstr "" + +#: redbot/cogs/reports/reports.py:112 +msgid "The report channel has been set." +msgstr "" + +#: redbot/cogs/reports/reports.py:117 +#, docstring +msgid "Enable or Disable reporting for this server." +msgstr "" + +#: redbot/cogs/reports/reports.py:122 +msgid "Reporting is now enabled" +msgstr "" + +#: redbot/cogs/reports/reports.py:124 +msgid "Reporting is now disabled." +msgstr "" + +#: redbot/cogs/reports/reports.py:183 +msgid "You took too long to select. Try again later." +msgstr "" + +#: redbot/cogs/reports/reports.py:190 +msgid "That wasn't a valid choice." +msgstr "" + +#: redbot/cogs/reports/reports.py:213 +msgid "Report from {author}{maybe_nick}" +msgstr "" + +#: redbot/cogs/reports/reports.py:218 +msgid "Report #{}" +msgstr "" + +#: redbot/cogs/reports/reports.py:222 +msgid "Report from {author.mention} (Ticket #{number})" +msgstr "" + +#: redbot/cogs/reports/reports.py:241 +#, docstring +msgid "Send a report.\n\n" +" Use without arguments for interactive reporting, or do\n" +" `[p]report ` to use it non-interactively.\n" +" " +msgstr "" + +#: redbot/cogs/reports/reports.py:250 +msgid "Select a server to make a report in by number." +msgstr "" + +#: redbot/cogs/reports/reports.py:256 +msgid "Reporting has not been enabled for this server" +msgstr "" + +#: redbot/cogs/reports/reports.py:263 +msgid "You've sent too many reports recently. Please contact a server admin if this is important matter, or please wait and try again later." +msgstr "" + +#: redbot/cogs/reports/reports.py:271 +msgid "Please finish making your prior report before trying to make an additional one!" +msgstr "" + +#: redbot/cogs/reports/reports.py:286 +msgid "Please respond to this message with your Report.\n" +"Your report should be a single message" +msgstr "" + +#: redbot/cogs/reports/reports.py:292 +msgid "This requires DMs enabled." +msgstr "" + +#: redbot/cogs/reports/reports.py:301 +msgid "You took too long. Try again later." +msgstr "" + +#: redbot/cogs/reports/reports.py:309 +msgid "This server has no reports channel set up. Please contact a server admin." +msgstr "" + +#: redbot/cogs/reports/reports.py:315 +msgid "There was an error sending your report, please contact a server admin." +msgstr "" + +#: redbot/cogs/reports/reports.py:318 +msgid "Your report was submitted. (Ticket #{})" +msgstr "" + +#: redbot/cogs/reports/reports.py:354 +msgid "{closer} has closed the correspondence" +msgstr "" + +#: redbot/cogs/reports/reports.py:371 +msgid "Re: ticket# {ticket_number} in {guild.name}" +msgstr "" + +#: redbot/cogs/reports/reports.py:384 +msgid "Correspondence about ticket# {ticket_number} in {guild.name} has been ended due to reports being disabled in that server." +msgstr "" + +#: redbot/cogs/reports/reports.py:395 +#, docstring +msgid "Open a message tunnel.\n\n" +" This tunnel will forward things you say in this channel\n" +" to the ticket opener's direct messages.\n\n" +" Tunnels do not persist across bot restarts.\n" +" " +msgstr "" + +#: redbot/cogs/reports/reports.py:409 +msgid "That ticket doesn't seem to exist" +msgstr "" + +#: redbot/cogs/reports/reports.py:412 +msgid "That user isn't here anymore." +msgstr "" + +#: redbot/cogs/reports/reports.py:418 +msgid "Either you or the user you are trying to reach already has an open communication." +msgstr "" + +#: redbot/cogs/reports/reports.py:424 +msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\n" +"You can close a communication at any point by reacting with the ❎ to the last message received.\n" +"Any message successfully forwarded will be marked with ✅.\n" +"Tunnels are not persistent across bot restarts." +msgstr "" + +#: redbot/cogs/reports/reports.py:435 +msgid "A moderator in the server `{guild.name}` has opened a 2-way communication about ticket number {ticket_number}." +msgstr "" + +#: redbot/cogs/reports/reports.py:444 +msgid "That user has DMs disabled." +msgstr "" + +#: redbot/cogs/reports/reports.py:448 +msgid "You have opened a 2-way communication about ticket number {ticket_number}." +msgstr "" + diff --git a/redbot/cogs/streams/locales/de-DE.po b/redbot/cogs/streams/locales/de-DE.po index 2a6ffd3f5..e3fb5d5e0 100644 --- a/redbot/cogs/streams/locales/de-DE.po +++ b/redbot/cogs/streams/locales/de-DE.po @@ -36,11 +36,11 @@ msgstr "" #: redbot/cogs/streams/streams.py:155 redbot/cogs/streams/streams.py:489 msgid "" -msgstr "" +msgstr "" #: redbot/cogs/streams/streams.py:155 redbot/cogs/streams/streams.py:489 msgid "" -msgstr "" +msgstr "" #: redbot/cogs/streams/streams.py:208 #, docstring @@ -55,7 +55,7 @@ msgstr "Prüfe ob ein YouTube Kanal Live ist." #: redbot/cogs/streams/streams.py:234 #, docstring msgid "Check if a smashcast channel is live." -msgstr "" +msgstr "Prüfe ob ein Smashcast Kanal Live ist." #: redbot/cogs/streams/streams.py:240 #, docstring @@ -72,11 +72,11 @@ msgstr "Dieser Kanal scheint nicht zu existieren." #: redbot/cogs/streams/streams.py:257 redbot/cogs/streams/streams.py:416 msgid "The Twitch token is either invalid or has not been set. See {command}." -msgstr "" +msgstr "Der Twitch Token ist entweder ungültig oder wurde noch nicht eingestellt. Siehe {command}." #: redbot/cogs/streams/streams.py:263 redbot/cogs/streams/streams.py:423 msgid "The YouTube API key is either invalid or has not been set. See {command}." -msgstr "" +msgstr "Der YouTube API schlüssel ist entweder ungültig oder wurde noch nicht eingestellt. Siehe {command}." #: redbot/cogs/streams/streams.py:269 redbot/cogs/streams/streams.py:431 msgid "YouTube quota has been exceeded. Try again later or contact the owner if this continues." @@ -113,7 +113,7 @@ msgstr "Schalte die Alarme in diesem Kanal für YouTube Streams um." #: redbot/cogs/streams/streams.py:323 #, docstring msgid "Toggle alerts in this channel for a Smashcast stream." -msgstr "" +msgstr "Schalte die Alarme in diesem Kanal für Smashcast Streams um." #: redbot/cogs/streams/streams.py:328 #, docstring @@ -207,12 +207,12 @@ msgstr "" #: redbot/cogs/streams/streams.py:514 msgid "" -msgstr "" +msgstr "" #: redbot/cogs/streams/streams.py:523 #, docstring msgid "Manage custom messages for stream alerts." -msgstr "" +msgstr "Benutzerdefinierte Nachrichten für Stream-Alarme verwalten." #: redbot/cogs/streams/streams.py:529 #, docstring @@ -221,7 +221,11 @@ msgid "Set stream alert message when mentions are enabled.\n\n" " Use `{stream}` in the message to insert the channel or user name.\n\n" " For example: `[p]streamset message mention {mention}, {stream} is live!`\n" " " -msgstr "" +msgstr "Stream-Warnmeldung setzen, wenn Erwähnungen aktiviert sind.\n\n" +" Benutze `{mention}` in der Nachricht um die ausgewählten Erwähnungen einzufügen.\n" +" Benutze `{stream}` in der Nachricht um den Kanal oder den Benutzernamen einzufügen.\n\n" +" Zum Beispiel: `[p]Streamset message mention {mention}, {stream} is live!`\n" +" " #: redbot/cogs/streams/streams.py:538 redbot/cogs/streams/streams.py:551 msgid "Stream alert message set!" @@ -233,7 +237,10 @@ msgid "Set stream alert message when mentions are disabled.\n\n" " Use `{stream}` in the message to insert the channel or user name.\n\n" " For example: `[p]streamset message nomention {stream} is live!`\n" " " -msgstr "" +msgstr "Stream-Warnmeldung festlegen, wenn Erwähnungen deaktiviert sind.\n\n" +" Verwenden Sie `{stream}` in der Nachricht, um den Kanal oder den Benutzernamen einzufügen.\n\n" +" Zum Beispiel: `[p]streamset message nomention {stream} is live!`\n" +" " #: redbot/cogs/streams/streams.py:556 #, docstring @@ -349,7 +356,7 @@ msgstr "{stream} ist live!" #: redbot/cogs/streams/streamtypes.py:198 msgid "This stream will start in {time}" -msgstr "" +msgstr "Dieser Stream wird in {time} beginnen" #: redbot/cogs/streams/streamtypes.py:204 msgid "This stream was scheduled for {min} minutes ago" diff --git a/redbot/cogs/streams/locales/hi-IN.po b/redbot/cogs/streams/locales/hi-IN.po new file mode 100644 index 000000000..497657b1f --- /dev/null +++ b/redbot/cogs/streams/locales/hi-IN.po @@ -0,0 +1,388 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 48\n" +"Language: hi_IN\n" + +#: redbot/cogs/streams/streams.py:41 +#, docstring +msgid "Various commands relating to streaming platforms.\n\n" +" You can check if a Twitch, YouTube or Picarto stream is\n" +" currently live.\n" +" " +msgstr "" + +#: redbot/cogs/streams/streams.py:142 +msgid "You need a client secret key if you want to use the Twitch API on this cog.\n" +"Follow these steps:\n" +"1. Go to this page: https://dev.twitch.tv/console/apps.\n" +"2. Click \"Manage\" on your application.\n" +"3. Click on \"New secret\".\n" +"5. Copy your client ID and your client secret into:\n" +"{command}\n\n" +"Note: These tokens are sensitive and should only be used in a private channel or in DM with the bot." +msgstr "" + +#: redbot/cogs/streams/streams.py:155 redbot/cogs/streams/streams.py:489 +msgid "" +msgstr "" + +#: redbot/cogs/streams/streams.py:155 redbot/cogs/streams/streams.py:489 +msgid "" +msgstr "" + +#: redbot/cogs/streams/streams.py:208 +#, docstring +msgid "Check if a Twitch channel is live." +msgstr "" + +#: redbot/cogs/streams/streams.py:221 +#, docstring +msgid "Check if a YouTube channel is live." +msgstr "" + +#: redbot/cogs/streams/streams.py:234 +#, docstring +msgid "Check if a smashcast channel is live." +msgstr "" + +#: redbot/cogs/streams/streams.py:240 +#, docstring +msgid "Check if a Picarto channel is live." +msgstr "" + +#: redbot/cogs/streams/streams.py:252 redbot/cogs/streams/streams.py:288 +msgid "That user is offline." +msgstr "" + +#: redbot/cogs/streams/streams.py:254 redbot/cogs/streams/streams.py:448 +msgid "That channel doesn't seem to exist." +msgstr "" + +#: redbot/cogs/streams/streams.py:257 redbot/cogs/streams/streams.py:416 +msgid "The Twitch token is either invalid or has not been set. See {command}." +msgstr "" + +#: redbot/cogs/streams/streams.py:263 redbot/cogs/streams/streams.py:423 +msgid "The YouTube API key is either invalid or has not been set. See {command}." +msgstr "" + +#: redbot/cogs/streams/streams.py:269 redbot/cogs/streams/streams.py:431 +msgid "YouTube quota has been exceeded. Try again later or contact the owner if this continues." +msgstr "" + +#: redbot/cogs/streams/streams.py:281 redbot/cogs/streams/streams.py:443 +msgid "Something went wrong whilst trying to contact the stream service's API." +msgstr "" + +#: redbot/cogs/streams/streams.py:298 +#, docstring +msgid "Manage automated stream alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:303 +#, docstring +msgid "Manage Twitch stream notifications." +msgstr "" + +#: redbot/cogs/streams/streams.py:308 +#, docstring +msgid "Toggle alerts in this channel for a Twitch stream." +msgstr "" + +#: redbot/cogs/streams/streams.py:311 +msgid "Please supply the name of a *Twitch* channel, not a Discord channel." +msgstr "" + +#: redbot/cogs/streams/streams.py:318 +#, docstring +msgid "Toggle alerts in this channel for a YouTube stream." +msgstr "" + +#: redbot/cogs/streams/streams.py:323 +#, docstring +msgid "Toggle alerts in this channel for a Smashcast stream." +msgstr "" + +#: redbot/cogs/streams/streams.py:328 +#, docstring +msgid "Toggle alerts in this channel for a Picarto stream." +msgstr "" + +#: redbot/cogs/streams/streams.py:333 +#, docstring +msgid "Disable all stream alerts in this channel or server.\n\n" +" `[p]streamalert stop` will disable this channel's stream\n" +" alerts.\n\n" +" Do `[p]streamalert stop yes` to disable all stream alerts in\n" +" this server.\n" +" " +msgstr "" + +#: redbot/cogs/streams/streams.py:363 +msgid "All the stream alerts in this server have been disabled." +msgstr "" + +#: redbot/cogs/streams/streams.py:365 +msgid "All the stream alerts in this channel have been disabled." +msgstr "" + +#: redbot/cogs/streams/streams.py:371 +#, docstring +msgid "List all active stream alerts in this server." +msgstr "" + +#: redbot/cogs/streams/streams.py:374 +msgid "Active alerts:\n\n" +msgstr "" + +#: redbot/cogs/streams/streams.py:382 +msgid "There are no active alerts in this server." +msgstr "" + +#: redbot/cogs/streams/streams.py:456 +#, docstring +msgid "Manage stream alert settings." +msgstr "" + +#: redbot/cogs/streams/streams.py:462 +#, docstring +msgid "Set stream check refresh time." +msgstr "" + +#: redbot/cogs/streams/streams.py:464 +msgid "You cannot set the refresh timer to less than 60 seconds" +msgstr "" + +#: redbot/cogs/streams/streams.py:474 +#, docstring +msgid "Explain how to set the twitch token." +msgstr "" + +#: redbot/cogs/streams/streams.py:475 +msgid "To set the twitch API tokens, follow these steps:\n" +"1. Go to this page: https://dev.twitch.tv/dashboard/apps.\n" +"2. Click *Register Your Application*.\n" +"3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\n" +"4. Click *Register*.\n" +"5. Copy your client ID and your client secret into:\n" +"{command}\n\n" +"Note: These tokens are sensitive and should only be used in a private channel\n" +"or in DM with the bot.\n" +msgstr "" + +#: redbot/cogs/streams/streams.py:498 +#, docstring +msgid "Explain how to set the YouTube token." +msgstr "" + +#: redbot/cogs/streams/streams.py:500 +msgid "To get one, do the following:\n" +"1. Create a project\n" +"(see https://support.google.com/googleapi/answer/6251787 for details)\n" +"2. Enable the YouTube Data API v3 \n" +"(see https://support.google.com/googleapi/answer/6158841 for instructions)\n" +"3. Set up your API key \n" +"(see https://support.google.com/googleapi/answer/6158862 for instructions)\n" +"4. Copy your API key and run the command {command}\n\n" +"Note: These tokens are sensitive and should only be used in a private channel\n" +"or in DM with the bot.\n" +msgstr "" + +#: redbot/cogs/streams/streams.py:514 +msgid "" +msgstr "" + +#: redbot/cogs/streams/streams.py:523 +#, docstring +msgid "Manage custom messages for stream alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:529 +#, docstring +msgid "Set stream alert message when mentions are enabled.\n\n" +" Use `{mention}` in the message to insert the selected mentions.\n" +" Use `{stream}` in the message to insert the channel or user name.\n\n" +" For example: `[p]streamset message mention {mention}, {stream} is live!`\n" +" " +msgstr "" + +#: redbot/cogs/streams/streams.py:538 redbot/cogs/streams/streams.py:551 +msgid "Stream alert message set!" +msgstr "" + +#: redbot/cogs/streams/streams.py:543 +#, docstring +msgid "Set stream alert message when mentions are disabled.\n\n" +" Use `{stream}` in the message to insert the channel or user name.\n\n" +" For example: `[p]streamset message nomention {stream} is live!`\n" +" " +msgstr "" + +#: redbot/cogs/streams/streams.py:556 +#, docstring +msgid "Reset the stream alert messages in this server." +msgstr "" + +#: redbot/cogs/streams/streams.py:560 +msgid "Stream alerts in this server will now use the default alert message." +msgstr "" + +#: redbot/cogs/streams/streams.py:565 +#, docstring +msgid "Manage mention settings for stream alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:571 +#, docstring +msgid "Toggle the `@​everyone` mention." +msgstr "" + +#: redbot/cogs/streams/streams.py:576 +msgid "`@​everyone` will no longer be mentioned for stream alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:579 +msgid "When a stream is live, `@​everyone` will be mentioned." +msgstr "" + +#: redbot/cogs/streams/streams.py:584 +#, docstring +msgid "Toggle the `@​here` mention." +msgstr "" + +#: redbot/cogs/streams/streams.py:589 +msgid "`@​here` will no longer be mentioned for stream alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:592 +msgid "When a stream is live, `@​here` will be mentioned." +msgstr "" + +#: redbot/cogs/streams/streams.py:597 +#, docstring +msgid "Toggle a role mention." +msgstr "" + +#: redbot/cogs/streams/streams.py:602 +msgid "`@​{role.name}` will no longer be mentioned for stream alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:608 +msgid "When a stream or community is live, `@​{role.name}` will be mentioned." +msgstr "" + +#: redbot/cogs/streams/streams.py:612 +msgid "Since the role is not mentionable, it will be momentarily made mentionable when announcing a streamalert. Please make sure I have the correct permissions to manage this role, or else members of this role won't receive a notification." +msgstr "" + +#: redbot/cogs/streams/streams.py:623 +#, docstring +msgid "Toggle alert deletion for when streams go offline." +msgstr "" + +#: redbot/cogs/streams/streams.py:626 +msgid "The notifications will be deleted once streams go offline." +msgstr "" + +#: redbot/cogs/streams/streams.py:628 +msgid "Notifications will no longer be deleted." +msgstr "" + +#: redbot/cogs/streams/streams.py:633 +#, docstring +msgid "Toggle excluding rerun streams from alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:638 +msgid "Streams of type 'rerun' will be included in alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:641 +msgid "Streams of type 'rerun' will no longer send an alert." +msgstr "" + +#: redbot/cogs/streams/streams.py:646 +#, docstring +msgid "Toggle excluding YouTube streams schedules from alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:651 +msgid "Streams schedules will be included in alerts." +msgstr "" + +#: redbot/cogs/streams/streams.py:654 +msgid "Streams schedules will no longer send an alert." +msgstr "" + +#: redbot/cogs/streams/streams.py:662 +msgid "I'll now send a notification in this channel when {stream.name} is live." +msgstr "" + +#: redbot/cogs/streams/streams.py:671 +msgid "I won't send notifications about {stream.name} in this channel anymore." +msgstr "" + +#: redbot/cogs/streams/streams.py:791 +msgid "{mention}, {stream} is live!" +msgstr "" + +#: redbot/cogs/streams/streams.py:808 +msgid "{stream} is live!" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:198 +msgid "This stream will start in {time}" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:204 +msgid "This stream was scheduled for {min} minutes ago" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:381 +msgid "Untitled broadcast" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:383 +msgid " - Rerun" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:386 +#: redbot/cogs/streams/streamtypes.py:429 +#: redbot/cogs/streams/streamtypes.py:470 +msgid "Followers" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:387 +#: redbot/cogs/streams/streamtypes.py:471 +msgid "Total views" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:392 +#: redbot/cogs/streams/streamtypes.py:433 +msgid "Playing: " +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:476 +msgid "None" +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:479 +msgid "NSFW | " +msgstr "" + +#: redbot/cogs/streams/streamtypes.py:483 +msgid "{adult}Category: {category} | Tags: {tags}" +msgstr "" + diff --git a/redbot/cogs/trivia/locales/de-DE.po b/redbot/cogs/trivia/locales/de-DE.po index edce4dc22..85d03cf1a 100644 --- a/redbot/cogs/trivia/locales/de-DE.po +++ b/redbot/cogs/trivia/locales/de-DE.po @@ -91,11 +91,11 @@ msgstr "Du hast es raus, {user}! **+1** für dich!" #: redbot/cogs/trivia/session.py:319 msgid "Congratulations {users}! You have each received {num} {currency} for winning!" -msgstr "" +msgstr "Glückwunsch, {users}! Sie erhälten jeweils {num} {currency} für Ihren Sieg erhalten!" #: redbot/cogs/trivia/session.py:327 msgid "Congratulations {user}! You have received {num} {currency} for winning!" -msgstr "" +msgstr "Glückwunsch, {user}! Du erhältst {num} {currency} weil du Erster gewesen bist!" #: redbot/cogs/trivia/trivia.py:41 #, docstring @@ -197,7 +197,7 @@ msgstr "Erledigt. Ich erhalte jetzt einen Punkt wenn Benutzer nicht rechtzeitig #: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarrass you at trivia anymore." -msgstr "" +msgstr "Na gut, ich werde euch nicht länger bei Trivia vorführen." #: redbot/cogs/trivia/trivia.py:167 #, docstring diff --git a/redbot/cogs/trivia/locales/fi-FI.po b/redbot/cogs/trivia/locales/fi-FI.po index 115001160..c5b554749 100644 --- a/redbot/cogs/trivia/locales/fi-FI.po +++ b/redbot/cogs/trivia/locales/fi-FI.po @@ -17,99 +17,100 @@ msgstr "" #: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:341 msgid "There is no ongoing trivia session in this channel." -msgstr "" +msgstr "Tällä kanavalla ei ole käynnissä olevaa trivia-istuntoa." #: redbot/cogs/trivia/converters.py:15 msgid "`{arg}` is not a number." -msgstr "" +msgstr "`{arg}` ei ole numero." #: redbot/cogs/trivia/converters.py:17 msgid "`{arg}` is not a finite number." -msgstr "" +msgstr "`{arg}` ei ole kelvollinen numero." #: redbot/cogs/trivia/session.py:20 msgid "I know this one! {answer}!" -msgstr "" +msgstr "Tiedän tämän! {answer}!" #: redbot/cogs/trivia/session.py:21 msgid "Easy: {answer}." -msgstr "" +msgstr "Helppoa: {answer}." #: redbot/cogs/trivia/session.py:22 msgid "Oh really? It's {answer} of course." -msgstr "" +msgstr "Ai oikeesti? Se on tietenkin {answer}." #: redbot/cogs/trivia/session.py:25 msgid "To the next one I guess..." -msgstr "" +msgstr "Seuraavaan varmaan sitten..." #: redbot/cogs/trivia/session.py:26 msgid "Moving on..." -msgstr "" +msgstr "Eteenpäin..." #: redbot/cogs/trivia/session.py:27 msgid "I'm sure you'll know the answer of the next one." -msgstr "" +msgstr "Olen varma että tiedätte vastauksen seuraavaan." #: redbot/cogs/trivia/session.py:28 msgid "😔 Next one." -msgstr "" +msgstr "😔 Seuraava." #: redbot/cogs/trivia/session.py:114 msgid "An unexpected error occurred in the trivia session.\n" "Check your console or logs for details." -msgstr "" +msgstr "Trivia-istunnossa tapahtui odottamaton virhe.\n" +"Tarkista lisätiedot konsolista tai lokeista." #: redbot/cogs/trivia/session.py:135 msgid "Question number {num}!" -msgstr "" +msgstr "Kysymys {num}!" #: redbot/cogs/trivia/session.py:144 msgid "There are no more questions!" -msgstr "" +msgstr "Kysymykset loppuivat!" #: redbot/cogs/trivia/session.py:152 msgid "{trivia_list} (by {author})" -msgstr "" +msgstr "{trivia_list} (käyttäjältä {author})" #: redbot/cogs/trivia/session.py:157 msgid "Starting Trivia: {list_names}" -msgstr "" +msgstr "Aloitetaan trivia: {list_names}" #: redbot/cogs/trivia/session.py:203 msgid "Guys...? Well, I guess I'll stop then." -msgstr "" +msgstr "Äijät...? No ehkä lopetan sitten." #: redbot/cogs/trivia/session.py:211 msgid " **+1** for me!" -msgstr "" +msgstr " **+1** minulle!" #: redbot/cogs/trivia/session.py:216 msgid "You got it {user}! **+1** to you!" -msgstr "" +msgstr "Sait sen {user}! **+1** sinulle!" #: redbot/cogs/trivia/session.py:319 msgid "Congratulations {users}! You have each received {num} {currency} for winning!" -msgstr "" +msgstr "Onnittelut {users}! Saitte {num} {currency} voittamisesta!" #: redbot/cogs/trivia/session.py:327 msgid "Congratulations {user}! You have received {num} {currency} for winning!" -msgstr "" +msgstr "Onnittelut {user}! Sait {num} {currency} voitosta!" #: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" -msgstr "" +msgstr "Pelaa triviaa ystävien kanssa!" #: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." -msgstr "" +msgstr "Hallitse trivia-asetuksia." #: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." -msgstr "" +msgstr "Näytä nykyiset trivia-asetukset." #: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\n" @@ -120,74 +121,83 @@ msgid "Current settings\n" "Reveal answer on timeout: {reveal_answer}\n" "Payout multiplier: {payout_multiplier}\n" "Allow lists to override settings: {allow_override}" -msgstr "" +msgstr "Nykyiset asetukset\n" +"Botti kerää pisteitä: {bot_plays}\n" +"Vastausaika: {delay} sekuntia\n" +"Puuttuvien vastausten aikakatkaisu: {timeout} sekuntia\n" +"Pisteet voittoon: {max_score}\n" +"Paljasta vastaukset: {reveal_answer}\n" +"Palkintokerroin: {payout_multiplier}\n" +"Anna listojen ohittaa asetuksia: {allow_override}" #: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." -msgstr "" +msgstr "Aseta voittoon tarvittavat pisteet." #: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." -msgstr "" +msgstr "Pisteiden tulee olla enemmän kuin 0." #: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." -msgstr "" +msgstr "Valmis. Voittoon tarvitaan nyt {num} pistettä." #: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." -msgstr "" +msgstr "Aseta kysymysten maksimivastausaika." #: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." -msgstr "" +msgstr "Täytyy olla vähintään 4 sekuntia." #: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." -msgstr "" +msgstr "Valmis. Vastausajaksi asetettiin {num}." #: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." -msgstr "" +msgstr "Aseta kuinka kauan ajan päästä trivia loppuu ilman vastauksia." #: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." -msgstr "" +msgstr "Täytyy olla suurempi kuin vastausaika." #: redbot/cogs/trivia/trivia.py:130 msgid "Done. Trivia sessions will now time out after {num} seconds of no responses." -msgstr "" +msgstr "Valmista. Trivia-istunnot päättyvät nyt, jos kukaan ei vastaa {num} sekuntiin." #: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." -msgstr "" +msgstr "Salli/kiellä trivia-listoja ohittamasta asetuksia." #: redbot/cogs/trivia/trivia.py:142 msgid "Done. Trivia lists can now override the trivia settings for this server." -msgstr "" +msgstr "Valmista. Trivia-listat voivat nyt ohittaa tämän palvelimen trivia-asetuksia." #: redbot/cogs/trivia/trivia.py:146 msgid "Done. Trivia lists can no longer override the trivia settings for this server." -msgstr "" +msgstr "Valmista. Trivia-listat eivät voi enää ohittaa palvelimen trivia-asetuksia." #: redbot/cogs/trivia/trivia.py:154 #, docstring msgid "Set whether or not the bot gains points.\n\n" " If enabled, the bot will gain a point if no one guesses correctly.\n" " " -msgstr "" +msgstr "Aseta saako botti pisteitä.\n\n" +" Jos tämä on käytössä, botti saa pisteen kun kukaan ei arvaa oikein.\n" +" " #: redbot/cogs/trivia/trivia.py:161 msgid "Done. I'll now gain a point if users don't answer in time." -msgstr "" +msgstr "Valmista. Saan nyt pisteen, jos pelaajat eivät vastaa ajoissa." #: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarrass you at trivia anymore." -msgstr "" +msgstr "Selvä, en nolaa teitä enää trivialla." #: redbot/cogs/trivia/trivia.py:167 #, docstring @@ -195,15 +205,17 @@ msgid "Set whether or not the answer is revealed.\n\n" " If enabled, the bot will reveal the answer if no one guesses correctly\n" " in time.\n" " " -msgstr "" +msgstr "Aseta paljastetaanko oikea vastaus.\n\n" +" Jos tämä on käytössä, botti paljastaa vastauksen mikäli kukaan ei arvaa oikein ajoissa.\n" +" " #: redbot/cogs/trivia/trivia.py:175 msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" +msgstr "Selvä. Paljastan vastauksen, jos kukaan ei tiedä sitä." #: redbot/cogs/trivia/trivia.py:177 msgid "Alright, I won't reveal the answer to the questions anymore." -msgstr "" +msgstr "No niin, en enää paljasta vastauksia kysymyksiin." #: redbot/cogs/trivia/trivia.py:183 #, docstring @@ -214,75 +226,81 @@ msgid "Set the payout multiplier.\n\n" " The number of credits is determined by multiplying their total score by\n" " this multiplier.\n" " " -msgstr "" +msgstr "Aseta voittokerroin.\n\n" +" Tämä voi olla mikä tahansa positiivinen desimaaliluku. Jos käyttäjä voittaa trivian\n" +" kun vähintään 3 pelaajaa pelaa, he saavat krediittejä. Aseta arvoksi 0\n" +" poistaaksesi käytöstä.\n\n" +" Krediittien määrä lasketaan kertomalla voittajan pisteet tällä\n" +" kertoimella.\n" +" " #: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." -msgstr "" +msgstr "Kertoimen tulee olla vähintään 0." #: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." -msgstr "" +msgstr "Valmis. Voittokertoimeksi asetettiin {num}." #: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." -msgstr "" +msgstr "Valmista. Voittaja ei saa enää palkintoa." #: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." -msgstr "" +msgstr "Hallitse mukautettuja trivia-listoja." #: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." -msgstr "" +msgstr "Listaa mukautetut trivia-listat." #: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." -msgstr "" +msgstr "Mukautettuja trivia-listoja ei ole lähetetty." #: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" -msgstr "" +msgstr "Lähetetyt trivia-listat" #: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." -msgstr "" +msgstr "Lähetä trivia-tiedosto." #: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." -msgstr "" +msgstr "Liitä tiedosto seuraavaan viestiin tai kirjoita mitä tahansa peruuttaaksesi." #: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." -msgstr "" +msgstr "Listan lähettäminen kesti liian kauan." #: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." -msgstr "" +msgstr "Olet peruuttanut lähetysprosessin." #: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " -msgstr "" +msgstr "Virheellinen syntaksi: " #: redbot/cogs/trivia/trivia.py:267 msgid "There was an error parsing the trivia list. See logs for more info." -msgstr "" +msgstr "Trivia-listan lukemisessa tapahtui virhe. Katso lokeista lisätietoja." #: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." -msgstr "" +msgstr "Poista trivia-tiedosto." #: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." -msgstr "" +msgstr "Trivia {filename} poistettiin." #: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." -msgstr "" +msgstr "Trivia-tiedostoa ei löydy." #: redbot/cogs/trivia/trivia.py:285 #, docstring @@ -290,41 +308,44 @@ msgid "Start trivia session on the specified category.\n\n" " You may list multiple categories, in which case the trivia will involve\n" " questions from all of them.\n" " " -msgstr "" +msgstr "Aloita trivia-istunto valitussa kategoriassa.\n\n" +" Voit listata useita kategorioita, jolloin trivia sisältää\n" +" kysymyksiä kaikista niistä.\n" +" " #: redbot/cogs/trivia/trivia.py:293 msgid "There is already an ongoing trivia session in this channel." -msgstr "" +msgstr "Trivia-istunto on jo käynnissä tällä kanavalla." #: redbot/cogs/trivia/trivia.py:304 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." -msgstr "" +msgstr "Virheellinen kategoria `{name}`. Katso `{prefix}trivia list` nähdäksesi listan kategorioista." #: redbot/cogs/trivia/trivia.py:311 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." -msgstr "" +msgstr "Trivia-listan lukemisessa tapahtui virhe `{name}` -kategoriassa. Se saattaa olla väärin muotoiltu." #: redbot/cogs/trivia/trivia.py:323 msgid "The trivia list was parsed successfully, however it appears to be empty!" -msgstr "" +msgstr "Trivia-listan luku onnistui, se kuitenkin vaikuttaa olevan tyhjä!" #: redbot/cogs/trivia/trivia.py:338 #, docstring msgid "Stop an ongoing trivia session." -msgstr "" +msgstr "Lopeta meneillään oleva trivia-istunto." #: redbot/cogs/trivia/trivia.py:345 msgid "Trivia stopped." -msgstr "" +msgstr "Trivia pysäytetty." #: redbot/cogs/trivia/trivia.py:349 #, docstring msgid "List available trivia categories." -msgstr "" +msgstr "Listaa saatavilla olevat trivia-kategoriat." #: redbot/cogs/trivia/trivia.py:354 redbot/cogs/trivia/trivia.py:360 msgid "Available trivia lists" -msgstr "" +msgstr "Saatavilla olevat trivia-listat" #: redbot/cogs/trivia/trivia.py:370 #, docstring @@ -332,7 +353,10 @@ msgid "Leaderboard for trivia.\n\n" " Defaults to the top 10 of this server, sorted by total wins. Use\n" " subcommands for a more customised leaderboard.\n" " " -msgstr "" +msgstr "Trivian pistetaulukko.\n\n" +" Oletuksena näyttää palvelimen top 10 jäsentä voittojen mukaan lajiteltuna. Käytä\n" +" alikomentoja mukauttaaksesi pistetaulukkoa.\n" +" " #: redbot/cogs/trivia/trivia.py:385 #, docstring @@ -344,11 +368,18 @@ msgid "Leaderboard for this server.\n\n" " - `games` : total games played\n\n" " `` is the number of ranks to show on the leaderboard.\n" " " -msgstr "" +msgstr "Palvelimen pistetaulukko.\n\n" +" `` voi olla mikä tahansa seuraavista:\n" +" - `wins` : voittojen yhteismäärä\n" +" - `avg` : keskimääräiset pisteet\n" +" - `total` : oikeita vastauksia yhteensä\n" +" - `games` : pelejä pelattu\n\n" +" `` määrittää kuinka monta sijaa pistetaulukossa näytetään.\n" +" " #: redbot/cogs/trivia/trivia.py:398 redbot/cogs/trivia/trivia.py:427 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." -msgstr "" +msgstr "Tuntematon kenttä`{field_name}`, katso`{prefix}help trivia leaderboard server` nähdäksesi kentät joiden mukaan voi lajitella." #: redbot/cogs/trivia/trivia.py:414 #, docstring @@ -360,54 +391,62 @@ msgid "Global trivia leaderboard.\n\n" " - `games` : total games played\n\n" " `` is the number of ranks to show on the leaderboard.\n" " " -msgstr "" +msgstr "Palvelinten välinen pistetaulukko.\n\n" +" `` voi olla mikä tahansa seuraavista:\n" +" - `wins` : voittojen yhteismäärä\n" +" - `avg` : keskimääräiset pisteet\n" +" - `total` : oikeita vastauksia yhteensä\n" +" - `games` : pelejä pelattu\n\n" +" `` määrittää kuinka monta sijaa pistetaulukossa näytetään.\n" +" " #: redbot/cogs/trivia/trivia.py:482 msgid "There are no scores on record!" -msgstr "" +msgstr "Pisteistä ei ole vielä tietoja!" #: redbot/cogs/trivia/trivia.py:512 msgid "Rank" -msgstr "" +msgstr "Sija" #: redbot/cogs/trivia/trivia.py:513 msgid "Member" -msgstr "" +msgstr "Jäsen" #: redbot/cogs/trivia/trivia.py:514 msgid "Wins" -msgstr "" +msgstr "Voitot" #: redbot/cogs/trivia/trivia.py:515 msgid "Games Played" -msgstr "" +msgstr "Pelejä pelattu" #: redbot/cogs/trivia/trivia.py:516 msgid "Total Score" -msgstr "" +msgstr "Kokonaispisteet" #: redbot/cogs/trivia/trivia.py:517 msgid "Average Score" -msgstr "" +msgstr "Keskimääräiset pisteet" #: redbot/cogs/trivia/trivia.py:632 msgid "{filename} is a reserved trivia name and cannot be replaced.\n" "Choose another name." -msgstr "" +msgstr "{filename} on varattu trivia-nimi eikä sitä voi korvata.\n" +"Valitse toinen nimi." #: redbot/cogs/trivia/trivia.py:641 msgid "{filename} already exists. Do you wish to overwrite?" -msgstr "" +msgstr "{filename} on jo olemassa. Haluatko korvata sen?" #: redbot/cogs/trivia/trivia.py:663 msgid "You took too long answering." -msgstr "" +msgstr "Sinulla kesti liian kauan vastata." #: redbot/cogs/trivia/trivia.py:667 msgid "I am not replacing the existing file." -msgstr "" +msgstr "En korvaa olemassa olevaa tiedostoa." #: redbot/cogs/trivia/trivia.py:676 msgid "Saved Trivia list as {filename}." -msgstr "" +msgstr "Trivia-lista tallennettiin nimellä {filename}." diff --git a/redbot/cogs/trivia/locales/hi-IN.po b/redbot/cogs/trivia/locales/hi-IN.po new file mode 100644 index 000000000..5bc3bc05b --- /dev/null +++ b/redbot/cogs/trivia/locales/hi-IN.po @@ -0,0 +1,413 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 45\n" +"Language: hi_IN\n" + +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:341 +msgid "There is no ongoing trivia session in this channel." +msgstr "" + +#: redbot/cogs/trivia/converters.py:15 +msgid "`{arg}` is not a number." +msgstr "" + +#: redbot/cogs/trivia/converters.py:17 +msgid "`{arg}` is not a finite number." +msgstr "" + +#: redbot/cogs/trivia/session.py:20 +msgid "I know this one! {answer}!" +msgstr "" + +#: redbot/cogs/trivia/session.py:21 +msgid "Easy: {answer}." +msgstr "" + +#: redbot/cogs/trivia/session.py:22 +msgid "Oh really? It's {answer} of course." +msgstr "" + +#: redbot/cogs/trivia/session.py:25 +msgid "To the next one I guess..." +msgstr "" + +#: redbot/cogs/trivia/session.py:26 +msgid "Moving on..." +msgstr "" + +#: redbot/cogs/trivia/session.py:27 +msgid "I'm sure you'll know the answer of the next one." +msgstr "" + +#: redbot/cogs/trivia/session.py:28 +msgid "😔 Next one." +msgstr "" + +#: redbot/cogs/trivia/session.py:114 +msgid "An unexpected error occurred in the trivia session.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/cogs/trivia/session.py:135 +msgid "Question number {num}!" +msgstr "" + +#: redbot/cogs/trivia/session.py:144 +msgid "There are no more questions!" +msgstr "" + +#: redbot/cogs/trivia/session.py:152 +msgid "{trivia_list} (by {author})" +msgstr "" + +#: redbot/cogs/trivia/session.py:157 +msgid "Starting Trivia: {list_names}" +msgstr "" + +#: redbot/cogs/trivia/session.py:203 +msgid "Guys...? Well, I guess I'll stop then." +msgstr "" + +#: redbot/cogs/trivia/session.py:211 +msgid " **+1** for me!" +msgstr "" + +#: redbot/cogs/trivia/session.py:216 +msgid "You got it {user}! **+1** to you!" +msgstr "" + +#: redbot/cogs/trivia/session.py:319 +msgid "Congratulations {users}! You have each received {num} {currency} for winning!" +msgstr "" + +#: redbot/cogs/trivia/session.py:327 +msgid "Congratulations {user}! You have received {num} {currency} for winning!" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:41 +#, docstring +msgid "Play trivia with friends!" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:79 +#, docstring +msgid "Manage Trivia settings." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:83 +#, docstring +msgid "Show the current trivia settings." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:87 +msgid "Current settings\n" +"Bot gains points: {bot_plays}\n" +"Answer time limit: {delay} seconds\n" +"Lack of response timeout: {timeout} seconds\n" +"Points to win: {max_score}\n" +"Reveal answer on timeout: {reveal_answer}\n" +"Payout multiplier: {payout_multiplier}\n" +"Allow lists to override settings: {allow_override}" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:103 +#, docstring +msgid "Set the total points required to win." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:105 +msgid "Score must be greater than 0." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:109 +msgid "Done. Points required to win set to {num}." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:113 +#, docstring +msgid "Set the maximum seconds permitted to answer a question." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:115 +msgid "Must be at least 4 seconds." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:119 +msgid "Done. Maximum seconds to answer set to {num}." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:123 +#, docstring +msgid "Set how long until trivia stops due to no response." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:126 +msgid "Must be larger than the answer time limit." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:130 +msgid "Done. Trivia sessions will now time out after {num} seconds of no responses." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:137 +#, docstring +msgid "Allow/disallow trivia lists to override settings." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:142 +msgid "Done. Trivia lists can now override the trivia settings for this server." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:146 +msgid "Done. Trivia lists can no longer override the trivia settings for this server." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:154 +#, docstring +msgid "Set whether or not the bot gains points.\n\n" +" If enabled, the bot will gain a point if no one guesses correctly.\n" +" " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:161 +msgid "Done. I'll now gain a point if users don't answer in time." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:163 +msgid "Alright, I won't embarrass you at trivia anymore." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:167 +#, docstring +msgid "Set whether or not the answer is revealed.\n\n" +" If enabled, the bot will reveal the answer if no one guesses correctly\n" +" in time.\n" +" " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:175 +msgid "Done. I'll reveal the answer if no one knows it." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:177 +msgid "Alright, I won't reveal the answer to the questions anymore." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:183 +#, docstring +msgid "Set the payout multiplier.\n\n" +" This can be any positive decimal number. If a user wins trivia when at\n" +" least 3 members are playing, they will receive credits. Set to 0 to\n" +" disable.\n\n" +" The number of credits is determined by multiplying their total score by\n" +" this multiplier.\n" +" " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:194 +msgid "Multiplier must be at least 0." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:198 +msgid "Done. Payout multiplier set to {num}." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:200 +msgid "Done. I will no longer reward the winner with a payout." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:205 +#, docstring +msgid "Manage Custom Trivia lists." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:210 +#, docstring +msgid "List uploaded custom trivia." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:212 +msgid "No custom Trivia lists uploaded." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 +msgid "Uploaded trivia lists" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:245 +#, docstring +msgid "Upload a trivia file." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:247 +msgid "Supply a file with next message or type anything to cancel." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:253 +msgid "You took too long to upload a list." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:256 +msgid "You have cancelled the upload process." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:264 +msgid "Invalid syntax: " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:267 +msgid "There was an error parsing the trivia list. See logs for more info." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:274 +#, docstring +msgid "Delete a trivia file." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:278 +msgid "Trivia {filename} was deleted." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:280 +msgid "Trivia file was not found." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:285 +#, docstring +msgid "Start trivia session on the specified category.\n\n" +" You may list multiple categories, in which case the trivia will involve\n" +" questions from all of them.\n" +" " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:293 +msgid "There is already an ongoing trivia session in this channel." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:304 +msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:311 +msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:323 +msgid "The trivia list was parsed successfully, however it appears to be empty!" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:338 +#, docstring +msgid "Stop an ongoing trivia session." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:345 +msgid "Trivia stopped." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:349 +#, docstring +msgid "List available trivia categories." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:354 redbot/cogs/trivia/trivia.py:360 +msgid "Available trivia lists" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:370 +#, docstring +msgid "Leaderboard for trivia.\n\n" +" Defaults to the top 10 of this server, sorted by total wins. Use\n" +" subcommands for a more customised leaderboard.\n" +" " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:385 +#, docstring +msgid "Leaderboard for this server.\n\n" +" `` can be any of the following fields:\n" +" - `wins` : total wins\n" +" - `avg` : average score\n" +" - `total` : total correct answers\n" +" - `games` : total games played\n\n" +" `` is the number of ranks to show on the leaderboard.\n" +" " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:398 redbot/cogs/trivia/trivia.py:427 +msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:414 +#, docstring +msgid "Global trivia leaderboard.\n\n" +" `` can be any of the following fields:\n" +" - `wins` : total wins\n" +" - `avg` : average score\n" +" - `total` : total correct answers from all sessions\n" +" - `games` : total games played\n\n" +" `` is the number of ranks to show on the leaderboard.\n" +" " +msgstr "" + +#: redbot/cogs/trivia/trivia.py:482 +msgid "There are no scores on record!" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:512 +msgid "Rank" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:513 +msgid "Member" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:514 +msgid "Wins" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:515 +msgid "Games Played" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:516 +msgid "Total Score" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:517 +msgid "Average Score" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:632 +msgid "{filename} is a reserved trivia name and cannot be replaced.\n" +"Choose another name." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:641 +msgid "{filename} already exists. Do you wish to overwrite?" +msgstr "" + +#: redbot/cogs/trivia/trivia.py:663 +msgid "You took too long answering." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:667 +msgid "I am not replacing the existing file." +msgstr "" + +#: redbot/cogs/trivia/trivia.py:676 +msgid "Saved Trivia list as {filename}." +msgstr "" + diff --git a/redbot/cogs/warnings/locales/hi-IN.po b/redbot/cogs/warnings/locales/hi-IN.po new file mode 100644 index 000000000..c6cc978d6 --- /dev/null +++ b/redbot/cogs/warnings/locales/hi-IN.po @@ -0,0 +1,353 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 57\n" +"Language: hi_IN\n" + +#: redbot/cogs/warnings/helpers.py:72 +msgid "I could not find a command from that input!" +msgstr "" + +#: redbot/cogs/warnings/helpers.py:77 +msgid "That command requires bot owner. I can't allow you to use that for an action" +msgstr "" + +#: redbot/cogs/warnings/helpers.py:86 +msgid "Enter the command to be run when the user **exceeds the points for this action to occur.**\n" +"**If you do not wish to have a command run, enter** `none`.\n\n" +"Enter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\n\n" +"WARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\n\n" +"Please wait 15 seconds before entering your response." +msgstr "" + +#: redbot/cogs/warnings/helpers.py:99 redbot/cogs/warnings/helpers.py:143 +msgid "You may enter your response now." +msgstr "" + +#: redbot/cogs/warnings/helpers.py:128 +msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\n" +"**If you do not wish to have a command run on dropping points, enter** `none`.\n\n" +"Enter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\n\n" +"WARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\n\n" +"Please wait 15 seconds before entering your response." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:30 +#, docstring +msgid "Warn misbehaving users and take automated actions." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:113 +#, docstring +msgid "Manage settings for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:119 +#, docstring +msgid "Enable or disable custom reasons for a warning." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:123 +msgid "Custom reasons have been enabled." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:125 +msgid "Custom reasons have been disabled." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:130 +#, docstring +msgid "Set whether warnings should be sent to users in DMs." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:133 +msgid "I will now try to send warnings to users DMs." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:135 +msgid "Warnings will no longer be sent to users DMs." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:140 +#, docstring +msgid "Decide whether the name of the moderator warning a user should be included in the DM to that user." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:144 +msgid "I will include the name of the moderator who issued the warning when sending a DM to a user." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:150 +msgid "I will not include the name of the moderator who issued the warning when sending a DM to a user." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:158 +#, docstring +msgid "Set the channel where warnings should be sent to.\n\n" +" Leave empty to use the channel `[p]warn` command was called in.\n" +" " +msgstr "" + +#: redbot/cogs/warnings/warnings.py:166 +msgid "The warn channel has been set to {channel}." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:186 +msgid "Warnings will now be sent in the channel command was used in." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:175 +#, docstring +msgid "\n" +" Set if warnings should be sent to a channel set with `[p]warningset warnchannel`.\n" +" " +msgstr "" + +#: redbot/cogs/warnings/warnings.py:183 +msgid "Warnings will now be sent to {channel}." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:188 +msgid "Toggle channel has been disabled." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:194 +#, docstring +msgid "Manage automated actions for Warnings.\n\n" +" Actions are essentially command macros. Any command can be run\n" +" when the action is initially triggered, and/or when the action\n" +" is lifted.\n\n" +" Actions must be given a name and a points threshold. When a\n" +" user is warned enough so that their points go over this\n" +" threshold, the action will be executed.\n" +" " +msgstr "" + +#: redbot/cogs/warnings/warnings.py:209 +#, docstring +msgid "Create an automated action.\n\n" +" Duplicate action names are not allowed.\n" +" " +msgstr "" + +#: redbot/cogs/warnings/warnings.py:230 +msgid "Duplicate action name found!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:237 +msgid "Action {name} has been added." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:242 +#, docstring +msgid "Delete the action with the specified name." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:255 +msgid "No action named {name} exists!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:261 +#, docstring +msgid "Manage warning reasons.\n\n" +" Reasons must be given a name, description and points value. The\n" +" name of the reason must be given when a user is warned.\n" +" " +msgstr "" + +#: redbot/cogs/warnings/warnings.py:273 +#, docstring +msgid "Create a warning reason." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:277 +msgid "*Custom* cannot be used as a reason name!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:287 +msgid "The new reason has been registered." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:292 +#, docstring +msgid "Delete a warning reason." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:299 +msgid "That is not a registered reason name." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:305 +#, docstring +msgid "List all configured reasons for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:313 +msgid "Reason: {name}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:316 redbot/cogs/warnings/warnings.py:341 +#: redbot/cogs/warnings/warnings.py:447 redbot/cogs/warnings/warnings.py:476 +msgid "Points" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:320 +msgid "Name: {reason_name}\n" +"Points: {points}\n" +"Description: {description}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:327 +msgid "There are no reasons configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:333 +#, docstring +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:340 +msgid "Action: {name}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:343 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:347 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:351 +msgid "Name: {action_name}\n" +"Points: {points}\n" +"Exceed command: {exceed_command}\n" +"Drop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:359 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:372 +#, docstring +msgid "Warn the user for the specified reason.\n\n" +" `` number of points the warning should be for. If no number is supplied\n" +" 1 point will be given. Pre-set warnings disregard this.\n" +" `` can be a registered reason if it exists or a custom one\n" +" is created by default.\n" +" " +msgstr "" + +#: redbot/cogs/warnings/warnings.py:381 +msgid "You cannot warn yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:383 +msgid "You cannot warn other bots." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:385 +msgid "You cannot warn the server owner." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:388 +msgid "The person you're trying to warn is equal or higher than you in the discord hierarchy, you cannot warn them." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:398 +msgid "That is not a registered reason!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:413 +msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:440 redbot/cogs/warnings/warnings.py:469 +msgid "Warning from {user}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:442 redbot/cogs/warnings/warnings.py:471 +msgid "Warning" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:450 +msgid "You have received a warning in {guild_name}." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:460 +msgid "A warning for {user} has been issued, but I wasn't able to send them a warn message." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:482 redbot/cogs/warnings/warnings.py:491 +msgid "{user} has been warned." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:496 +msgid "{reason}\n\n" +"Use `{prefix}unwarn {user} {message}` to remove this warning." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:499 +msgid "{description}\n" +"Points: {points}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:522 +#, docstring +msgid "List the warnings for the specified user." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:535 +msgid "That user has no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:540 redbot/cogs/warnings/warnings.py:574 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:543 redbot/cogs/warnings/warnings.py:577 +msgid "Unknown Moderator ({})" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:544 redbot/cogs/warnings/warnings.py:578 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:555 redbot/cogs/warnings/warnings.py:589 +msgid "Warnings for {user}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:561 +#, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:569 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:603 +#, docstring +msgid "Remove a warning from a user." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:616 +msgid "You cannot remove warnings from yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:623 +msgid "That warning doesn't exist!" +msgstr "" + diff --git a/redbot/core/commands/locales/de-DE.po b/redbot/core/commands/locales/de-DE.po index ac205a59e..0677be948 100644 --- a/redbot/core/commands/locales/de-DE.po +++ b/redbot/core/commands/locales/de-DE.po @@ -81,23 +81,23 @@ msgstr "Geben Sie {ctx.clean_prefix}help für weitere Informationen zu #: redbot/core/commands/help.py:303 msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}" -msgstr "" +msgstr "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}" #: redbot/core/commands/help.py:309 msgid "Aliases" -msgstr "" +msgstr "Aliase" #: redbot/core/commands/help.py:309 msgid "Alias" -msgstr "" +msgstr "Alias" #: redbot/core/commands/help.py:330 msgid "{aliases} and {number} more aliases." -msgstr "" +msgstr "{aliases} und {number} weitere Aliase." #: redbot/core/commands/help.py:334 msgid "{aliases} and one more alias." -msgstr "" +msgstr "{aliases} und ein weiteres Alias." #: redbot/core/commands/help.py:376 msgid "**__Subcommands:__**" @@ -166,5 +166,10 @@ msgid "\n" " (Help) you know I need someone\n" " (Help!)\n" " " -msgstr "" +msgstr "\n" +" Ich brauche jemanden\n" +" (Hilfe) nicht nur jemanden\n" +" (Hilfe) Sie wissen, dass ich jemanden brauche\n" +" (Hilfe!)\n" +" " diff --git a/redbot/core/commands/locales/hi-IN.po b/redbot/core/commands/locales/hi-IN.po new file mode 100644 index 000000000..68081b958 --- /dev/null +++ b/redbot/core/commands/locales/hi-IN.po @@ -0,0 +1,169 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 188\n" +"Language: hi_IN\n" + +#: redbot/core/commands/commands.py:532 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/commands/converter.py:112 +msgid "`{unit}` is not a valid unit of time for this command" +msgstr "" + +#: redbot/core/commands/converter.py:119 +msgid "The time set is way too high, consider setting something reasonable." +msgstr "" + +#: redbot/core/commands/converter.py:123 +msgid "This amount of time is too large for this command. (Maximum: {maximum})" +msgstr "" + +#: redbot/core/commands/converter.py:129 +msgid "This amount of time is too small for this command. (Minimum: {minimum})" +msgstr "" + +#: redbot/core/commands/converter.py:157 +msgid "Server \"{name}\" not found." +msgstr "" + +#: redbot/core/commands/converter.py:192 +msgid "Unexpected key {key}" +msgstr "" + +#: redbot/core/commands/converter.py:394 +msgid "Expected one of: {}" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:107 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:113 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:118 +msgid "\n" +"Custom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:124 +msgid "Maximum characters per page: {page_char_limit}\n" +"Maximum pages per guild (only used if menus are not used): {max_pages_in_guild}\n" +"Help is a menu: {use_menus}\n" +"Help shows hidden commands: {show_hidden}\n" +"Help only shows commands which can be used: {verify_checks}\n" +"Help shows unusable commands when asked directly: {verify_exists}\n" +"Delete delay: {delete_delay}\n" +"React with a checkmark when help is sent via DM: {use_tick}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:273 +msgid "Type {ctx.clean_prefix}help for more info on a command. You can also type {ctx.clean_prefix}help for more info on a category." +msgstr "" + +#: redbot/core/commands/help.py:303 +msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}" +msgstr "" + +#: redbot/core/commands/help.py:309 +msgid "Aliases" +msgstr "" + +#: redbot/core/commands/help.py:309 +msgid "Alias" +msgstr "" + +#: redbot/core/commands/help.py:330 +msgid "{aliases} and {number} more aliases." +msgstr "" + +#: redbot/core/commands/help.py:334 +msgid "{aliases} and one more alias." +msgstr "" + +#: redbot/core/commands/help.py:376 +msgid "**__Subcommands:__**" +msgstr "" + +#: redbot/core/commands/help.py:378 +msgid "**__Subcommands:__** (continued)" +msgstr "" + +#: redbot/core/commands/help.py:389 +msgid "Subcommands:" +msgstr "" + +#: redbot/core/commands/help.py:453 redbot/core/commands/help.py:708 +#: redbot/core/commands/help.py:721 redbot/core/commands/help.py:740 +msgid "{ctx.me.display_name} Help Menu" +msgstr "" + +#: redbot/core/commands/help.py:500 +msgid "*Page {page_num} of {page_count}*\n" +"{content_description}" +msgstr "" + +#: redbot/core/commands/help.py:551 +msgid "**__Commands:__**" +msgstr "" + +#: redbot/core/commands/help.py:553 +msgid "**__Commands:__** (continued)" +msgstr "" + +#: redbot/core/commands/help.py:563 +msgid "Commands:" +msgstr "" + +#: redbot/core/commands/help.py:605 +msgid "**__No Category:__**" +msgstr "" + +#: redbot/core/commands/help.py:618 +msgid "{title} (continued)" +msgstr "" + +#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648 +msgid "No Category:" +msgstr "" + +#: redbot/core/commands/help.py:717 +msgid "Help topic for *{command_name}* not found." +msgstr "" + +#: redbot/core/commands/help.py:734 +msgid "Command *{command_name}* has no subcommand named *{not_found}*." +msgstr "" + +#: redbot/core/commands/help.py:809 +msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server." +msgstr "" + +#: redbot/core/commands/help.py:848 +#, docstring +msgid "\n" +" I need somebody\n" +" (Help) not just anybody\n" +" (Help) you know I need someone\n" +" (Help!)\n" +" " +msgstr "" + diff --git a/redbot/core/commands/locales/ru-RU.po b/redbot/core/commands/locales/ru-RU.po index 1a0e44308..9a4ad27a7 100644 --- a/redbot/core/commands/locales/ru-RU.po +++ b/redbot/core/commands/locales/ru-RU.po @@ -85,19 +85,19 @@ msgstr "" #: redbot/core/commands/help.py:309 msgid "Aliases" -msgstr "" +msgstr "Алиасы" #: redbot/core/commands/help.py:309 msgid "Alias" -msgstr "" +msgstr "Алиас" #: redbot/core/commands/help.py:330 msgid "{aliases} and {number} more aliases." -msgstr "" +msgstr "{aliases} и {number} псевдонимов." #: redbot/core/commands/help.py:334 msgid "{aliases} and one more alias." -msgstr "" +msgstr "{aliases} и еще один псевдоним." #: redbot/core/commands/help.py:376 msgid "**__Subcommands:__**" @@ -109,7 +109,7 @@ msgstr "" #: redbot/core/commands/help.py:389 msgid "Subcommands:" -msgstr "" +msgstr "Подкоманды:" #: redbot/core/commands/help.py:453 redbot/core/commands/help.py:708 #: redbot/core/commands/help.py:721 redbot/core/commands/help.py:740 @@ -131,7 +131,7 @@ msgstr "" #: redbot/core/commands/help.py:563 msgid "Commands:" -msgstr "" +msgstr "Команды:" #: redbot/core/commands/help.py:605 msgid "**__No Category:__**" @@ -139,19 +139,19 @@ msgstr "" #: redbot/core/commands/help.py:618 msgid "{title} (continued)" -msgstr "" +msgstr "{title} (продолжение)" #: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648 msgid "No Category:" -msgstr "" +msgstr "Нет Категории:" #: redbot/core/commands/help.py:717 msgid "Help topic for *{command_name}* not found." -msgstr "" +msgstr "Тема справки для *{command_name}* не найдена." #: redbot/core/commands/help.py:734 msgid "Command *{command_name}* has no subcommand named *{not_found}*." -msgstr "" +msgstr "Команда *{command_name}* не имеет субкоманды с именем *{not_found}*." #: redbot/core/commands/help.py:809 msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server." diff --git a/redbot/core/commands/locales/tr-TR.po b/redbot/core/commands/locales/tr-TR.po index 4bf8f6909..b82a8e352 100644 --- a/redbot/core/commands/locales/tr-TR.po +++ b/redbot/core/commands/locales/tr-TR.po @@ -174,5 +174,10 @@ msgid "\n" " (Help) you know I need someone\n" " (Help!)\n" " " -msgstr "" +msgstr "\n" +" Birilerine ihtiyacım var\n" +" (Yardım edin) herhangi biri değil\n" +" (Yardım edin) biliyorsun ki birilerine ihtiyacım var\n" +" (Yardım edin!)\n" +" " diff --git a/redbot/core/drivers/locales/hi-IN.po b/redbot/core/drivers/locales/hi-IN.po new file mode 100644 index 000000000..3e7012213 --- /dev/null +++ b/redbot/core/drivers/locales/hi-IN.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 657\n" +"Language: hi_IN\n" + diff --git a/redbot/core/drivers/postgres/locales/hi-IN.po b/redbot/core/drivers/postgres/locales/hi-IN.po new file mode 100644 index 000000000..604dc3137 --- /dev/null +++ b/redbot/core/drivers/postgres/locales/hi-IN.po @@ -0,0 +1,17 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-11 12:29+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 653\n" +"Language: hi_IN\n" + diff --git a/redbot/core/locales/af-ZA.po b/redbot/core/locales/af-ZA.po index 79e21dce4..f5854fbe2 100644 --- a/redbot/core/locales/af-ZA.po +++ b/redbot/core/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/ar-SA.po b/redbot/core/locales/ar-SA.po index dc717e871..57333d31e 100644 --- a/redbot/core/locales/ar-SA.po +++ b/redbot/core/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -171,66 +171,77 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "مالك البوت" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "discord Bot by Lord_X\n" "#1770" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "فشل التحقق من وجود تحديث." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "عفا عليها الزمن!" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "عن مثيل الخادوم هذا" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "حول discord bot by Lord_X\n" "#1770" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "جلب الفرحة منذ 02 يان 2016 (أكثر من {} أيام مضت!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -241,72 +252,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "أقل من ثانية واحدة" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "تم إنشاؤه: **{time_quantity}** (منذ {timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -316,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -380,22 +391,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -405,91 +416,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -506,32 +517,32 @@ msgstr "\n" " استخدام الضمازات.\n" " " -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "تضمين الإعدادات:\n\n" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "الافتراضي العالمي" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "إعدادات الرابطة: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "إعدادات القناة: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "إعدادات المستخدم: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -546,23 +557,23 @@ msgstr "\n" " الافتراضي هو استخدام الضمازات.\n" " " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "تضمين الآن {} بشكل افتراضي." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "معطل" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "مفعّل" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -583,16 +594,16 @@ msgstr "\n" " لأوامر المساعدة.\n" " " -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "وستعود المداخن الآن إلى الوضع العالمي." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "التضمينات الآن {} لهذه النقابة." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -613,11 +624,11 @@ msgstr "\n" " لأوامر المساعدة.\n" " " -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "مضمن الآن {} لهذه القناة." -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -629,35 +640,35 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" @@ -666,7 +677,7 @@ msgstr "\n" " حدد ما إذا كان الأمر يمكن الوصول إليه للمستخدم المتوسط.\n" " " -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -677,196 +688,196 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "هل أنت متأكد من رغبتي في مغادرة هذا السيرفر؟ (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "انتهت مهلة الرد." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "حسناً. باي :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "ترك الرابطة '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "لمغادرة الخادم، اكتب رقمه." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "لا أستطيع أن أترك رابطة، أنا صاحب الرابطة." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "هل أنت متأكد من رغبتي في مغادرة هذا السيرفر؟ (y/n)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "تم." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "حسنًا حينئذ." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "تم تحميل {packs}." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "تم تحميل الحزمة التالية مسبقاً: {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "الحزم التالية تم تحميلها بالفعل: {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "فشل تحميل الحزمة التالية: {pack}.\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "فشل تحميل الحزم التالية: {packs}\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "لم يتم العثور على الحزمة التالية في أي مسار الكود: {pack}." -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "لم يتم العثور على الحزم التالية في أي مسار الكود: {packs}" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "تعذر تحميل هذه الحزمة للسبب التالي:\n\n" "{reason}" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "لا يمكن تحميل هذه الحزم للأسباب التالية:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "الحزم التالية تم تحميلها بالفعل: {pack}." -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "تم تحميل الحزمة التالية مسبقاً: {packs}." -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "تم تحميل الحزمة التالية مسبقاً: {pack}." -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "تم تحميل الحزمة التالية مسبقاً: {packs}." -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "تم تحميله {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "فشل في إعادة تحميل الحزمة التالية: {pack}.\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "فشل في إعادة تحميل الحزم التالية: {packs}\n" "تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "تعذر إعادة تحميل هذه الحزمة للسبب التالي:\n\n" "{reason}" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "لا يمكن إعادة تحميل هذه الحزم للأسباب التالية:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "إيقاف التشغيل... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -874,30 +885,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "جاري إعادة التشغيل..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -905,7 +916,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -916,23 +927,23 @@ msgstr "تعيين التأخير حتى يزيل البوت رسالة الأم " تعيين إلى -1 لتعطيل هذه الميزة.\n" " " -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "تم تعطيل حذف الأمر." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "حذف تعيين التأخير إلى {num} ثانية." -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "بوت سيقوم بحذف رسائل الأوامر بعد {num} ثانية. قم بتعيين هذه القيمة إلى -1 لإيقاف حذف الرسائل" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "لن أحذف رسائل الأوامر." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -942,15 +953,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "إعادة تعيين الوصف." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -959,15 +970,15 @@ msgstr "\n" " يضيف دور المشرف لهذه الرابطة.\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "وهذا الدور هو بالفعل دور المدير." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "وهذا الدور يعتبر الآن دور admin." -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" @@ -976,15 +987,15 @@ msgstr "\n" " يضيف دور mod لهذه الرابطة.\n" " " -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "وهذا الرتبة هى بالفعل دور admin." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "وهذا الدور يعتبر الآن دور mod." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -993,15 +1004,15 @@ msgstr "\n" " يزيل رتبة الادمن لهذه الارشاد.\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "وهذا الدور ليس رتبة admin في البداية." -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "وهذا الرتبة يعتبر الآن دور admin." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" @@ -1010,15 +1021,15 @@ msgstr "\n" " يضيف دور المشرف لهذه الرابطة.\n" " " -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "وهذا الدور ليس رتبة admin في البداية." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "وهذا الرتبة يعتبر الآن دور mod." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1031,19 +1042,19 @@ msgstr "\n" " وبخلاف ذلك، سيكون اللون المستخدم هو لون الدور الأعلى للروبوت.\n" " " -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "يستخدم البوت {} لون التكوين الخاص به للتضمينات." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "لن" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "سوف" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1054,11 +1065,11 @@ msgstr "\n" " الافتراضي أن يتم تعطيل بحث الأوامر الغامضة.\n" " " -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "تم البحث عن أمر غامض {} لهذا الخادم." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1069,11 +1080,11 @@ msgstr "\n" " الافتراضي هو تعطيل البحث عن أمر غامض.\n" " " -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "تم البحث عن أمر غامض {} لهذا الخادم." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1086,114 +1097,114 @@ msgstr "\n" " https://discordpy. eadthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" " " -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "تم إعادة تعيين اللون." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "تم تعيين اللون." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "صيغة JPG / PNG فقط." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "تم تعيين الحالة إلى ``تشغيل {game.name}``." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "تم مسح اللعبة." -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "تم تعيين الحالة إلى ``الاستماع إلى {listening}``." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "تم مسح الإستماع." -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "تم تعيين الحالة إلى ``تشغيل {watching}``." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "تم مسح المشاهدة." -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1204,82 +1215,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "تغيرت الحالة إلى {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "أنت تفتقر إلى الصلاحيات لتغيير اسمي المستعار." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "تم تعيين prefix." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "تم إعادة تعيين prefies الى الوضع الاول." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1292,21 +1303,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1319,15 +1330,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "تم تعيين الان." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1337,15 +1348,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1355,15 +1366,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1373,19 +1384,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "تم مسح سجل النظام." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "تم تعيين النص المخصص." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1396,70 +1407,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "تم تعيين رمز API{service}." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "إدارة إعدادات أمر المساعدة." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1467,11 +1478,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1481,15 +1492,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "المساعدة سوف تستخدم القوائم." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "المساعدة لن تستخدم القوائم." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1498,15 +1509,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "المساعدة ستقوم بتصفية الأوامر المخفية." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1515,15 +1526,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1532,15 +1543,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1550,15 +1561,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "المساعدة سوف تظهر فقط للأوامر التي يمكن تشغيلها." -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "سوف تظهر المساعدة دون التحقق مما إذا كان يمكن تشغيل الأوامر." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1575,15 +1586,15 @@ msgstr "\n" " سيتم تبديل استخدام هذا بدون إعداد.\n" " " -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "المساعدة سوف تتحقق من وجود مواضيع المساعدة." -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "المساعدة سوف تتحقق فقط من وجود مواضيع المساعدة عبر مساعدة غامضة (إذا تم تفعيلها)." -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1594,15 +1605,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "قم بتعيين حد الأحرف لكل صفحة في رسالة المساعدة. \\ n \\ n ينطبق هذا الإعداد فقط على التعليمات المضمنة. \\ n \\ n القيمة الافتراضية هي 1000 حرف. القيمة الدنيا هي 500. \\ n يعتمد الحد الأقصى على ما تقدمه وما يسمح به الخلاف. \\ n \\ n يرجى ملاحظة أن تعيين حد صغير نسبيًا للحروف قد \\ n يعني أن بعض الصفحات ستتجاوز هذا الحد. \\ n" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "يجب عليك إعطاء قيمة لا تقل عن 500 حرف." -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "تم. تم تعيين حد الحرف لكل صفحة إلى {}." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1613,15 +1624,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "يجب أن تعطي قيمة صفر أو أكثر!" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "تم. تم تعيين الحد الأقصى للصفحة إلى {}." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1636,19 +1647,19 @@ msgstr "تعيين التأخير الذي سيتم حذف صفحات المسا " يجب أن يكون للبوت إذن MANAGE_MESSAGES لكي يعمل هذا.\n" " " -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "لا يمكن أن يكون التأخير أطول من 14 يوماً!" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "تم. لن يتم حذف رسائل المساعدة الآن." -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "تم. تم تعيين تأخير الحذف إلى {} ثانية." -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1661,60 +1672,60 @@ msgstr "\n" " ، سيتم استخدام الافتراضي بدلاً من ذلك.\n" " " -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "تم إعادة تعيين العلامة." -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "العلامة الخاصة بك طويلة جداً! الرجاء اختصارها بحيث لا يتجاوز طولها 2048 حرفاً." -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "تم إعادة تعيين العلامة." -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "معرف المستخدم: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "عبر DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "من {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " مُعرّف الخادم: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "استخدم `{}dm {} للرد على هذا المستخدم" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "أرسلت من {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "لقد تم تكويني لعدم إرسال هذا في أي مكان." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "تم إرسال رسالتك." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "أنا غير قادر على تسليم رسالتك. عذراً." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1724,385 +1735,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "معرف غير صالح، المستخدم غير موجود، أو المستخدم هو بوت. يمكنك فقط إرسال رسائل إلى الأشخاص الذين أشاركهم الخادم معهم." -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "مالك هو {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "يمكنك الرد على هذه الرسالة باستخدام {}جهة اتصال" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "عذراً، لم أستطع تسليم رسالتك إلى {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "تم ارسال الرسالة إلى {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "يطبع مسار بيانات البوت." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "مسار البيانات: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2113,41 +2124,41 @@ msgstr "\n" " إذا كنت مالك البوت، فهذا سيظهر الأوامر المعطلة عالميا بشكل افتراضي.\n" " " -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "قائمة الأوامر المعطلة عالمياً." -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "ليس هناك أي أوامر معطلة عالميا." -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "ليس هناك أي أوامر معطلة عالميا." -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "أمر واحد معطل عالمياً.\n" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "قائمة الأوامر المعطلة في هذا السيرفر." -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "ليس هناك أي أوامر معطلة في {}." -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "{} الأوامر معطلة في {}.\n" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "تم تعطيل أمر واحد في {}.\n" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2158,42 +2169,42 @@ msgstr "تعطيل أمر ما.\n\n" " بشكل عام بشكل افتراضي.\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "قائمة الأوامر المعطلة عالمياً." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "لم أستطع العثور على هذا الأمر. يرجى ملاحظة أنه حساس لحالة الأحرف." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "الأمر لتعطيل لا يمكن أن يكون \"أمر\" أو أي من الأوامر الفرعية الخاصة به." -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "يتم تعيين هذا الأمر على أنه متاح دائمًا ولا يمكن تعطيله." -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "وهذا الأمر معطل بالفعل على الصعيد العالمي." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "تعطيل أمر في هذا السيرفر فقط." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "غير مسموح لك بتعطيل هذا الأمر." -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "هذا الأمر معطل بالفعل في هذا الخادم." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2204,29 +2215,29 @@ msgstr "تمكين أمر.\n\n" " بشكل افتراضي\n" " " -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "تمكين أمر عالمي." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "وقد تم بالفعل تمكين هذه القيادة على الصعيد العالمي." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "تمكين أمر في هذا السيرفر." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "غير مسموح لك بتمكين هذا الأمر." -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "هذا الأمر مفعل بالفعل في هذا السيرفر." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2239,14 +2250,14 @@ msgstr "عيّن استجابة البوت للأوامر المعطلة.\n\n" " '{command}' العنصر النائب.\n" " " -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2254,49 +2265,49 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "الأدوار المناعية من إجراءات الاعتدال الآلية:\n" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "الأعضاء المناصرين من إجراءات الاعتدال الآلية:\n" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "تمت الإضافة بالفعل." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "ليس في القائمة." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" @@ -2305,7 +2316,7 @@ msgstr "\n" " أوامر لتكوين إشعارات المالك.\n" " " -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2313,55 +2324,55 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "لا توجد قنوات إضافية يتم إرسالها إليها." -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "قناة غير معروفة بالمعرفة: {id}" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "إضافة سيرفر أو قنوات إلى قائمة التجاهل." -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" @@ -2370,70 +2381,70 @@ msgstr "تجاهل الأوامر في القناة أو الفئة.\n\n" " الافتراضي للقناة الحالية.\n" " " -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/bg-BG.po b/redbot/core/locales/bg-BG.po index fcd72d318..e9ebeda08 100644 --- a/redbot/core/locales/bg-BG.po +++ b/redbot/core/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Завършено." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Изключване... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Поддържа се JPG / PNG формат само." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Нямам правомощието да променя псевдонима си." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Префиксът е зададен." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Префиксите на гилдията са нулирани." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Локализирането е настроено." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "чрез ЛС" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Използвайте `{} dm {} `, за да отговорите на този потребител" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Изпратено от {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Вашето съобщение е изпратено." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Аз не съм в състояние да доставя Вашето съобщение. Съжалявам." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/bs-BA.po b/redbot/core/locales/bs-BA.po index 661b41dd7..e9971d257 100644 --- a/redbot/core/locales/bs-BA.po +++ b/redbot/core/locales/bs-BA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/ca-ES.po b/redbot/core/locales/ca-ES.po index 7679f4144..01c01c653 100644 --- a/redbot/core/locales/ca-ES.po +++ b/redbot/core/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/cs-CZ.po b/redbot/core/locales/cs-CZ.po index 6a28f3a0f..d221730ae 100644 --- a/redbot/core/locales/cs-CZ.po +++ b/redbot/core/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -160,64 +160,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Instanci Red bota vlastní" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Verze Red" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Zastaralé" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "O této instanci bota" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "O Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Přináší radost od 02 Ledna 2016 (již {} dní!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -228,72 +239,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -303,63 +314,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -367,22 +378,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -392,91 +403,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -487,32 +498,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Globální výchozí: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Nastavení cechu: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Nastavení kanálu: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Uživatelské nastavení" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -522,23 +533,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "zakázáno" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "povoleno" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -551,16 +562,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -573,11 +584,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -589,42 +600,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -635,188 +646,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Opravdu chceš opustit tento server? (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Vypršel časový limit odpovědi." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Dobře. Sbohem :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Opouštím klan '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Chcete-li opustit server, stačí zadat jeho číslo." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Hotovo." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Dobře tedy." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "Načteno {packs}." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "Znovu načteno {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Vypínání... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -824,30 +835,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Restartování..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -855,7 +866,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -863,23 +874,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -889,15 +900,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Popis obnoven." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -906,30 +917,30 @@ msgstr "\n" " Přidá admin roli pro tento cech\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "Tato role je již administrátorskou rolí." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "Tato role je již moderátorská role." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "Tato role je nyní považována za moderátorskou roli." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -938,30 +949,30 @@ msgstr "\n" " Přidá admin roli pro tento cech\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "Tato role již není považována za administrátorskou roli." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "Tato role již není považována za administrátorskou roli." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -970,19 +981,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "nebude" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "bude" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -990,11 +1001,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1002,11 +1013,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1015,114 +1026,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Barva byla resetována." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Barva byla nastavena." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Pouze formát JPG / PNG." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1133,82 +1144,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Stav změněn na {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Nemám oprávnění ke změně své přezdívky." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefix příkazů nastaven." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Příkazy serverů byly resetovány." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1221,21 +1232,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1248,15 +1259,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Jazyk byl nastaven." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1266,15 +1277,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1284,15 +1295,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1302,19 +1313,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "Vlastní text byl vymazán." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "Vlastní text byl nastaven." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1325,70 +1336,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "`{service} API tokeny byly nastaveny." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Správa nastavení příkazu nápovědy." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1396,11 +1407,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1410,15 +1421,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "Help bude používat stránkovaná menu." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "Help nebude používat stránkovaná menu." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1427,15 +1438,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "Pomoc bude filtrovat skryté příkazy." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1444,15 +1455,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1461,15 +1472,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1479,15 +1490,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1498,15 +1509,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1517,15 +1528,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Hotovo. Limit znaků na stránku byl nastaven na {}." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1536,15 +1547,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1554,19 +1565,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1575,60 +1586,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID uživatele: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "prostřednictvím DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "od {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | ID serveru: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Použijte `{}dm {} ` pro odpověď tomuto uživateli" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Odesláno od {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "Byl jsem nakonfigurován, abych ho nikam neodeslal." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Vaše zpráva byla odeslána." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Nemohu doručit vaši zprávu. Omlouváme se." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1638,385 +1649,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Vlastník {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Na tuto zprávu můžete odpovědět {}contact" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Omlouvám se, ale nepodařilo se mi doručit vaši zprávu na {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Zpráva byla doručena uživateli {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Vypíše datovou cestu bota." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Cesta k datům: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2024,41 +2035,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2069,42 +2080,42 @@ msgstr "Zakažte příkaz.\n\n" " globálně\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Zakázat příkaz globálně." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Nenašel jsem daný příkaz. Poznámka: Velká/malá písmena jsou důležitá." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Tento příkaz je již globálně vypnutý." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Zakázat příkaz pouze na tomto serveru." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "Nemáš dovoleno tento příkaz zakázat." -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2112,29 +2123,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Povolte příkaz globálně." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2143,14 +2154,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2158,56 +2169,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Již přidáno." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Není v seznamu." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2215,125 +2226,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "Neznámý kanál s id: {id}" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "Přidat servery nebo kanály do ignorovaného seznamu." -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Kanál přidán do seznamu ignorovaných." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "Kanál je již v seznamu ignorovaný." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "Ignorovat příkazy na tomto serveru." -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "Tento server byl přidán do ignorovaného seznamu." -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "Tento server je již ignorován." -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "Odeberte servery nebo kanály z ignorovaného seznamu." -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Kanál byl odebrán ze seznamu ignorovaných." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "Tento kanál není v seznamu ignorovaných." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "Odstranit server ze seznamu ignorovaných." -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "Tento server byl odebrán z ignorovaného seznamu." -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "Tento server není v seznamu ignorovaných." -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/da-DK.po b/redbot/core/locales/da-DK.po index 5f889e658..99e405a2d 100644 --- a/redbot/core/locales/da-DK.po +++ b/redbot/core/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -173,64 +173,75 @@ msgstr "Denne bot er et instans af [Red, an open source Discord bot]({}) lavet a "Red bakkes op af et lidenskabeligt fællesskab, der bidrager og skaber indhold, som alle kan nyde. [Tilmeld dig i dag]({}) og hjælp os med at forbedre!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Instans ejet af" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -241,72 +252,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -316,63 +327,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -380,22 +391,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -405,91 +416,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -500,32 +511,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -535,23 +546,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "deaktiveret" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "aktiveret" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -564,16 +575,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -586,11 +597,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -602,42 +613,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -648,188 +659,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Færdig." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -837,30 +848,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -868,7 +879,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -876,23 +887,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -902,75 +913,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -979,19 +990,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -999,11 +1010,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1011,11 +1022,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1024,114 +1035,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1142,82 +1153,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1230,21 +1241,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1293,15 +1304,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1311,19 +1322,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1334,70 +1345,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1405,11 +1416,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1419,15 +1430,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1436,15 +1447,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1453,15 +1464,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1488,15 +1499,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1507,15 +1518,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1526,15 +1537,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1545,15 +1556,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1563,19 +1574,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1584,60 +1595,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1647,385 +1658,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2033,41 +2044,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2075,42 +2086,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2118,29 +2129,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2149,14 +2160,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2164,56 +2175,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2221,125 +2232,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/de-DE.po b/redbot/core/locales/de-DE.po index 6e3dcc400..bfa176241 100644 --- a/redbot/core/locales/de-DE.po +++ b/redbot/core/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -173,39 +173,43 @@ msgstr "Dieser Bot ist eine Instanz von [Red, ein open source Discord bot]({}) e "Red wird von einer aktiven Community unterstützt, welche sich am Code beteiligt und Inhalte für andere erstellt. [Werde auch du ein Teil der Community]({}) und hilf uns noch besser zu werden!\n\n" "(C) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Diese Instanz gehört" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Red Version" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Ja, {version} ist verfügbar." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Die Suche nach einem Update ist fehlgeschlagen." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Veraltet" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Über diese Instanz" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Über Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Freude seit 02. Jan 2016 (vor {} Tagen!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Dieser Bot ist eine Instanz von Rot, einem Open-Source-Discord Bot (1) e "Red wird von einer leidenschaftlichen Community unterstützt, welche sich am Code beteiligt und Inhalte schafft, die jeder genießen kann. Werde auch du ein Teil der Cimmunity (4) und huns noch besser zu werden!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Instanz im Besitz von: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red Version: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Veraltet: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**Über Red**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**Über diese Instanz**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,73 +264,73 @@ msgstr "**Referenzen**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "Zeigt die Laufzeit von [botname] an." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Weniger als eine Sekunde" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Erhalten für: **{time_quantity}** (seit {timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Befehle, die mit den Daten [botname] über Ihnen hat interagieren. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr " Finden Sie heraus, welche Art von Daten [botname] speichert und warum. " -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Für die nötige Funktionalität speichert dieser Bot speichert einige Daten über Benutzer. Hierbei handelt es sich i.d.R. um die ID, welche Discord dem Benutzer zuweist und mit verschiedensten Dingen verbunden ist, abhängig davon wie du mit dem Bot interagierst. Es gibt ein paar Befehle welche diese speichern um nachvollziehen zu können wer etwas erstellt hat (zum Beispiel Playlists). Für weitere Informationen und ausführliche Details was gespeichert wird und warum, rufe bitte {link} auf.\n\n" "Darüber hinaus kann es sein, dass 3rd-party Erweiterungen, die der Bot Besitzer installiert, zusätzliche Daten speichert oder nicht. Du kannst `{prefix}mydata 3rdparty` verwenden um hierzu Angaben der jeweiligen 3rd Party Erweiterung einzusehen." -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr " Zeige die End User Data Angaben jeder 3rd-party Erweiterung an. " -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "Ich muss in der Lage sein Dateien anzuhängen (versuche es in den Direktnachrichten?)." -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Diese Instanz scheint keine 3rd-party Erweiterung geladen zu haben." -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "3rd party Endbenutzer Daten Angaben" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "Nachfolgendes sind Angaben der 3rd-party Erweiterungen." -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "3rd-party Erweiterungen ohne Angaben\n" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Hier ist eine erstellte Seite mit den Angaben der 3rd-party Erweiterungen." -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "Keine Bestätigung erhalten, breche ab." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "Keine passende Bestätigung erhalten, breche ab." -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -334,19 +345,19 @@ msgstr "\n" " Weitere Interaktionen mit [botname] sorgen dafür, dass er wieder Daten von dir erfasst.\n" " " -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "Dieser Befehl ({command}) unterstützt keine nicht-interaktive Verwendung." -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Dies wird den Bot veranlassen Daten von dir zu entfernen und/oder zu trennen. Es wird keine für den Betrieb notwendigen Daten, wie etwa modlog Einträge, Warnungen oder Stummschaltungen entfernen. Wenn du dir sicher bist, dass du dies möchtest, antworte bitte wie folgt:" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Dies kann einige Zeit dauern." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -354,7 +365,7 @@ msgstr "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ic "Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" "Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -362,7 +373,7 @@ msgstr "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ic "Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" "Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -370,27 +381,27 @@ msgstr "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ic "Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" "Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Ich habe alle nicht-funktionalen Daten über dich (von denen ich weiß wie man sie löscht) gelöscht {mention}" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Die folgenden cogs konnten nicht gelöscht werden:\n" "{cogs}." -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr " [In Arbeit] Rufe ab welche Daten [botname] über dich gesammelt hat. " -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Dieser Befehl führt derzeit nichts aus, aber wir arbeiten daran das es unterstützt wird." -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -399,7 +410,7 @@ msgstr "\n" " Befehle für vollständigere Datenverarbeitung.\n" " " -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -407,22 +418,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "Benutzer kann seine eigenen Daten nicht löschen." -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -432,91 +443,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -533,32 +544,32 @@ msgstr "\n" " Einbettungen verwendet.\n" " " -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "Zeige die aktuellen Einstellungen für Einbettungen." -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "Einbettungseinstellungen: \n\n" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Globaler Standard: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Gildeneinstellungen: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Kanaleinstellung: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Benutzereinstellungen: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -573,23 +584,23 @@ msgstr "\n" " Standardmässig werden Einbettungen verwendet.\n" " " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Einbettungen sind standardmäßig: {} ." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "deaktiviert" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "aktiviert" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -610,16 +621,16 @@ msgstr "\n" " Ausnahme von Hilfebefehlen.\n" " " -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Einbettungen werden jetzt auf die globalen Einstellungen zurückgreifen." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Einbettungen für diesen Discord Server sind jetzt: {} ." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -640,11 +651,11 @@ msgstr "\n" " Ausnahme sind hierbei Hilfebefehle.\n" " " -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "Einbettungen für diesen Discord Server sind jetzt {}." -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -664,35 +675,35 @@ msgstr "\n" " angewendet, als auch bei allen Hilfebefehlen.\n" " " -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie aktiviert." -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie deaktiviert." -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "Bisher ist keine Ausnahme aufgetreten." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "Zeigt die Einladungs-URL von [botname] an." -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "Richtet die Einladung des Bots ein." -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" @@ -701,7 +712,7 @@ msgstr "\n" " Lege fest, ob der Befehl für die durchschnittlichen Benutzer zugänglich sein sollte.\n" " " -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -718,199 +729,199 @@ msgstr "\n" " Bitte beachte, dass für einige Berechtigungen die zwei Faktor-Authentifizierung benötigt wird.\n" " " -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "Verlässt den aktuellen Server." -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Bist du sicher das ich den Server verlassen soll? (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Antwortzeitlimit erreicht." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Oke. Bye :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Gilde verlassen '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "Na gut, dann bleibe ich. :)" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "Listet auf und erlaubt [botname] Server zu verlassen." -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Um einen Server zu verlassen, gebe einfach seine Nummer an." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "Ich kann keine Gilde lassen, von der ich Eigentümer bin." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Bist du sicher das ich gehen soll {}? (yes/no)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Erledigt." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Oke, na dann." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "Lädt Pakete." -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "Lade {packs}." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "Das folgende Paket ist bereits geladen: {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "Das folgende Paket ist bereits geladen: {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Fehler beim Laden des Pakets {pack}. \n" "Überprüfen Sie Ihre Konsole oder Protokolle für weitere Details." -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Fehler beim Laden des Pakets {packs}. \n" "Überprüfen Sie Ihre Konsole oder Protokolle für weitere Details." -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "Das folgende Paket wurde nicht in irgendeinem cog-Pfad gefunden: {pack}." -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "Das folgende Paket wurde nicht in irgendeinem cog-Pfad gefunden: {packs}" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Paket konnte aus dem folgenden Grund nicht geladen werden:\n\n" "{reason}" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Paket konnte aus dem folgenden Grund nicht geladen werden:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**ACHTUNG**: Das folgende repo verwendet \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest den Verwalter des repos über diese Nachricht informieren.\n" "{repo}." -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**ACHTUNG**: Die folgenden repos verwenden \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest die Verwalter der repos über diese Nachricht informieren.\n" "{repos}." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "Entläd Pakete." -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "Das folgende Paket ist bereits geladen: {pack}." -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "Die folgenden Pakete wurden entfernt: {packs}." -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "Das folgende Paket wurde nicht geladen: {pack}." -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "Die folgenden Pakete wurden nicht geladen: {packs}." -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "Läd Pakete neu." -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "Neu geladen {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Fehler beim Laden des folgenden Pakets: {pack}.\n" "Überprüfen Sie Ihre Konsole oder Protokolle für Details." -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Fehler beim Laden der folgenden Pakete: {packs}\n" "Überprüfen Sie Ihre Konsole oder Protokolle für Details." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Dieses Paket konnte aus folgendem Grund nicht neu geladen werden:\n\n" "{reason}" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Diese Pakete konnten aus folgenden Gründen nicht neu geladen werden:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**ACHTUNG**: Das folgende repo verwendet \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest den Verwalter des repos über diese Nachricht informieren.\n" "{repo}." -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "Beendet den Bot." -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Herunterfahren... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -918,30 +929,31 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Neustart..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "Ändert die Einstellungen von [botname]." -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " -msgstr "" +msgstr "\n" +"Zeige die aktuellen Einstellungen für [botname]. " -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -949,7 +961,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -960,23 +972,23 @@ msgstr "Stelle die Verzögerung ein, bis der Bot Nachrichten, die einen Befehl e " Setze den Wert auf -1, um diese Funktion zu deaktivieren.\n" " " -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "Löschen von Befehlen deaktiviert." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "Löschverzögerung auf {num} Sekunden eingestellt." -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Der Bot wird Nachrichten die einen Befehl enthalten nach {num} Sekunden löschen. Setze diesen Wert auf -1, um das Löschen von Nachrichten zu stoppen" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "Ich werde keine Nachrichten die Befehle enthalten löschen." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -986,15 +998,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Beschreibung zurückgesetzt." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -1003,15 +1015,15 @@ msgstr "\n" " Fügt eine Admin-Rolle für diese Gilde hinzu.\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "Diese Rolle ist bereits eine Admin-Rolle." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "Diese Rolle wird nun als Admin-Rolle angesehen." -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" @@ -1020,15 +1032,15 @@ msgstr "\n" " Fügt eine Mod-Rolle für diese Gilde hinzu.\n" " " -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "Diese Rolle ist bereits eine mod Rolle." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "Diese Rolle wird jetzt als eine Mod Rolle betrachtet." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -1037,15 +1049,15 @@ msgstr "\n" " Entfernt eine Admin-Rolle für diese Gilde.\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "Diese Rolle war keine Admin-Rolle, mit der man anfangen sollte." -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "Diese Rolle wird nicht mehr als Admin-Rolle angesehen." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" @@ -1054,15 +1066,15 @@ msgstr "\n" " Entfernt eine Mod-Rolle für diese Gilde.\n" " " -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "Diese Rolle war keine Mod-Rolle, mit der man anfangen sollte." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "Diese Rolle wird nicht mehr als Mod-Rolle betrachtet." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1075,19 +1087,19 @@ msgstr "\n" " Andernfalls wird die Farbe der höchsten Rolle des Bots verwendet.\n" " " -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "Der Bot {} verwendet seine eingestellten Farben für Einbettungen." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "wird nicht" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "wird" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1098,11 +1110,11 @@ msgstr "\n" " Standard ist, dass die fuzzy Kommandosuche deaktiviert wird.\n" " " -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "Ungenaue Befehlssuche wurde für diesen Server {}." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1113,11 +1125,11 @@ msgstr "\n" " Standard ist, dass die fuzzy Kommandosuche deaktiviert wird.\n" " " -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "Ungenaue Befehlssuche wurde für Direktnachrichten {}." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1130,15 +1142,15 @@ msgstr "\n" " https://discordpy.readthedocs.io/de/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" " gefunden werden " -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Die Farbe wurde zurückgesetzt." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Die Farbe wurde eingestellt." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." @@ -1146,100 +1158,100 @@ msgstr "Legt den Avatar von [botname] fest \n" " \n" " Unterstützt entweder einen Anhang oder eine Bild-URL." -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "Diese URL ist ungültig." -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "Beim Abrufen des Bilds ist etwas schiefgegangen." -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Fehlgeschlagen. Denke daran, dass du meinen Avatar bis zu zwei Mal pro Stunde bearbeiten kannst. Die URL oder der Anhang muss ein gültiges Bild im JPG oder PNG-Format sein." -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Nur JPG oder PNG Format." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "Entfernt den Avatar von [botname]." -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "Profilbild entfernt." -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "Legt den Spiel-Status von [botname] fest." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "Status auf ``Spielt von {game.name}`` gesetzt." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "Spiel-Status entfernt." -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "Legt den Hört-gerade-Status von [botname] fest." -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "Status auf ``Hört {listening}`` gesetzt." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "``Hört``-Status gelöscht." -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "Legt den Schaut-gerade-Status von [botname] fest." -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "Status auf ``Schaut {watching}`` gesetzt." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "``Schaut``-Status entfernt." -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "Legt den Teilnahme-Status von [botname] fest." -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "Status auf ``Nimmt teil an {competing}`` gesetzt." -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "Teilnahme gelöscht." -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1250,82 +1262,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Status zu {} geändert." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "Setzt den Benutzernamen [botname]." -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "Setzt den Nicknamen von [botname]." -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Mir fehlen die Berechtigungen zum Ändern meines eigenen Spitznamen." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "Legt die globalen Präfix(e) von [botname] fest." -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Der Präfix wurde festgelegt." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "Legt die Server Präfix(e) von [botname] fest." -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Server Präfixe wurden zurückgesetzt." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1338,21 +1350,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "Ungültiger Sprachcode. Verwende das Format: `en-US`" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Ungültiges Format - Sprachcode muss Ländercode enthalten, z.B. `en-US`" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "Globale Sprache wurde eingestellt." -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1365,15 +1377,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "Sprache wurde auf standard gestellt." -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Sprache wurde geändert." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1388,15 +1400,15 @@ msgstr "\n" " Lass `` leer, um regionale Formatierung auf das Regionale Format der Botsprache zu setzen.\n" " " -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1406,15 +1418,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Regionale Formatierung wird nun auf der Sprache `{language_code}` basieren." -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1424,19 +1436,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "Der benutzerdefinierte Text wurde gelöscht." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "Der benutzerdefinierte Text wurde festgelegt." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "Text muss weniger als 1024 Zeichen lang sein." -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1447,71 +1459,71 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "`{service}` API-Token wurden gesetzt." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "Bisher wurden keine API-Dienste eingerichtet." -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "API-Dienste festlegen:\n" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "API-Dienst festlegen:\n" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "Entferne die angegebenen Dienste mit all ihren Schlüsseln und Tokens." -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Dienste erfolgreich gelöscht:\n" "{services_list}" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "Dienst erfolgreich gelöscht: {service_name}" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "Keinem der angegebenen Dienste wurden Schlüssel zugewiesen." -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Verwalte die Einstellungen für den Hilfe-Befehl." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr " Zeige die aktuellen Hilfe-Einstellungen. " -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Warnung: Der Standard-Formatierer ist nicht in Verwendung, diese Einstellung treten möglicherweise nicht ein." -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1519,11 +1531,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1533,15 +1545,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "Hilfe wird Menüs verwenden." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "Die Hilfe verwendet keine Menüs." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1550,15 +1562,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "Die Hilfe wird keine versteckten Befehle filtern." -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "Hilfe filtert versteckte Befehle." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1567,15 +1579,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1584,15 +1596,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1602,15 +1614,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "Hilfe wird nur für Befehle angezeigt, die ausgeführt werden können." -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "Hilfe wird angezeigt, ohne zu überprüfen, ob die Befehle ausgeführt werden können." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1629,15 +1641,15 @@ msgstr "\n" " \n" " Defaults to False " -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "Die Hilfe überprüft, ob Hilfethemen vorhanden sind." -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Die Hilfe überprüft das Vorhandensein von Hilfethemen nur über die Fuzzy-Hilfe (falls aktiviert)." -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1654,15 +1666,15 @@ msgstr "Lege das Zeichenlimit für jede Seite in der Hilfe-Nachricht fest.\n\n" " bedeuten kann, dass einige Seiten dieses Limit überschreiten.\n" " " -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "Du musst einen Wert von mindestens 500 Zeichen eingeben." -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Erledigt. Das Zeichenlimit pro Seite wurde auf {} gesetzt." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1679,15 +1691,15 @@ msgstr "Legt die maximale Anzahl der Hilfe-Seiten fest, die in einem Serverkanal " Der Standardwert ist 2 Seiten.\n" " " -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "Du musst einen Wert von 0 oder mehr angeben!" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "Erledigt. Das Seitenlimit wurde auf {} gesetzt." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1702,19 +1714,19 @@ msgstr "Legen Sie die Verzögerung fest, nach der Hilfeseiten gelöscht werden.\ " Der Bot muss die MANAGE_MESSAGES Berechtigung haben, damit dies funktioniert.\n" " " -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "Die Verzögerung darf nicht länger als 14 Tage sein!" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "Fertig. Hilfe-Nachrichten werden jetzt nicht gelöscht." -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "Fertig. Die Löschverzögerung wurde auf {} Sekunden gesetzt." -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1727,60 +1739,60 @@ msgstr "\n" " angegeben, so wird stattdessen der Standardwert verwendet.\n" " " -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "Der Slogan wurde zurückgesetzt." -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Dein Slogan ist zu lang! Bitte kürze diesen damit er nicht länger als 2048 Zeichen ist." -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "Das Schlagwort wurde gesetzt." -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "Sendet eine Nachricht an den Eigentümer." -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "über DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "von {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Nutze `{}dm {} ` um dem Benutzer zu antworten" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Gesendet von {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "Ich wurde konfiguriert, das nirgendwo zu senden." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Deine Nachricht wurde gesendet." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Ich bin nicht in der Lage, deine Nachricht zu überbringen. Tut mir Leid." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1795,48 +1807,48 @@ msgstr "Sendet einen DM an einen Benutzer.\n\n" " und klicken Sie auf 'ID kopieren'.\n" " " -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Ungültige ID, Benutzer nicht gefunden oder Benutzer ist ein Bot. Du kannst nur Nachrichten an Personen senden, mit denen ich einen Server teile." -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Inhaber von {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Du kannst auf diese Nachricht mit {}contact antworten" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Die Nachricht konnte leider nicht an {} gesendet werden." -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Nachricht an {} zugestellt." -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Druckt den Bot-Datenpfad." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Datenpfad: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "Zeigt nützliche Informationen zum Debuggen an." -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" @@ -1845,15 +1857,15 @@ msgstr "\n" " Fügt einen Benutzer zur Erlaubnis-Liste hinzu.\n" " " -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" @@ -1862,15 +1874,15 @@ msgstr "\n" " Listet Benutzer auf der Erlaubnis-Liste auf.\n" " " -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" -msgstr "" +msgstr "Benutzer auf der Erlaubnis-Liste:" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" -msgstr "" +msgstr "Benutzer auf der Erlaubnis-Liste:" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" @@ -1879,15 +1891,15 @@ msgstr "\n" " Entfernt Benutzer von der Erlaubnis-Liste.\n" " " -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." -msgstr "" +msgstr "Benutzer wurden von der Erlaubnis-Liste entfernt." -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." -msgstr "" +msgstr "Der Benutzer wurde von der Erlaubnis-Liste entfernt." -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" @@ -1896,119 +1908,119 @@ msgstr "\n" " Leert die Erlaubnis-Liste.\n" " " -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "Ich kann dir nicht erlauben dies zu tun, da dies verhindern würde das du Befehle ausführen kannst. Bitte stelle zuerst sicher dich selbst zur Erlaubnis-Liste hinzugefügt zu haben." -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" @@ -2017,23 +2029,23 @@ msgstr "\n" " Entfernt Benutzer und Rollen von der Erlaubnis-Liste.\n" " " -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "Ich kann dir nicht erlauben dies zu tun, da dies verhindern würde das du Befehle ausführen kannst." -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "Server Erlaubnis-Liste wurde geleert." -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" @@ -2042,7 +2054,7 @@ msgstr "\n" " Server spezifische Blockier-Listen-Verwaltungs-Befehle.\n" " " -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" @@ -2051,27 +2063,27 @@ msgstr "\n" " Fügt einen Benutzer oder Rolle zur Blockier-Liste hinzu.\n" " " -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "Du kannst dich nicht selbst zur Blockier-Liste hinzufügen!" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "Du kannst den Gildenbesitzer nicht der Blockier-Liste hinzufügen!" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "Du kannst den Bot-Besitzer nicht zur Blockier-Liste hinzufügen!" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" @@ -2080,15 +2092,15 @@ msgstr "\n" " Listet Benutzer und Rollen auf der Blockier-Liste auf.\n" " " -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" @@ -2097,15 +2109,15 @@ msgstr "\n" " Entfernt Benutzer oder Rollen von der Blockier-Liste.\n" " " -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" @@ -2114,86 +2126,86 @@ msgstr "\n" " Leert die Blockier-Liste des Servers.\n" " " -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "Blockier-Liste des Servers wurde geleert." -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "Verwalte die Befehle und Cogs des Bots." -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "Lege den Standardzustand für ein Cog auf deaktiviert fest." -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "Cog mit dem angegebenen Namen existiert nicht." -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "Du kannst dieses Cog standardmässig nicht deaktivieren." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} wurde standardmässig auf deaktiviert gestellt." -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "Legt den Standardzustand für ein Cog auf aktiviert fest." -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "{cogname} wurde standardmässig auf aktiviert gestellt." -#: redbot/core/core_commands.py:3123 +#: redbot/core/core_commands.py:3139 #, docstring msgid "Disable a cog in this guild." msgstr "Deaktiviert ein Cog in dieser Gilde." -#: redbot/core/core_commands.py:3128 +#: redbot/core/core_commands.py:3144 msgid "You can't disable this cog as you would lock yourself out." msgstr "Du kannst dieses Cog nicht deaktivieren, sonst würdest du dich selbst aussperren." -#: redbot/core/core_commands.py:3130 +#: redbot/core/core_commands.py:3146 msgid "{cogname} has been disabled in this guild." msgstr "{cogname} wurde in dieser Gilde deaktiviert." -#: redbot/core/core_commands.py:3133 +#: redbot/core/core_commands.py:3149 msgid "{cogname} was already disabled (nothing to do)." msgstr "{cogname} wurde bereits deaktiviert (nichts zu tun)." -#: redbot/core/core_commands.py:3139 +#: redbot/core/core_commands.py:3155 #, docstring msgid "Enable a cog in this guild." msgstr "Aktiviere ein Cog in dieser Gilde." -#: redbot/core/core_commands.py:3141 +#: redbot/core/core_commands.py:3157 msgid "{cogname} has been enabled in this guild." msgstr "{cogname} wurde in dieser Gilde aktiviert." -#: redbot/core/core_commands.py:3149 +#: redbot/core/core_commands.py:3165 msgid "{cogname} was not disabled (nothing to do)." msgstr "{cogname} wurde nicht deaktiviert (nichts zu tun)." -#: redbot/core/core_commands.py:3155 +#: redbot/core/core_commands.py:3171 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "Listet die Cogs auf welche in dieser Gilde deaktiviert sind." -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "Die folgenden Cogs sind in dieser Gilde deaktiviert:\n" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "Es existieren keine deaktivierten Cogs in dieser Gilde." -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2204,41 +2216,41 @@ msgstr "\n" " Wenn Sie der Bot-Eigentümer sind, wird dies global deaktivierte Befehle standardmäßig anzeigen.\n" " " -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "Liste global deaktivierte Befehle." -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "Es gibt keine global deaktivierten Befehle." -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "{} Befehle sind global deaktiviert.\n" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "1 Befehl ist global deaktiviert.\n" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "Liste aller deaktivierten Befehle in diesem Server." -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "Es gibt in {} keine deaktivierten Befehle." -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "{} Befehle sind in {} deaktiviert.\n" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "Ein Befehl ist in {} deaktiviert.\n" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2249,42 +2261,42 @@ msgstr "Befehl deaktivieren.\n\n" " standardmäßig deaktiviert.\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Deaktiviert einen Befehl global." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Ich konnte diesen Befehl nicht finden. Bitte achte auf Groß- und Kleinschreibung." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Der zu deaktivierende Befehl kann nicht `command` oder eine seiner Unterbefehle sein." -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "Diser Befehl soll immer verfügbar sein und kann nicht deaktiviert werden." -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Dieser Befehl ist bereits global deaktiviert." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Deaktiviere einen Befehl nur auf diesem Server." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "Du darfst diesen Befehl nicht deaktivieren." -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server deaktiviert." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2296,29 +2308,29 @@ msgstr "Aktiviere einen Befehl.\n\n" " \n" " " -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Einen Befehl global aktivieren." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "Dieser Befehl ist bereits global aktiviert." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Aktiviert einen Befehl auf diesem Server." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "Du darfst diesen Befehl nicht aktivieren." -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server aktiviert." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2331,7 +2343,7 @@ msgstr "Setze die Antwort des Bots auf deaktiviert Befehle.\n\n" " `{command}` Platzhalter ein.\n" " " -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" @@ -2340,7 +2352,7 @@ msgstr "\n" " Server-Einstellungen für Immunität vor automatisierten Aktionen.\n" " " -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2351,19 +2363,19 @@ msgstr "\n" " konfigurierte Moderation-Aktionen-Immunität.\n" " " -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "Rollen, die vor automatisierten Moderationsaktionen immun sind: \n" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "Mitglieder, die vor automatisierten Moderationsaktionen immun sind: \n" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "Keine Immunität-Einstellungen vorhanden." -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" @@ -2372,15 +2384,15 @@ msgstr "\n" " Macht einen Benutzer oder Rolle immun gegen automatische Moderations-Aktionen.\n" " " -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Bereits vorhanden." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Nicht in der Liste." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" @@ -2389,15 +2401,15 @@ msgstr "\n" " Prüft ob ein Benutzer oder Rolle als immun vor automatisierten Aktionen erachtet wird.\n" " " -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "Sie sind immun." -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "Sie sind nicht immun." -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" @@ -2406,7 +2418,7 @@ msgstr "\n" " Befehle zum Konfigurieren von Besitzerbenachrichtigungen. \n" " " -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2417,7 +2429,7 @@ msgstr "\n" " Dies ist der Standardwert.\n" " " -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" @@ -2426,7 +2438,7 @@ msgstr "\n" " Ablehnung des Erhalts von Besitzer-Benachrichtigungen.\n" " " -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" @@ -2435,7 +2447,7 @@ msgstr "\n" " Definiert einen Text-Kanal als Ziel für den Erhalt von Besitzer-Benachrichtigungen.\n" " " -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" @@ -2444,7 +2456,7 @@ msgstr "\n" " Entfernt einen Text-Kanal als Ziel für den Erhalt von Besitzer-Benachrichtigungen.\n" " " -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" @@ -2453,20 +2465,20 @@ msgstr "\n" " Listet die eingestellten zusätzlichen Ziele für Besitzer-Benachrichtigungen auf.\n" " " -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "Es werden keine zusätzlichen Kanäle gesendet." -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "Unbekannter Kanal mit Id: {id}" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "Füge Kanäle oder Server zur ignorierten Liste hinzu." -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" @@ -2475,7 +2487,7 @@ msgstr "\n" " Listet die derzeit ignorierten Server und Kanäle auf.\n" " " -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" @@ -2484,71 +2496,71 @@ msgstr "Ignoriere Befehle im angegebenen Kanal oder in der angegebenen Kategorie "Standardmäßig wird der Aktuelle Kanal verwendet.\n" " " -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Kanal zur ignorierten Liste hinzugefügt." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "Kanal ist bereits in der ignorierten Liste." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "Befehle in diesem Server ignorieren." -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "Der Server wurde zur ignorierten Liste hinzugefügt." -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "Der Server wird bereits ignoriert." -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "Entferne Server oder Kanäle von der ignorierten Liste." -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Kanal von der ignorierten Liste entfernt." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "Der Kanal ist nicht auf der ignorierten Liste." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "Entferne den Server von der ignorierten Liste." -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "Der Server wurde von der ignorierten Liste entfernt." -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "Der Server ist nicht auf der ignorierten Liste." -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "Der Server wird aktuell ignoriert." -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Derzeit ignorierte Kategorien: {categories}\n" "Kanäle: {channels}" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/el-GR.po b/redbot/core/locales/el-GR.po index 9d458f78a..f81576a87 100644 --- a/redbot/core/locales/el-GR.po +++ b/redbot/core/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/es-ES.po b/redbot/core/locales/es-ES.po index 423413778..3e79d2ae8 100644 --- a/redbot/core/locales/es-ES.po +++ b/redbot/core/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -173,39 +173,43 @@ msgstr "Este bot es una instancia de [Red, un bot de código abierto de Discord] "Rojo está respaldado por una comunidad pasionada que contribuye y crea contenido para que todos disfruten. [Únete hoy a nosotros]({}) y ayúdanos incompatible!\n\n" "(c) Creadores de Cog" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Instancia de" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Versión de Red" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Si, {version} está disponible." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Error al buscar actualizaciones." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Desactualizado" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Acerca de esta instancia" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Acerca de Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Trayendo alegría desde el 02 de enero de 2016 (¡hace más de {} días!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Este bot es una instancia de Red, un bot Discord (1) de código abierto "Red es apoyado por una comunidad apasionada que contribuye y crea contenido para que todos lo disfruten. Únete hoy (4) y ayúdanos a mejorar!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Instancia propiedad de: [{owner}]\n" "discord. y: [{dpy_version}] (6)\n" "Versión roja: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Obsoleto: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**Acerca de Red**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**Acerca de esta instancia**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,73 +264,73 @@ msgstr "**Referencias**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "Muestra el tiempo de actividad de [botname]." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Menos de 1 segundo" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Activo durante: **{time_quantity}** (desde {timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Los comandos que interactúan con los datos que [botname] tiene sobre ti. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr " Averigua qué tipo de datos almacena [botname] y por qué. " -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Este bot almacena algunos datos sobre los usuarios cuando sea necesario para funcionar. Esto es principalmente el ID que tu usuario está asignado por Discord, enlazado a un puñado de cosas dependiendo de con lo que interactúes en el bot. Hay algunos comandos que lo almacenan para mantener un seguimiento de quién creó algo. (como las listas de reproducción) Para obtener más detalles sobre esto y más detalles sobre lo que se almacena y por qué, consulte {link}.\n\n" "Además, los complementos de terceros cargados por el propietario del bot pueden o no almacenar cosas adicionales. Puedes usar `{prefix}mydata 3rdparty` para ver las sentencias proporcionadas por cada adición de terceros." -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr " Ver las declaraciones finales de los datos de usuario de cada módulo de terceros. " -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "Necesito adjuntar archivos (¿intentando en Mensajes privados?)." -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Esta instancia no parece tener ninguna extensión de terceros cargada." -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "Declaraciones de datos de terceros a usuarios finales" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "Las siguientes afirmaciones son proporcionadas por extensiones de terceros." -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "Extensiones de terceros sin sentencias\n" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Aquí hay una página generada con las declaraciones proporcionadas por extensiones de terceros." -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "No se ha recibido confirmación, cancelando." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "No se ha recibido confirmación, cancelando." -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -334,19 +345,19 @@ msgstr "\n" " Otras interacciones con [botname] pueden hacer que aprenda sobre usted de nuevo.\n" " " -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "Este comando ({command}) no soporta un uso no interactivo." -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Esto hará que el bot se deshaga y/o disocie de todos sus datos. No se deshará de los datos operativos como entradas de modlog, advertencias o mutes. Si estás seguro de que esto es lo que quieres, por favor responde con lo siguiente:" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Esto puede tardar un poco." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -354,7 +365,7 @@ msgstr "He intentado eliminar todos los datos no operativos sobre usted (que sé "Por favor, contacte con el propietario de este bot para resolver esto.\n" "Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -362,33 +373,33 @@ msgstr "He intentado eliminar todos los datos no operativos sobre usted (que sé "Por favor, contacte con el propietario de este bot para resolver esto.\n" "Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "He eliminado cualquier dato no operativo sobre usted (que sé cómo eliminar) {mention}" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Los siguientes cogs no han sido eliminados:\n" "{cogs}." -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr " [Próximamente] Obtenga qué datos tiene [botname] sobre usted. " -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Este comando no hace nada todavía, pero estamos trabajando en añadir soporte para esto." -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -397,7 +408,7 @@ msgstr "\n" " Comandos para un manejo más completo de datos.\n" " " -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -408,11 +419,11 @@ msgstr "\n" " Esto está activado por defecto.\n" " " -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "El usuario puede eliminar sus propios datos. Esto no incluirá datos operativos como los bloqueados." -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" @@ -421,11 +432,11 @@ msgstr "\n" " Establece el bot para que no permita a los usuarios solicitar una eliminación de datos.\n" " " -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "El usuario no puede eliminar sus propios datos." -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -440,15 +451,15 @@ msgstr "\n" " 1: Cogs debería eliminar cualquier cosa que el engranaje no necesite del usuario.\n" " " -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" @@ -457,76 +468,76 @@ msgstr "\n" " Maneja una solicitud de eliminación de Discord.\n" " " -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "He eliminado todos los datos de ese usuario que sé cómo eliminar." -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr " Eliminar los datos que [botname] tiene acerca de un usuario para un usuario. " -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "He eliminado todos los datos no operacionales sobre ese usuario que sé cómo eliminar." -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr " Eliminar los datos que [botname] tiene acerca de un usuario. " -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -537,32 +548,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "Mostrar la configuración actual de los embed." -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "Ajustes de embed:\n\n" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Global por defecto: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Configuración del servidor: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Configuración del canal: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Configuración de usuario" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -572,23 +583,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Las inserciones ahora son {} por defecto." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "desactivado" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "activado" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -601,16 +612,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Inserciones ahora volverá a la configuración global." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Las inserciones ahora son {} para este gremio." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -623,11 +634,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -639,36 +650,36 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "Envía al propietario la última excepción de comando que ha ocurrido.\n\n" " Si es público (sí se especifica), se enviará al chat en su lugar." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "Aún no ha ocurrido ninguna excepción." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "Muestra la url de invitación de [botname]." -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "Configurar la invitación del bot." -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" @@ -677,7 +688,7 @@ msgstr "\n" " Define si el comando debe ser accesible para el usuario promedio.\n" " " -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -694,201 +705,201 @@ msgstr "\n" " Por favor, tenga en cuenta que puede que necesite autenticación de dos factores para algunos permisos.\n" " " -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "Abandonar el servidor actual." -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "¿Seguro que quieres dejar este servidor" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "No hay respuesta; se ha agotado el tiempo de espera" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Bien. Adiós :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Dejando el servidor '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "Bien, me quedaré entonces:)" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "Lista y permite a [botname] salir de servidores." -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Para dejar un servidor, simplemente escriba su número." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "No puedo dejar un servidor del que soy propietario." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "¿Estas seguro que quieres que me vaya? {}? (si/no)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Listo." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Bien." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "Carga paquetes." -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "{packs} cargado." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "El siguiente paquete ya está cargado: {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "Los siguientes paquetes ya están cargados: {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {pack}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {packs}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "El siguiente nombre no es un nombre válido del paquete: {pack}\n" "Los nombres de los paquetes no pueden comenzar con un número y solo pueden contener números ascii, letras, y guiones bajos." -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Los siguientes nombres no son nombres de paquetes válidos: {packs}\n" "Los nombres de los paquetes no pueden comenzar con un número y solo pueden contener números ascii, letras, y guiones bajos." -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "El siguiente paquete no se encontró en ninguna ruta de cog: {pack}." -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "No se han encontrado los siguientes paquetes en ninguna ruta de cog: {packs}" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Este paquete no pudo ser cargado por la siguiente razón:\n\n" "{reason}" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Estos paquetes no fueron cargados por las siguientes razones:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**ADVERTENCIA**: El siguiente repositorio utiliza librerías compartidas que están marcadas para su eliminación en el futuro: {repo}.\n" "Deberías informar al mantenedor del repositorio sobre este mensaje." -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVERTENCIA**: Los siguientes repositorios utilizan librerías compartidas que están marcadas para su eliminación en el futuro: {repos}.\n" "Deberías informar a los mantenedores de estos repositorios sobre este mensaje." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "Descargando paquetes." -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "El siguiente paquete ya no está cargado: {pack}." -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "Los siguientes paquetes no estaban cargados: {packs}." -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "El siguiente paquete no está cargado: {pack}." -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "El siguiente paquete no está descargado: {packs}." -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "Cargando paquetes." -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "Recargando {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {pack}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Error al cargar el paquete: {packs}.\n" " Revise su consola o registros para más detalles." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Este paquete no pudo ser recargado por la siguiente razón:\n\n" "{reason}" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Estos paquetes no pudieron ser recargados por las siguientes razones:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVERTENCIA**: El siguiente repositorio utiliza librerías compartidas que están marcadas para su eliminación en el futuro: {repo}.\n" "Deberías informar a los mantenedores de estos repos sobre este mensaje." -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "Apagar el bot." -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Apagando... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -899,16 +910,16 @@ msgstr "Intenta reiniciar a [botname].\n\n" " El reinicio no está garantizado: debe ser tratado\n" " por el gestor de procesos en uso." -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Reiniciando..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "Cambia la configuración de [botname]." -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -917,7 +928,7 @@ msgstr "\n" " Mostrar la configuración actual para [botname].\n" " " -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" @@ -927,7 +938,7 @@ msgstr "Roles de Admin: {admin}\n" "Idioma: {guild_locale}\n" "Formato regional: {guild_regional_format}\n" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -939,7 +950,7 @@ msgstr "Configuración de {bot_name}:\n\n" "Formato regional global: {regional_format}\n" "Color de los embed predeterminado: {colour}" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -950,23 +961,23 @@ msgstr "Establece el retardo hasta que el bot elimine el mensaje de comando.\n\n " Establecer en -1 para desactivar esta característica.\n" " " -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "Eliminación de comandos desactivada." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "Eliminar el retraso conjunto a {num} segundos." -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Bot eliminará mensajes de comando después {} segundos. Establezca este valor en -1 para detener la eliminación de mensajes" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "No borraré los mensajes de comando." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -981,15 +992,15 @@ msgstr "\n" " El valor predeterminado es \"Red V3\".\n" " " -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Descripción reiniciada." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "Esta descripción es demasiado larga para mostrarla correctamente. Por favor, inténtalo de nuevo con menos de 250 caracteres." -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -998,15 +1009,15 @@ msgstr "\n" " Añade un rol de administrador para este servidor.\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "`{item}`ya es un rol de administrador." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "Ese rol ahora se considera un rol de administrador." -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" @@ -1015,15 +1026,15 @@ msgstr "\n" " Añade un rol de mod para este servidor.\n" " " -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "Este rol ya es un rol de mod." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "Ese rol se considera ahora un rol de mod." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -1032,15 +1043,15 @@ msgstr "\n" " Elimina un rol de administrador para este servidor.\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "Ese rol no era un rol de administrador para empezar." -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "Ese rol ya no se considera un rol de administrador." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" @@ -1049,15 +1060,15 @@ msgstr "\n" " Elimina un rol de mod para este servidor.\n" " " -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "Ese rol no era un rol de mod para empezar." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "Ese rol ya no se considera un rol de mod." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1070,19 +1081,19 @@ msgstr "\n" " De lo contrario, el color utilizado será el color del rol superior del bot.\n" " " -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "El bot {} utiliza su color configurado para embeds." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "no será" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "será" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1093,11 +1104,11 @@ msgstr "\n" " El valor predeterminado es que la búsqueda de comandos borrosos se desactivará.\n" " " -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "La búsqueda de comandos Fuzzy ha sido {} para este servidor." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1108,11 +1119,11 @@ msgstr "\n" " El valor predeterminado es que la búsqueda de comandos fuzzy se desactivará.\n" " " -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "La búsqueda de comandos Fuzzy ha sido {} en MDs." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1125,115 +1136,115 @@ msgstr "\n" " https://discordpy.eadthedocs.io/es/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" " " -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "El color ha sido restablecido." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "El color ha sido establecido." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "Establece el avatar de [botname]\n\n" " admite un archivo adjunto o una URL de imagen." -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "Esa URL no es válida." -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "Algo salió mal al intentar obtener la imagen." -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Error. Recuerda que puedes editar mi avatar hasta dos veces por hora. La URL o el archivo adjunto deben ser una imagen válida en formato JPG o PNG." -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Únicamente formatos JPG o PNG." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "Elimina el avatar de [botname]." -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "Avatar eliminado." -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "Establece el estado de juego de [botname]." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "Estado establecido a ``Jugando {game.name}``." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "Juego quitado." -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "Establece el estado de escucha de [botname]." -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "Estado establecido a ``Escuchando a {listening}``." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "Estado de escucha quitado." -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "Establece el estado de visualización de [botname]." -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "Estado establecido a ``Viendo {watching}``." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "Estado de visualización quitado." -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "Establece el estado de competición de [botname]." -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "Estado establecido a ``Compitiendo en {competing}``." -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "Estado de competición eliminado." -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1250,83 +1261,83 @@ msgstr "Establece el estado de [botname].\n\n" " invisible\n" " " -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Estado cambiado a {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "Establece el usuario de [botname]." -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "El nombre de usuario de un bot verificado no se puede cambiar manualmente. Por favor, contacta con el soporte de Discord para cambiarlo." -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "No se pudo cambiar el nombre. Debe tener 32 caracteres o menos." -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "Tiempo para cambiar el nombre acabado. Recuerda que sólo puedes hacerlo hasta 2 veces por hora. Usa apodos si necesitas cambios frecuentes: {command}" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "Error al cambiar el nombre de usuario. Discord devolvió el siguiente error:\n" "{error_message}" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "Ocurrió un error inesperado al intentar cambiar el nombre de usuario." -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "Establece el apodo de [botname]." -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "No se pudo cambiar el apodo. Debe tener 32 caracteres o menos." -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "No tengo permisos para cambiar mi propio apodo." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "Establece el/los prefijo(s) globales de [botname]." -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefijo establecido." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "Establece el/los prefijo(s) de [botname] en el servidor." -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Los prefijos del servidor han sido restaurados." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1347,21 +1358,21 @@ msgstr "\n" " Para restablecer a inglés, usa \"en-US\".\n" " " -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "Código de idioma no válido. Usa el formato: `en-US`" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Formato no válido - el código de idioma debe incluir el código del país, por ejemplo, `en-US`" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "Se ha establecido un idioma global." -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1382,15 +1393,15 @@ msgstr "\n" " Para restablecer a inglés, usa \"en-US\".\n" " " -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "El idioma se ha establecido en el valor predeterminado." -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Configuración regional establecida." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1405,15 +1416,15 @@ msgstr "\n" " Deja `` vacío para basar el formato regional en el idioma del bot.\n" " " -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "El formato regional global ahora se basará en el idioma del bot." -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "El formato regional global ahora se basará en el idioma `{language_code}`." -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1423,15 +1434,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "El formato regional ahora se basará en la localización del bot en este servidor." -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "El formato regional ahora se basará en el idioma `{language_code}`." -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1441,19 +1452,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "El texto personalizado ha sido borrado." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "Se ha establecido el texto personalizado." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "El texto debe tener menos de 1024 caracteres." -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1464,72 +1475,72 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "`{service}` Los tokens de la API han sido establecidos." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "Mostrar todos los servicios de API externos junto con sus claves que se han establecido.\n\n" " No se muestran secretos." -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "Aún no se han establecido servicios de API." -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "Establecer servicios API:\n" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "Establecer servicio API:\n" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "Elimina los servicios dados con todas sus claves y tokens." -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Servicios eliminados con éxito:\n" "{services_list}" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "Servicio eliminado con éxito: {service_name}" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "Ninguno de los servicios proporcionados tenía claves establecidas." -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Administrar ajustes para el comando de ayuda." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr " Mostrar los ajustes de ayuda actuales. " -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Advertencia: El formato por defecto no está en uso, estos ajustes pueden no aplicarse." -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr " Esto restablece el formato de ayuda de [botname] al formato predeterminado. " -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "El formato de ayuda ha sido restablecido. Esto no impedirá que los cogs modifiquen la ayuda, puede que necesite eliminar un cog si esto ha sido un problema." -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1537,11 +1548,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "Los ajustes de ayuda se han restablecido a sus valores predeterminados. Esto puede no tener un impacto al usar formateadores de ayuda de terceros." -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1556,15 +1567,15 @@ msgstr "\n" " Utilizando esto sin una configuración lo alternará.\n" " " -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "La ayuda usará menús." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "La ayuda no usará menús." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1577,15 +1588,15 @@ msgstr "\n" " Usando esto sin una configuración lo alternará.\n" " " -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "La ayuda no filtrará los comandos ocultos." -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "La ayuda filtrará los comandos ocultos." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1594,15 +1605,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1615,15 +1626,15 @@ msgstr "\n" " Usar esto sin un ajuste lo alternará.\n" " " -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "La ayuda ahora marcará el comando cuando se envíe en un DM." -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "La ayuda no marcará el comando cuando se envíe en un DM." -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1633,15 +1644,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1652,15 +1663,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1671,15 +1682,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1690,15 +1701,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1708,19 +1719,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "¡El retraso no puede ser superior a 14 días!" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1729,60 +1740,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID de usuario: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "a través de MP" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | ID del servidor: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilice `{}dm {} ` para responder a este usuario" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Su mensaje ha sido enviado." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "No soy capaz de entregar su mensaje. Lo siento." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1792,41 +1803,41 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Dueño de {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Puedes responder este mensaje con {}contacto" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Lo siento, no pude enviar su mensaje a {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Mensaje enviado a {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Imprime la ruta de datos del bot." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Ruta de datos: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "Muestra información de depuración útil para la depuración." -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" @@ -1835,7 +1846,7 @@ msgstr "\n" " Lista de comandos de administración.\n" " " -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" @@ -1844,15 +1855,15 @@ msgstr "\n" " Añade un usuario a la lista permitida.\n" " " -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" @@ -1861,15 +1872,15 @@ msgstr "\n" " Lista de usuarios en la lista permitida.\n" " " -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" @@ -1878,15 +1889,15 @@ msgstr "\n" " Elimina al usuario de la lista permitida.\n" " " -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "Los usuarios han sido eliminados de la lista permitida." -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" @@ -1895,11 +1906,11 @@ msgstr "\n" " Limpia la lista permitida.\n" " " -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "La lista de permisos ha sido borrada." -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" @@ -1908,7 +1919,7 @@ msgstr "\n" " Comandos de gestión de listas de bloqueo.\n" " " -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" @@ -1917,19 +1928,19 @@ msgstr "\n" " Añade un usuario a la lista de bloqueos.\n" " " -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "¡No puedes agregar un dueño a la lista de bloqueos!" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" @@ -1938,15 +1949,15 @@ msgstr "\n" " Listas de usuarios en la lista de bloques.\n" " " -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" @@ -1955,15 +1966,15 @@ msgstr "\n" " Elimina al usuario de la lista de bloqueos.\n" " " -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" @@ -1972,11 +1983,11 @@ msgstr "\n" " Limpia la lista de bloques.\n" " " -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "Se ha borrado la lista de bloqueos." -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" @@ -1985,7 +1996,7 @@ msgstr "\n" " Comandos de gestión de listas de permisos específicos del servidor.\n" " " -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" @@ -1994,34 +2005,34 @@ msgstr "\n" " Añade un usuario o un rol a la lista permitida del servidor.\n" " " -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "No puedo permitirte hacer esto, ya que eliminaría tu capacidad para ejecutar comandos, por favor asegúrate de añadirte a ti mismo a la lista permitida primero." -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" @@ -2030,23 +2041,23 @@ msgstr "\n" " Elimina el usuario o el rol de la lista permitida.\n" " " -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "No puedo permitirte que hagas esto, ya que eliminaría tu capacidad para ejecutar comandos." -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "La lista permitida del servidor ha sido borrada." -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" @@ -2055,7 +2066,7 @@ msgstr "\n" " Comandos de gestión de listas de bloqueo específicos del servidor.\n" " " -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" @@ -2064,143 +2075,143 @@ msgstr "\n" " Añade un usuario o rol a la lista de bloqueos.\n" " " -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "¡No puedes añadirte a ti mismo a la lista de bloqueos!" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "¡No puedes añadir al propietario del servidor a la lista de bloqueos!" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "Desactiva un cog en este servidor." - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." +msgstr "Desactiva un cog en este servidor." + +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2208,41 +2219,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2250,42 +2261,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2293,29 +2304,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2324,14 +2335,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2339,56 +2350,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "No esta en lista." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2396,125 +2407,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Canal añadido a ignorados." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "El canal ya está en ignorados." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "Ignorar comandos en este servidor." -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "Este servidor ha sido añadido a la lista de ignorar." -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "Este servidor ya está siendo ignorado." -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Canal removido de la lista ignorada." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "Ese canal no está en la lista ignorarda." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "Este servidor ha sido eliminado de la lista de ignorar." -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "Este servidor no está en la lista de ignorar." -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/fi-FI.po b/redbot/core/locales/fi-FI.po index 5db2a17ea..41b92e13f 100644 --- a/redbot/core/locales/fi-FI.po +++ b/redbot/core/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Red-versio" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Kyllä, {version} on saatavilla." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Päivitysten tarkistus epäonnistui." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Vanhentunut" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Tietoa Redistä" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "Vahvistusta ei saatu, peruutetaan." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Tässä voi kestää jonkin aikaa." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "Käyttäjä ei voi poistaa omaa dataansa." -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "ei käytössä" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "käytössä" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "Poistuu tältä palvelimelta." -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Haluatko varmasti että poistun tältä palvelimelta? (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Selvä. Näkemiin :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Poistetaan palvelimelta '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "Okei, jään sitten :)" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Oletko varma että haluat minun poistuvan palvelimelta {}? (yes/no)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Valmista." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Selvä sitten." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "Sammuttaa botin." -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Sammutetaan... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Käynnistetään uudelleen..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Kuvaus nollattu." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Väri nollattiin." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Väri asetettiin." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "URL-osoite on virheellinen." -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Vain JPG / PNG muotoja." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "Avatar poistettu." -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "Tilaksi asetettiin ``Playing {game.name}``." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "Tilaksi asetettiin ``Listening to {listening}``." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "Tilaksi asetettiin ``Watching {watching}``." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "Tilaksi asetettiin ``Competing in {competing}``." -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,83 +1135,83 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Tilaksi asetettiin {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "Vahvistetun botin nimeä ei voida muokata manuaalisesti. Ota yhteyttä Discord-tukeen vaihtaaksesi sen." -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "Nimen vaihtaminen ei onnistunut. Sen tulee olla 32 kirjainta pitkä tai lyhyempi." -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "Käyttäjänimen vaihto ei onnistunut. Discord palautti seuraavan virheen:\n" "{error_message}" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1213,21 +1224,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1240,15 +1251,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1258,15 +1269,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1276,15 +1287,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1294,19 +1305,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1317,70 +1328,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1388,11 +1399,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1402,15 +1413,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1419,15 +1430,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1436,15 +1447,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1453,15 +1464,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1471,15 +1482,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1490,15 +1501,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1509,15 +1520,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1528,15 +1539,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1546,19 +1557,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1567,60 +1578,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "Käyttäjä-ID: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1630,385 +1641,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "En voi antaa sinun tehdä noin, sillä sen jälkeen et voisi enää käyttää komentoja." -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2016,41 +2027,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2058,42 +2069,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2101,29 +2112,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2132,14 +2143,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2147,56 +2158,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2204,125 +2215,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/fr-FR.po b/redbot/core/locales/fr-FR.po index c2c44b15f..fb214359c 100644 --- a/redbot/core/locales/fr-FR.po +++ b/redbot/core/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -144,11 +144,11 @@ msgstr "**{} déchargé :**\n" #: redbot/core/core_commands.py:177 msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." -msgstr "" +msgstr "L'alias {alias_name} est une commande ou un alias qui existe déjà dans l'un des cogs chargés." #: redbot/core/core_commands.py:182 msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." -msgstr "" +msgstr "La commande {command_name} est une commande ou un alias qui existe déjà dans l'un des cogs chargés." #: redbot/core/core_commands.py:387 #, docstring @@ -173,39 +173,43 @@ msgstr "Ce bot est une instance de [Red, un bot Discord open source]({}) créé "Red est soutenu par une communauté passionnée qui contribue et crée du contenu pour tout le monde. [Rejoignez nous]({}) et aidez-nous à améliorer Red !\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Instance appartenant à" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Version de Red" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Oui, {version} est disponible." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "La vérification des mises à jour a échoué." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Obsolète" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "À propos de cette instance" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "À propos de Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Apporte de la joie depuis le 2 janvier 2016 (Depuis {} jours !)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Ce bot est une instance de Red, un bot Discord open source (1) créé pa "Red est soutenu par une communauté passionnée qui contribue et crée du contenu que tout le monde puisse profiter. Rejoignez-nous aujourd'hui (4) et aidez-nous à l'améliorer !\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Instance appartenant à : [{owner}]\n" "discord.py : [{dpy_version}] (6)\n" "Version de Red : [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Obsolète : [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**À propos de Red**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**À propos de cette instance**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,73 +264,73 @@ msgstr "**Références**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "Affiche le temps de disponibilité de [botname]." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Moins d'une seconde" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "En ligne depuis : **{time_quantity}** (Depuis {timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Commandes qui interagissent avec les données que [botname] a sur vous. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr " Découvrez quels types de donnée [botname] garde et pourquoi. " -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Ce bot garde des données à propos des utilisateurs nécessaires pour son fonctionnement. Cela consiste principalement en l'ID que Discord assigne à votre utilisateur, lié à une poignée d'autres choses selon ce avec quoi vous interagissez dans le bot. Quelques commandes gardent ces données pour savoir qui a créé quelque chose (notamment les listes de lecture). Pour tous les détails à ce propos ainsi que des infos plus précises sur ce qui est gardé, voyez {link}.\n\n" "En plus, des ajouts tiers chargés par le propriétaire du bot peuvent ou non garder des infos additionnelles. Vous pouvez utiliser `{prefix}mydata 3rdparty` pour voir les déclarations fournies par chaque ajout tiers." -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr " Visionner les déclarations des Données d'Utilisateur Final (voir EUD) pour chaque module tiers. " -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "Je dois pouvoir être capable de joindre des fichiers (essayez en Messages Privés (DM) ?)." -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Ce cas ne semble pas avoir d'extension tierce chargée." -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "Déclarations tierces des Données de l'Utilisateur Final" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "Ce qui suit sont les déclarations fournies par les extensions tierces." -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "Extensions tierces sans déclarations\n" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Voici une page générée avec les déclarations fournies par les extensions tierces." -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "Nous n'avons pas reçu de confirmation, annulation." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "Nous n'avons pas reçu de confirmation correspondante, annulation." -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -334,19 +345,19 @@ msgstr "\n" " D'autres interactions avec [botname] peuvent à nouveau lui fournir des infos à votre sujet.\n" " " -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "Cette commande ({command}) ne supporte pas l'utilisation non interactive." -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Cela forcera le bot à se débarrasser et/ou se désassocier de vos données. Il ne se débarrassera pas des données opérationnelles telles que les entrées de modlog, les avertissements ou les mises en sourdine. Si vous êtes sûr que c'est ce que vous voulez, veuillez répondre avec ce qui suit :" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Cela peut prendre du temps." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -354,7 +365,7 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles vous "Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" "Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -362,7 +373,7 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles vous "Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" "Note : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -370,27 +381,27 @@ msgstr "J'ai essayé de supprimer toutes les données non opérationnelles vous "Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" "Note : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "J'ai supprimé toutes les données non opérationnelles vous concernant (que je sais supprimer) {mention}" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Les cogs suivants n'ont pas géré la suppression :\n" "{cogs}." -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr " [Bientôt] Obtenez les données que [botname] a sur vous. " -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Cette commande ne fait rien pour le moment, mais nous travaillons à ajouter le support pour cela." -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -399,7 +410,7 @@ msgstr "\n" " Commandes pour un traitement de données plus complet.\n" " " -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -410,11 +421,11 @@ msgstr "\n" " Ceci est activé par défaut.\n" " " -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "L'utilisateur peut supprimer ses propres données. Cela n'inclura pas les données opérationnelles telles que les utilisateurs bloqués." -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" @@ -423,11 +434,11 @@ msgstr "\n" " Définit au bot de ne pas permettre aux utilisateurs de demander une suppression de données.\n" " " -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "L'utilisateur ne peut pas supprimer ses propres données." -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -442,15 +453,15 @@ msgstr "\n" " 1 : Les Cogs doivent supprimer tout ce dont les cog n'ont pas besoin à propos de l'utilisateur.\n" " " -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Les Cogs seront chargés de supprimer toutes les données non opérationnelles à la demande de l'utilisateur." -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Les cogs seront informés qu'un utilisateur a fait une demande de suppression de données, et les détails de ce qu'il faut supprimer seront laissés à la discrétion de l'auteur du cog." -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" @@ -459,76 +470,78 @@ msgstr "\n" " Traite une demande de suppression de Discord.\n" " " -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." -msgstr "" +msgstr "J'ai essayé de supprimer toutes les données concernant cet utilisateur (que je sais supprimer) cependant les modules suivants ont retourné une erreur : {modules}. De plus, les cogs suivants ont délivré une erreur : {cogs}.\n" +"Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." -msgstr "" +msgstr "J'ai supprimé toutes les données sur cet utilisateur que je sais supprimer." -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " -msgstr "" +msgstr " Supprime les données que [botname] détient à propos d'un utilisateur. " -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "J'ai supprimé toutes les données non opérationnelles sur cet utilisateur que je sais supprimer." -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr " Supprimer les données que [botname] a à propos d'un utilisateur. " -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -545,32 +558,32 @@ msgstr "\n" " d'utiliser les embeds.\n" " " -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "Affiche les paramètres actuels des embeds." -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "Paramètre des embeds :\n\n" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Paramètre par défaut global : {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Paramètre du serveur : {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Paramètres du salon : {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Paramètre utilisateur : {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -585,23 +598,23 @@ msgstr "\n" " par défaut est d'utiliser les embeds.\n" " " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Les embeds sont maintenant {} par défaut." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "désactivé" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "activé" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -622,16 +635,16 @@ msgstr "\n" " commandes d'aide.\n" " " -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Les embeds vont maintenant revenir au paramètre global." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Les embeds sont maintenant {} pour ce serveur." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -642,13 +655,21 @@ msgid "\n" " used for all commands done in a channel except\n" " for help commands.\n" " " -msgstr "" +msgstr "\n" +" Basculez le paramètre des embeds pour ce salon textuel.\n\n" +" Si l'option activée est Aucune, le réglage sera désactivé et\n" +" la valeur du serveur par défaut sera utilisée à la place.\n\n" +" Si elle est définie, elle est utilisée à la place de la valeur du serveur par défaut \n" +" pour déterminer s'il convient ou non d'utiliser des embeds. C'est\n" +" utilisé pour toutes les commandes effectuées dans un salon de serveur, à l'exception des\n" +" commandes d'aide.\n" +" " -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "Les embeds sont maintenant {} pour ce salon." -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -667,36 +688,36 @@ msgstr "Basculez le paramètre des embeds pour ce serveur.\n\n" " commandes d'aide\n" " " -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "Les embeds sont maintenant activés pour vous en messages privés." -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "Les embeds sont maintenant désactivés pour vous en messages privés." -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "Envoie au propre la dernière erreur de la dernière commande\n\n" " Si public (oui est specifie), elle sera envoyé dans le chat a la place." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "Aucune exception n'a eu lieu pour le moment." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "Affiche l'URL d'invitation de [botname]." -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "Configurer l'invitation du bot." -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" @@ -705,7 +726,7 @@ msgstr "\n" " Défini si la commande devrait être accessible pour l'utilisateur basique.\n" " " -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -716,213 +737,219 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "Quitte le serveur actuel." -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Êtes-vous sûr de vouloir que je quitte ce serveur ? (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Réponse expirée." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Très bien. Bye :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Quitte le serveur ‘{}’" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "D'accord, je reste alors. :)" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "Liste et autorise [botname] à quitter les serveurs." -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Pour quitter un serveur, tapez simplement son numéro." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "Je ne peux pas quitter un serveur dont je suis le propriétaire." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Êtes-vous sûr de vouloir que je quitte {}? (oui/non)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Terminé." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "D’accord." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "Charge les paquets." -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "Chargé {packs}." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "Le paquet suivant est déjà chargé : {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "Les paquets suivants sont déjà chargés : {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Impossible de charger le paquet suivant:{pack}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Impossible de charger le paquet suivant:{packs}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "Le paquet suivant n'a été trouvé dans aucun chemin de cog : {pack}." -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "Les paquets suivant n'ont pas été trouvé dans aucun chemin de cog : {packs}" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Ce paquet n'a pas pu être chargé pour la raison suivante :\n\n" "{reason}" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Ces paquets n'ont pas pu être chargés pour les raisons suivantes :\n\n" "{reasons}" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." -msgstr "" +msgstr "**AVERTISSEMENT** : Le repo suivant utilise des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repo}.\n" +" Vous devriez informer le responsable de ce dépôt de ce message." -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." -msgstr "" +msgstr "**AVERTISSEMENT**: Les dépôts suivants utilisent des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repos}.\n" +" Vous devriez informer les responsables de ces dépôts à propos de ce message." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "Décharge les paquets." -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "Le paquet suivant a été déchargé : {pack}." -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "Les paquets suivants ont été déchargés : {packs}." -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "Le paquet suivant n'étais pas chargé : {pack}." -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "Les paquets suivants n'étais pas chargés : {packs}." -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "Recharge les paquets." -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "Rechargé {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Impossible de recharger le paquet suivant :{pack}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Impossible de recharger les paquets suivants :{packs}.\n" "Vérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Ce paquet n'a pas pu être rechargé pour la raison suivante :\n\n" "{reason}" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Ces paquets n'ont pas pu être rechargés pour les raisons suivantes :\n\n" "{reasons}" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." -msgstr "" +msgstr "**AVERTISSEMENT** : Le repo suivant utilise des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repo}.\n" +" Vous devriez informer les responsables de ce dépôt de ce message." -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "Arrête le bot." -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Arrêt... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" " The restart is not guaranteed: it must be dealt\n" " with by the process manager in use." -msgstr "" +msgstr "Tentatives de redémarrage de [botname].\n\n" +" Fait quitter [botname] avec le code de sortie 26\n" +" Le redémarrage n'est pas garanti: il doit être géré\n" +" par le gestionnaire de processus en cours d'utilisation." -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Redémarrage..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "Change les paramètres de [botname]." -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -931,22 +958,29 @@ msgstr "\n" " Afficher les paramètres actuels pour [botname].\n" " " -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" -msgstr "" +msgstr "Roles d'administrateurs: {admin}\n" +"Roles de modérateurs : {mod}\n" +"Localisation: {guild_locale}\n" +"Format régional d'écriture: {guild_regional_format}\n" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" "Global regional format: {regional_format}\n" "Default embed colour: {colour}" -msgstr "" +msgstr "{bot_name} Paramètres:\n\n" +"Préfixes : {prefixes}\n" +"{guild_settings} Localisation Globale : {locale}\n" +"Format d'écriture régionale global : {regional_format}\n" +"Couleur d'embed par défaut : {colour}" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -957,23 +991,23 @@ msgstr "Définit le délai avant que le bot supprime le message de la commande.\ " Règler sur -1 pour désactiver cette fonctionnalité.\n" " " -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "Suppression de la commande désactivée." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "Délai de suppression défini à {num} secondes." -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Le bot supprimera les messages de commandes après {num} secondes. Définissez cette valeur sur -1 pour arrêter la suppression des messages" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "Je ne supprimerai pas les messages de commande." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -981,17 +1015,22 @@ msgid "\n" " This is shown in a few locations, including the help menu.\n\n" " The default is \"Red V3\".\n" " " -msgstr "" +msgstr "\n" +" Définit la description du bot.\n" +" Utilisez la commande sans description pour la réinitialiser.\n" +" Ceci est affiché dans quelques endroits, y compris le menu d'aide.\n\n" +" La valeur par défaut est \"Red V3\".\n" +" " -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Description réinitialisée." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." -msgstr "" +msgstr "Cette description est trop longue pour être affichée correctement. Veuillez réessayer avec moins de 250 caractères." -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -1000,15 +1039,15 @@ msgstr "\n" " Ajoute un rôle admin pour ce serveur.\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "Ce rôle est déjà un rôle admin." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "Ce rôle est désormais considéré comme un rôle administrateur." -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" @@ -1017,15 +1056,15 @@ msgstr "\n" " Ajoute un rôle modérateur pour ce serveur.\n" " " -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "Ce rôle est déjà un rôle modérateur." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "Ce rôle est désormais considéré comme un rôle modérateur." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -1034,15 +1073,15 @@ msgstr "\n" " Supprime un rôle administrateur pour ce serveur.\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "Ce rôle n’était pas un rôle administrateur." -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "Ce rôle n’est désormais plus considéré comme un rôle administrateur." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" @@ -1051,15 +1090,15 @@ msgstr "\n" " Supprime un rôle modérateur pour ce serveur.\n" " " -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "Ce rôle n’était pas un rôle modérateur." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "Ce rôle n’est désormais plus considéré comme un rôle modérateur." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1068,43 +1107,49 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "Le bot {} utilise sa couleur configurée pour les embeds." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "ne sera pas" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "sera" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" " Default is for fuzzy command search to be disabled.\n" " " -msgstr "" +msgstr "\n" +" Permet d'activer ou non la recherche de commande par approximation sur le serveur.\n\n" +" Par défaut, la recherche de commande par approximation est désactivée.\n" +" " -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "La recherche de commande par fuzzy a été {} pour ce serveur." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" " Default is for fuzzy command search to be disabled.\n" " " -msgstr "" +msgstr "\n" +" Permet d'activer ou non la recherche de commande par approximation dans les DMs.\n\n" +" Par défaut, la recherche de commande par approximation est désactivée.\n" +" " -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "La recherche de commande par fuzzy a été {} en DMs." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1117,115 +1162,115 @@ msgstr "\n" " https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" " " -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "La couleur a été réinitialisée." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "La couleur a été définie." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "Définit l'avatar de [botname]\n\n" " Prend en charge soit une pièce jointe, soit l'URL d'une image." -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "Cette URL est invalide." -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." -msgstr "" +msgstr "Quelque chose s'est mal passé au moment de récupérer l'image." -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Échec. N'oubliez pas que vous pouvez éditer mon avatar que 2 fois par heure. L'URL et la pièce jointe doit être une image valide au format JPG ou PNG." -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Format JPG/PNG uniquement." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "Supprime l'avatar de [botname]." -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "Avatar supprimé." -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "Définit le statut de lecture de [botname]." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." -msgstr "" +msgstr "La longueur maximale d'une description de jeu est de 128 caractères." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "Statut défini à ``Joue à {game.name}``." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "Jeu effacé." -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "Définit le statut d'écoute de [botname]." -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." -msgstr "" +msgstr "La longueur maximale d'une description d'écoute est de 128 caractères." -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "Statut défini à ``Écoute {listening}``." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "Écoute éffacé." -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "Définit le statut de suivi de [botname]." -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "Statut défini à ``Regarde {watching}``." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." -msgstr "" +msgstr "Définit le statut de participation de [botname]." -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." -msgstr "" +msgstr "Statut défini à ``Participant à : {competing}``." -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." -msgstr "" +msgstr "Statut de participation effacé." -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1234,84 +1279,93 @@ msgid "Sets [botname]'s status.\n\n" " dnd\n" " invisible\n" " " -msgstr "" +msgstr "Définit le statut de [botname]\n\n" +" Statuts disponibles :\n" +" En ligne\n" +" Inactif\n" +" Ne pas déranger\n" +" Invisible\n" +" \n" +" " -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Statut changé à {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." -msgstr "" +msgstr "Définit le statut de streaming de [botname] à un stream twitch\n\n" +" Laisser streamer et stream_title vide le supprimera." -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." -msgstr "" +msgstr "La longueur maximale de l'url pour un streamer est de 511 caractères." -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." -msgstr "" +msgstr "La longueur maximale d'un titre de stream est de 128 caractères." -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "Définit le nom d'utilisateur de [botname]." -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." -msgstr "" +msgstr "Le nom d'utilisateur d'un bot vérifié ne peut pas être modifié manuellement. Veuillez contacter le support Discord pour le modifier." -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "Impossible de changer le nom. Doit être de 32 caractères ou moins." -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" -msgstr "" +msgstr "Le changement de nom d'utilisateur a échoué. N'oubliez pas que vous pouvez changer mon nom jusqu'à 2 fois par heure. Utilisez les pseudos si vous avez besoin de changements fréquents: {command}" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" -msgstr "" +msgstr "Impossible de changer le nom d'utilisateur. Discord a renvoyé l'erreur suivante :\n" +"{error_message}" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." -msgstr "" +msgstr "Une erreur inattendue s'est produite au moment de changer le nom d'utilisateur." -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "Définit le surnom de [botname]." -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "Impossible de changer le pseudo. Doit être de 32 caractères ou moins." -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Je n'ai pas la permission de changer mon propre surnom." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "Définit le(s) préfixe(s) global de [botname]." -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Préfixe réglé." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "Définit le(s) préfixe(s) du serveur de [botname]." -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Le préfixe local a bien été réglé." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1322,23 +1376,31 @@ msgid "\n" " https://translate.discord.red\n\n" " To reset to English, use \"en-US\".\n" " " -msgstr "" +msgstr "\n" +" Modifie la localisation par défaut du bot.\n" +" Ceci sera utilisé lorsqu'un serveur n'a pas défini de ocalisation, ou dans les DMs.\n\n" +" `` peut être n'importe quel code de langue avec l'indicatif du pays inclus,\n" +" par ex. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n\n" +" Allez sur la page Crowdin de Red pour voir les localisations disponibles avec les traductions :\n" +" https://translate.discord.red\n\n" +" Pour réinitialiser à l'anglais, utilisez \"en-US\".\n" +" " -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "Code de langue invalide. Utilisez le format `en-US`" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Format invalide - le code de langue doit inclure le code du pays, par exemple `en-US`" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "Le langage global a été définie." -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1349,17 +1411,25 @@ msgid "\n" " Use \"default\" to return to the bot's default set language.\n" " To reset to English, use \"en-US\".\n" " " -msgstr "" +msgstr "\n" +" Modifie la localisation du bot dans ce serveur.\n\n" +" `` peut être n'importe quel code de langue avec l'indicatif du pays inclus,\n" +" e. . `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n\n" +" Rendez-vous sur la page Crowdin de Red pour voir les localisations disponibles avec les traductions :\n" +" https://translate.discord.red\n\n" +" Utilisez \"default\" pour retourner à la langue définie par défaut du bot.\n" +" Pour réinitialiser à l'anglais, utilisez \"en-US\".\n" +" " -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." -msgstr "" +msgstr "Le langage a été défini sur le paramètre par défaut." -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Le langage a été défini." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1369,15 +1439,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1387,15 +1457,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." -msgstr "" +msgstr "Le formatage régional sera maintenant basé sur la localisation du bot dans ce serveur." -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Le formatage régional sera maintenant basé sur le langage `{language_code}`." -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1403,21 +1473,26 @@ msgid "Customizes a section of `[p]info`.\n\n" " Link example:\n" " `[My link](https://example.com)`\n" " " -msgstr "" +msgstr "Personnalise une section de `[p]info`.\n\n" +" Le nombre maximum de caractères autorisés est de 1024.\n" +" Supporte le langage markdown, les liens et les \"mentions\".\n" +" Exemple de lien :\n" +" `[Mon lien](https://exemple.com)`\n" +" " -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "Le texte personnalisé a été effacé." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "Le texte personnalisé a été défini." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." -msgstr "" +msgstr "Le texte doit être long de moins de 1024 caractères." -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1428,70 +1503,71 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "`{service}` les tokens API ont été définis." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "Aucun service d'API n'a encore été défini." -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "Services d'API définis:\n" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "Service d'API défini:\n" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" -msgstr "" +msgstr "Services supprimés avec succès :\n" +"{services_list}" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" -msgstr "" +msgstr "Service supprimé avec succès :{service_name}" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." -msgstr "" +msgstr "Aucun des services que vous avez fournis n'a de clés de défini." -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Gérer les paramètres de la commande d'aide." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr " Affiche les paramètres actuels de l'aide. " -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1499,11 +1575,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1513,15 +1589,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "L'aide utilisera les menus." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "L'aide n'utilisera pas les menus." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1530,15 +1606,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "L'aide ne filtrera pas les commandes cachées." -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "L'aide filtrera les commandes cachées." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1547,15 +1623,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." -msgstr "" +msgstr "Le menu d'aide affichera les alias de commandes." -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." -msgstr "" +msgstr "Le menu d'aide n'affichera pas les alias de commandes." -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1564,15 +1640,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." -msgstr "" +msgstr "L'aide cochera maintenant la commande lorsqu'elle est envoyée en DM." -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." -msgstr "" +msgstr "L'aide ne cochera pas la commande lorsqu'elle est envoyée en DM." -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1587,15 +1663,15 @@ msgstr "\n" " Utiliser ceci dans paramètre l'activera.\n" " " -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "L'aide ne s'affichera que pour les commandes qui peuvent être exécutées." -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "L'aide s'affichera sans vérifier si les commandes peuvent être exécutées." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1606,15 +1682,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1625,15 +1701,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "Vous devez donner une valeur d'au moins 500 caractères." -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Terminé. La limite de caractères par page a été définie à {}." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1644,15 +1720,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "Vous devez donner une valeur de zéro ou plus !" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "Terminé. La limite de page a été définie à {}." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1662,19 +1738,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "Fait. Les messages d'aide ne seront pas supprimés maintenant." -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "Terminé. Le délai de suppression a été réglé sur {} secondes." -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1683,60 +1759,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "Le tag a été réinitialisé." -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Votre tag est trop long ! Veuillez raccourcir ce type de tag pour ne pas dépasser 2048 caractères." -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "Le tag a été défini." -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "Envoie un message au propriétaire." -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID utilisateur : {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "par message privé" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | ID du serveur : {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilisez `{}dm {} ` pour répondre à cet utilisateur" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Envoyé par {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "J'ai été configuré pour envoyer cela nulle part." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Votre message a été envoyé." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Je ne parviens pas à envoyer votre message. Désolé." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1746,48 +1822,50 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "ID invalide, utilisateur non trouvé ou l'utilisateur est un bot. Vous pouvez seulement envoyer des messages avec des personnes avec qui je partage un serveur." -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Propriétaire de {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Vous pouvez répondre à ce message avec {} contact" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Désolé, je n'ai pas pu transmettre votre message à {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Message envoyé a {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Envoie le chemin des données du bot." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Chemin des données: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " -msgstr "" +msgstr "\n" +" Commandes de gestion de la liste des utilisateurs autorisés.\n" +" " -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" @@ -1796,15 +1874,15 @@ msgstr "\n" " Ajoute un utilisateur à la liste d'utilisateurs autorisés.\n" " " -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" @@ -1813,30 +1891,32 @@ msgstr "\n" " Liste les utilisateurs de la liste des utilisateurs autorisés.\n" " " -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" -msgstr "" +msgstr "Utilisateurs sur la liste des utilisateurs autorisés :" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" -msgstr "" +msgstr "Utilisateur sur la liste des utilisateurs autorisés :" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " -msgstr "" +msgstr "\n" +" Supprime un utilisateur de la liste des utilisateurs autorisés.\n" +" " -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" @@ -1845,149 +1925,157 @@ msgstr "\n" " Efface la liste d'autorisations.\n" " " -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "La liste des autorisés a été effacée." -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " -msgstr "" +msgstr "\n" +" Commandes de gestion de la liste des utilisateurs bloqués.\n" +" " -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " -msgstr "" +msgstr "\n" +" Ajoute un utilisateur à la liste d'utilisateurs bloqués.\n" +" " -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." -msgstr "" +msgstr "Les utilisateurs ont été ajoutés à la liste des utilisateurs bloqués." -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " -msgstr "" +msgstr "\n" +" Liste les utilisateurs de la liste des utilisateurs bloqués.\n" +" " -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " -msgstr "" +msgstr "\n" +" Efface la liste des utilisateurs bloqués.\n" +" " -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "La liste des bloqués a été effacée." -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" -msgstr "" +msgstr "Utilisateur ou rôle autorisé :" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "La liste d'autorisations du serveur a été effacée." -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" @@ -1996,143 +2084,147 @@ msgstr "\n" " Ajoute un utilisateur ou un rôle à la liste de blocages.\n" " " -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "Vous ne pouvez pas vous ajouter vous-même à la liste de blocages !" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "Vous ne pouvez pas ajouter le propriétaire du serveur à la liste de blocages!" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "Vous ne pouvez pas ajouter un propriétaire de bot à la liste de blocages!" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" -msgstr "" +msgstr "Utilisateurs et/ou rôles bloqués :" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" -msgstr "" +msgstr "Utilisateur ou rôle bloqué :" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " -msgstr "" +msgstr "\n" +" Supprime un utilisateur ou un rôle de la liste des bloqués.\n" +" " -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." -msgstr "" +msgstr "Les utilisateurs et/ou les rôles ont été retirés de la liste des bloqués du serveur." -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " -msgstr "" +msgstr "\n" +" Efface la liste des utilisateurs bloqués du serveur.\n" +" " -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "Vous ne pouvez pas désactiver ce cog par défaut." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} a été défini comme désactivé par défaut." -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "Définit l'état par défaut pour un cog comme activé." -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." -msgstr "" +msgstr "{cogname} a été défini comme activé par défaut." -#: redbot/core/core_commands.py:3123 +#: redbot/core/core_commands.py:3139 #, docstring msgid "Disable a cog in this guild." msgstr "Désactive un cog dans ce serveur." -#: redbot/core/core_commands.py:3128 +#: redbot/core/core_commands.py:3144 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:3130 +#: redbot/core/core_commands.py:3146 msgid "{cogname} has been disabled in this guild." -msgstr "" +msgstr "{cogname} a été désactivé dans ce serveur." -#: redbot/core/core_commands.py:3133 +#: redbot/core/core_commands.py:3149 msgid "{cogname} was already disabled (nothing to do)." -msgstr "" +msgstr "{cogname} a déjà été désactivé (rien à faire)." -#: redbot/core/core_commands.py:3139 +#: redbot/core/core_commands.py:3155 #, docstring msgid "Enable a cog in this guild." msgstr "Active un cog dans ce serveur." -#: redbot/core/core_commands.py:3141 +#: redbot/core/core_commands.py:3157 msgid "{cogname} has been enabled in this guild." -msgstr "" +msgstr "{cogname} a été activé dans ce serveur." -#: redbot/core/core_commands.py:3149 +#: redbot/core/core_commands.py:3165 msgid "{cogname} was not disabled (nothing to do)." -msgstr "" +msgstr "{cogname} n'était pas désactivé (rien à faire)." -#: redbot/core/core_commands.py:3155 +#: redbot/core/core_commands.py:3171 #, docstring msgid "List the cogs which are disabled in this guild." -msgstr "" +msgstr "Liste les cogs qui sont désactivés dans ce serveur." -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" -msgstr "" +msgstr "Les cogs suivants sont désactivés dans ce serveur :\n" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "Il n'y a pas de cogs désactivés dans ce serveur." -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2140,41 +2232,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "Liste des commandes désactivées globalement." -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "{} commandes sont désactivées globalement.\n" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "1 commande est désactivée globalement.\n" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "Liste des commandes désactivées sur ce serveur." -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "Il n'y a aucune commande désactivée dans {}." -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "{} commandes sont désactivées dans {}.\n" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "1 commande est désactivée dans {}.\n" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2185,42 +2277,42 @@ msgstr "Désactiver une commande.\n\n" " globalement par défaut.\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Désactiver une commande globalement." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Je n'ai pas trouvé cette commande. Veuillez noter qu'elle est sensible aux caractères." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "La commande à désactiver ne peut pas être `command` ou l'une de ses sous-commandes." -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "Cette commande est désignée comme étant toujours disponible et ne peut pas être désactivée." -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Cette commande est déjà globalement désactivée." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Désactiver une commande pour ce serveur uniquement." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "Vous n'êtes pas autorisé à désactiver cette commande." -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "Cette commande est déjà désactivée sur ce serveur." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2228,29 +2320,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Activer une commande globalement." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "Cette commande est déjà activée globalement." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Activer une commande dans ce serveur." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Cette commande est déjà activée sur ce serveur." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2259,14 +2351,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2274,56 +2366,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "Rôles immunisés contre les actions de modération automatisées : \n" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "Membres immunisés contre les actions de modération automatisées :\n" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "Aucun paramètre d'immunité ici." -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Déjà ajouté." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Pas dans la liste." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "Ils sont immunisés." -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "Ils ne sont pas immunisés." -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2331,55 +2423,57 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "Salon inconnu avec l'id : {id}" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "Ajoutez des serveurs ou des salons à la liste des ignorés." -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " -msgstr "" +msgstr "\n" +" Liste les serveurs et les salons textuels actuellement ignorés.\n" +" " -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" @@ -2388,71 +2482,73 @@ msgstr "Ignorer les commandes dans ce salon ou cette catégorie.\n\n" " Par défaut, le salon actuel est sélectionné.\n" " " -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Salon ajouté à la liste des ignorés." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "Salon déjà dans la liste des ignorés." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "Ignorer les commandes dans ce serveur." -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "Ce serveur a été ajouté à la liste des ignorés." -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "Ce serveur est déjà ignoré." -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "Supprime les serveurs ou les salons de la liste des ignorés." -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " -msgstr "" +msgstr "Supprime un salon ou une catégorie de la liste des ignorés\n\n" +" Par défaut le salon actuel.\n" +" " -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Salon supprimé de la liste des ignorés." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "Ce salon n'est pas dans la liste des ignorés." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "Supprime ce serveur de la liste des ignorés." -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "Ce serveur a été supprimer de la liste ignorés." -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "Ce serveur n'est pas dans la liste des ignorés." -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "Ce serveur est actuellement ignoré." -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Catégories actuellement ignorées : {categories}\n" "Chaînes : {channels}" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -2464,7 +2560,7 @@ msgstr "\n" #: redbot/core/dev_commands.py:36 #, docstring msgid "Various development focused utilities." -msgstr "" +msgstr "Divers outils axés sur le développement." #: redbot/core/dev_commands.py:123 #, docstring diff --git a/redbot/core/locales/he-IL.po b/redbot/core/locales/he-IL.po index 5ee434e05..c0a7ee22c 100644 --- a/redbot/core/locales/he-IL.po +++ b/redbot/core/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/hi-IN.po b/redbot/core/locales/hi-IN.po new file mode 100644 index 000000000..01edbeded --- /dev/null +++ b/redbot/core/locales/hi-IN.po @@ -0,0 +1,2633 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 4\n" +"Language: hi_IN\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:177 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:182 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:387 +#, docstring +msgid "Commands related to core functions." +msgstr "" + +#: redbot/core/core_commands.py:395 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:400 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:427 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:443 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:453 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:454 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:465 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:507 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:510 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:521 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:523 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:542 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:544 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:551 +#, docstring +msgid " Commands which interact with the data [botname] has about you. " +msgstr "" + +#: redbot/core/core_commands.py:558 +#, docstring +msgid " Find out what type of data [botname] stores and why. " +msgstr "" + +#: redbot/core/core_commands.py:563 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:582 +#, docstring +msgid " View the End User Data statements of each 3rd-party module. " +msgstr "" + +#: redbot/core/core_commands.py:587 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:597 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:617 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:619 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:624 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:635 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:651 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:656 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:667 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:686 +msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:696 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:709 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" +"Please contact the owner of this bot to address this.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:724 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" +"Please contact the owner of this bot to address this.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:734 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" +"Please contact the owner of this bot to address this.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:744 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:762 +#, docstring +msgid " [Coming Soon] Get what data [botname] has about you. " +msgstr "" + +#: redbot/core/core_commands.py:764 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:773 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:779 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:786 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:794 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:798 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:802 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" Level:\n" +" 0: What users can delete is left entirely up to each cog.\n" +" 1: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:813 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:832 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:903 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:906 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:929 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:944 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:955 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:966 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:981 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1045 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to\n" +" use embeds as a response to a command (for\n" +" commands that support it). The default is to\n" +" use embeds.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1056 +#, docstring +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1057 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1059 +msgid "Global default: {}\n" +msgstr "" + +#: redbot/core/core_commands.py:1062 +msgid "Guild setting: {}\n" +msgstr "" + +#: redbot/core/core_commands.py:1065 +msgid "Channel setting: {}\n" +msgstr "" + +#: redbot/core/core_commands.py:1067 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1073 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user\n" +" or guild hasn't set a preference. The\n" +" default is to use embeds.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1083 +msgid "Embeds are now {} by default." +msgstr "" + +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1090 +#, docstring +msgid "\n" +" Toggle the guild's embed setting.\n\n" +" If enabled is None, the setting will be unset and\n" +" the global default will be used instead.\n\n" +" If set, this is used instead of the global default\n" +" to determine whether or not to use embeds. This is\n" +" used for all commands done in a guild channel except\n" +" for help commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1106 +msgid "Embeds are now {} for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1115 +#, docstring +msgid "\n" +" Toggle the channel's embed setting.\n\n" +" If enabled is None, the setting will be unset and\n" +" the guild default will be used instead.\n\n" +" If set, this is used instead of the guild default\n" +" to determine whether or not to use embeds. This is\n" +" used for all commands done in a channel except\n" +" for help commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1131 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1138 +#, docstring +msgid "\n" +" Toggle the user's embed setting for DMs.\n\n" +" If enabled is None, the setting will be unset and\n" +" the global default will be used instead.\n\n" +" If set, this is used instead of the global default\n" +" to determine whether or not to use embeds. This is\n" +" used for all commands executed in a DM with the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1153 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1161 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead." +msgstr "" + +#: redbot/core/core_commands.py:1180 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1185 +#, docstring +msgid "Shows [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1202 +#, docstring +msgid "\n" +" Define if the command should be accessible for the average user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1231 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1251 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1252 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1262 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1271 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1282 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1297 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1300 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1309 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1316 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1333 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1338 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1342 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1349 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1354 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 +msgid "The following name is not a valid package name: {pack}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1389 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1393 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1400 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1425 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1433 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1437 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1444 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1448 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1461 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1483 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1488 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1523 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1527 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1534 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1555 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1560 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1566 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt\n" +" with by the process manager in use." +msgstr "" + +#: redbot/core/core_commands.py:1573 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1578 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1582 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1600 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:1643 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1654 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1668 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1673 +#, docstring +msgid "\n" +" Sets the bot's description.\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The default is \"Red V3\".\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1683 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1686 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1705 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1707 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1713 +#, docstring +msgid "\n" +" Adds a mod role for this guild.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1720 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1726 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1731 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1733 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1739 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1744 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1746 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1752 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1761 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1762 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1762 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1770 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" Default is for fuzzy command search to be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1778 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1786 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" Default is for fuzzy command search to be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1794 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1802 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1812 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:1815 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:1820 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:1836 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:1853 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:1860 +#, docstring +msgid "Removes [botname]'s avatar." +msgstr "" + +#: redbot/core/core_commands.py:1863 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:1869 +#, docstring +msgid "Sets [botname]'s playing status." +msgstr "" + +#: redbot/core/core_commands.py:1873 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:1881 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:1883 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:1889 +#, docstring +msgid "Sets [botname]'s listening status." +msgstr "" + +#: redbot/core/core_commands.py:1895 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:1904 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:1907 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:1913 +#, docstring +msgid "Sets [botname]'s watching status." +msgstr "" + +#: redbot/core/core_commands.py:1918 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:1927 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:1933 +#, docstring +msgid "Sets [botname]'s competing status." +msgstr "" + +#: redbot/core/core_commands.py:1939 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:1948 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:1951 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" online\n" +" idle\n" +" dnd\n" +" invisible\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1980 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:1988 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" Leaving both streamer and stream_title empty will clear it." +msgstr "" + +#: redbot/core/core_commands.py:1999 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2002 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2016 +#, docstring +msgid "Sets [botname]'s username." +msgstr "" + +#: redbot/core/core_commands.py:2020 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2027 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2033 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2043 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2053 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2061 +#, docstring +msgid "Sets [botname]'s nickname." +msgstr "" + +#: redbot/core/core_commands.py:2064 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2068 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2075 +#, docstring +msgid "Sets [botname]'s global prefix(es)." +msgstr "" + +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2083 +#, docstring +msgid "Sets [botname]'s server prefix(es)." +msgstr "" + +#: redbot/core/core_commands.py:2086 +msgid "Guild prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2095 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" `` can be any language code with country code included,\n" +" e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n\n" +" Go to Red's Crowdin page to see locales that are available with translations:\n" +" https://translate.discord.red\n\n" +" To reset to English, use \"en-US\".\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2121 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2127 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" `` can be any language code with country code included,\n" +" e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n\n" +" Go to Red's Crowdin page to see locales that are available with translations:\n" +" https://translate.discord.red\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2143 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2158 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2164 +#, docstring +msgid "\n" +" Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `` can be any language code with country code included,\n" +" e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n\n" +" Leave `` empty to base regional formatting on bot's locale.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2175 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2200 +#, docstring +msgid "\n" +" Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `` can be any language code with country code included,\n" +" e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n\n" +" Leave `` empty to base regional formatting on bot's locale in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2212 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2238 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n" +" Link example:\n" +" `[My link](https://example.com)`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2247 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2251 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2254 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2259 +#, docstring +msgid "Set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive and should only be used in a private channel\n" +" or in DM with the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2276 +#, docstring +msgid "Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown." +msgstr "" + +#: redbot/core/core_commands.py:2282 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2287 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2287 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:2297 +#, docstring +msgid "Remove the given services with all their keys and tokens." +msgstr "" + +#: redbot/core/core_commands.py:2304 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:2308 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:2313 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:2318 +#, docstring +msgid "Manage settings for the help command." +msgstr "" + +#: redbot/core/core_commands.py:2323 +#, docstring +msgid " Show the current help settings. " +msgstr "" + +#: redbot/core/core_commands.py:2330 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:2340 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter. " +msgstr "" + +#: redbot/core/core_commands.py:2344 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:2353 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2360 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:2368 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2379 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:2381 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:2385 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2395 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:2397 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:2401 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2411 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:2413 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:2417 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent in a DM.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:2429 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:2433 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be\n" +" filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2444 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:2446 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:2450 +#, docstring +msgid "\n" +" This allows the bot to respond indicating the existence of a specific\n" +" help topic even if the user can't use it.\n\n" +" Note: This setting on it's own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2463 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:2466 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:2474 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2485 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:2489 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:2493 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:2508 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:2513 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2525 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:2530 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:2532 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2536 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" This setting only applies to embedded help. If no tagline is\n" +" specified, the default will be used instead.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2544 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2548 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2556 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:2561 +#, docstring +msgid "Sends a message to the owner." +msgstr "" + +#: redbot/core/core_commands.py:2564 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:2569 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:2570 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:2575 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:2577 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:2582 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:2653 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:2655 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:2660 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n" +" To get a user ID, go to Discord's settings and open the\n" +" 'Appearance' tab. Enable 'Developer Mode', then right click\n" +" a user and click on 'Copy ID'.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2670 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:2680 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:2681 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:2713 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:2717 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:2723 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:2810 +#, docstring +msgid "\n" +" Allowlist management commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2817 +#, docstring +msgid "\n" +" Adds a user to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2823 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:2825 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:2829 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2838 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:2840 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:2849 +#, docstring +msgid "\n" +" Removes user from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2855 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:2857 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 +#, docstring +msgid "\n" +" Clears the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2865 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2870 +#, docstring +msgid "\n" +" Blocklist management commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2877 +#, docstring +msgid "\n" +" Adds a user to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:2892 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:2894 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:2898 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2907 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:2909 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:2918 +#, docstring +msgid "\n" +" Removes user from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2924 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:2926 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:2930 +#, docstring +msgid "\n" +" Clears the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2934 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2940 +#, docstring +msgid "\n" +" Server specific allowlist management commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2949 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2960 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:2969 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:2971 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:2975 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2984 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:2986 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:2997 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3008 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3016 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3018 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3032 +#, docstring +msgid "\n" +" Server specific blocklist management commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3041 +#, docstring +msgid "\n" +" Adds a user or role to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3047 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3050 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3060 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3062 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3066 +#, docstring +msgid "\n" +" Lists users and roles on the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3075 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3077 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3088 +#, docstring +msgid "\n" +" Removes user or role from blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3096 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3098 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3102 +#, docstring +msgid "\n" +" Clears the server blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3106 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3111 +#, docstring +msgid "Manage the bot's commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:3117 +#, docstring +msgid "Set the default state for a cog as disabled." +msgstr "" + +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:3122 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:3124 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:3129 +#, docstring +msgid "Set the default state for a cog as enabled." +msgstr "" + +#: redbot/core/core_commands.py:3134 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:3139 +#, docstring +msgid "Disable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3149 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3155 +#, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring +msgid "List the cogs which are disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3180 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:3186 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3190 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3203 +#, docstring +msgid "List disabled commands globally." +msgstr "" + +#: redbot/core/core_commands.py:3206 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:3209 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:3213 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:3221 +#, docstring +msgid "List disabled commands in this server." +msgstr "" + +#: redbot/core/core_commands.py:3224 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:3227 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:3231 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:3238 +#, docstring +msgid "Disable a command.\n\n" +" If you're the bot owner, this will disable commands\n" +" globally by default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3252 +#, docstring +msgid "Disable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:3277 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:3286 +#, docstring +msgid "Disable a command in this server only." +msgstr "" + +#: redbot/core/core_commands.py:3307 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:3317 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:3323 +#, docstring +msgid "Enable a command.\n\n" +" If you're a bot owner, this will try to enable a globally\n" +" disabled command by default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3336 +#, docstring +msgid "Enable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:3349 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:3358 +#, docstring +msgid "Enable a command in this server." +msgstr "" + +#: redbot/core/core_commands.py:3367 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:3377 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:3384 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the\n" +" `{command}` placeholder.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +#, docstring +msgid "\n" +" Server settings for immunity from automated actions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3405 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic\n" +" moderation action immunity.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3416 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:3421 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3439 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:3452 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:3460 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3465 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:3467 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:3472 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3492 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3505 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3524 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3541 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3548 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3559 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3590 +#, docstring +msgid "Add servers or channels to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3594 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3606 +#, docstring +msgid "Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3614 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3616 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3621 +#, docstring +msgid "Ignore commands in this server." +msgstr "" + +#: redbot/core/core_commands.py:3625 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3627 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:3633 +#, docstring +msgid "Remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3641 +#, docstring +msgid "Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3652 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3657 +#, docstring +msgid "Remove this server from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3661 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:3669 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:164 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:218 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:227 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:231 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:242 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:256 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:307 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:311 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:313 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:321 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:323 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:328 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:341 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:362 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:370 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:372 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:111 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:121 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:145 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:150 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:152 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:161 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:226 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:251 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:276 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:280 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:288 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:290 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:300 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:302 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:307 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:312 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:318 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:323 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:329 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:334 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:344 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:346 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:349 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:353 redbot/core/modlog.py:375 +#: redbot/core/modlog.py:390 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:355 redbot/core/modlog.py:377 +#: redbot/core/modlog.py:393 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/modlog.py:404 redbot/core/modlog.py:439 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:418 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:420 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:421 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:425 redbot/core/modlog.py:430 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:426 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:432 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:434 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:454 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:455 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:458 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:461 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:463 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:465 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:467 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/redbot/core/locales/hu-HU.po b/redbot/core/locales/hu-HU.po index f33bbc8bb..7642875ec 100644 --- a/redbot/core/locales/hu-HU.po +++ b/redbot/core/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -169,45 +169,56 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Példány tulajdonosa" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Red verzió" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Igen, {version} elérhető." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Frissítések keresése sikertelen." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Elavult" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Erről a példányról" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -217,19 +228,19 @@ msgstr "Példány tulajdonosa: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red verziója: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Elavult: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**Erről a példányról**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -240,72 +251,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Kevesebb, mint 1 másodperc" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Parancsok az adatokról amit [botname] tud rólad. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -315,63 +326,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Ez eltarthat egy darabig." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -379,22 +390,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -404,91 +415,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -499,32 +510,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Alapértelmezett: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Szerver beállítás: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Csatorna beállítás: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Felhasználói beállítás: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -534,23 +545,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "nincs engedélyezve" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "engedélyezve" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -563,16 +574,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -585,11 +596,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -601,42 +612,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -647,188 +658,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Időtúllépés." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Kész." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Leállítás... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -836,30 +847,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Újraindítás..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -867,7 +878,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -875,23 +886,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -901,75 +912,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -978,19 +989,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "A bot {} a beállított színeket használja az embedsekhez." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "nem fogja" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "fogja" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -998,11 +1009,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1010,11 +1021,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1023,114 +1034,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "A szín resetelve." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "A szín be lett állítva." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "JPG / PNG formátum az elfogadott." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1141,82 +1152,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Nincs jogom hogy megváltoztassam a nevem." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefix beállítva." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "A prefix be van állítva ezen a szerveren." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1229,21 +1240,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1256,15 +1267,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "A helyszín be lett állítva." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1274,15 +1285,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1292,15 +1303,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1310,19 +1321,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1333,70 +1344,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1404,11 +1415,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1469,15 +1480,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1487,15 +1498,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1506,15 +1517,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1525,15 +1536,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1544,15 +1555,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1562,19 +1573,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1583,60 +1594,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "privát üzeneten keresztül" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "{}-től" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Használd a `{}dm {} ` üzenetet hogy válaszolj ennek a felhasználónak" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Küldve {} {} által" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Az üzeneted el lett küldve." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Nem tudom kézbesíteni az üzeneted. Bocsi." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1646,385 +1657,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Tulajdonosa ennek: {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Válaszolhatsz erre az üzenetre {}contact -vel" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Sajnálom, de nem tudtam elküldeni az üzeneted {} -nek" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Üzenet elküldve {} -nek" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2032,41 +2043,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2074,42 +2085,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2117,29 +2128,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2148,14 +2159,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2163,56 +2174,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2220,125 +2231,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/id-ID.po b/redbot/core/locales/id-ID.po index 85628b23f..dd201a15e 100644 --- a/redbot/core/locales/id-ID.po +++ b/redbot/core/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "dinonaktifkan" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "diaktifkan" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Selesai." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Mematikan... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Memulai ulang..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "Perintah menghapus dinonaktifkan." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "Saya tidak akan menghapus pesan perintah." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Format JPG / PNG saja." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Saya kurang memiliki izin untuk mengganti nama panggilan saya sendiri." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Set awalan." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Awalan persekutuan telah diatur ulang." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Lokal telah ditetapkan." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID Pengguna: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "melalui DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "dari {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gunakan `{} dm {} ` untuk membalas pengguna ini" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Dikirim oleh {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Pesan Anda telah dikirim." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Saya tidak dapat menyampaikan pesan Anda. Maaf." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Pemilik dari {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Saluran ditambahkan ke daftar abaikan." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "Saluran sudah ada didalam daftar abaikan." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Saluran di hapus dari dalam daftar abaikan." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "Saluran sedang tidak ada di dalam daftar abaikan." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/it-IT.po b/redbot/core/locales/it-IT.po index 7a8e0f6cc..161b773b7 100644 --- a/redbot/core/locales/it-IT.po +++ b/redbot/core/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Gli embed adesso sono {} di default." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "disabilitata" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "abilitata" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Per gli embed adesso verrà utilizzata l'impostazione di default." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Gli embed adesso sono {} per questa gilda." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Risposta scaduta." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Fatto." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Arresto in corso... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Riavvio in corso..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "Il bot {} utilizzerà i colori configurati per gli embed." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "non " -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr " " -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "La ricerca indistinta dei comandi è stata {} per questo server." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "La ricerca indistinta dei comandi è stata {} in DM." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Il colore è stato resettato." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Il colore è stato impostato." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "I formati file permessi sono JPG / PNG." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Status cambiato a {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Non ho i permessi necessari per cambiare il mio nickname." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Il prefisso è stato impostato." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "I prefissi di Gilda sono stati ripristinati." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Impostazioni locali sono stata impostata." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Gestisci le impostazioni per il comando aiuto." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Fatto. Il limite di caratteri per pagina è stato impostato a {}." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "Devi inserire un valore superiore o uguale a zero!" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "Fatto. Il limite di pagine è stato impostato a {}." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "La tagline è stata resettata." -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "La tua tagline è troppo lunga! Per favore abbreviala in modo che non superi i 2048 caratteri." -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID utente: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "attraverso il DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "da {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | ID server: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilizzare `{}dm {} ` per rispondere a questo utente" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Inviato da {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Il tuo messaggio è stato inviato." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Non sono in grado di consegnare il messaggio. Mi dispiace." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Proprietario di {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Puoi risponder a questo messaggio con {}contact" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Mi dispiace, non sono riuscito a consegnare il messaggio a {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Messaggio recapitato a {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Disabilita globalmente un comando." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Non sono riuscito a trovare quel comando. Attenzione, la ricerca distingue maiuscole e minuscole." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Questo comando risulta già disabilitato globalmente." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Disabilita un comando in questo server." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "Questo comando è già disabilitato in questo server." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Abilita globalmente un comando." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "Questo comando risulta già abilitato globalmente." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Abilita un comando in questo server." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Questo comando è già abilitato in questo server." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Già aggiunto." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Non in elenco." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/ja-JP.po b/redbot/core/locales/ja-JP.po index 2f195493b..17ed803e7 100644 --- a/redbot/core/locales/ja-JP.po +++ b/redbot/core/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -164,64 +164,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -232,72 +243,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -307,63 +318,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -371,22 +382,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -396,91 +407,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -491,32 +502,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -526,23 +537,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -555,16 +566,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -577,11 +588,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -593,42 +604,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -639,188 +650,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -828,30 +839,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -859,7 +870,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -867,23 +878,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -893,75 +904,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -970,19 +981,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -990,11 +1001,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1002,11 +1013,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1015,114 +1026,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1133,82 +1144,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1221,21 +1232,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1248,15 +1259,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1266,15 +1277,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1284,15 +1295,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1302,19 +1313,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1325,70 +1336,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1396,11 +1407,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1410,15 +1421,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1427,15 +1438,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1444,15 +1455,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1461,15 +1472,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1479,15 +1490,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1498,15 +1509,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1517,15 +1528,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1536,15 +1547,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1554,19 +1565,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1575,60 +1586,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1638,385 +1649,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2024,41 +2035,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2066,42 +2077,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2109,29 +2120,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2140,14 +2151,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2155,56 +2166,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2212,125 +2223,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/ko-KR.po b/redbot/core/locales/ko-KR.po index f032372c7..62c67017c 100644 --- a/redbot/core/locales/ko-KR.po +++ b/redbot/core/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "다 했어요." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "종료하는 중..." -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "다시 시작하는 중..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "커맨드 삭제 사용 안 함." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "커맨드 메세지를 삭제하지 않을게요." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "JPG / PNG 형식만 가능해요." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "제 별명을 변경할 수 있는 권한이 없어요." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "프리픽스가 변경됐어요." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "길드 프리픽스가 재설정됐어요." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "로컬이 설정됐어요." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "다이렉트 메세지를 통해서" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "{} 에서" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "해당 사용자에게 응답하려면 `{}dm {} ` 을 사용해야 해요." -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "{} {} 의해 전송됐어요." -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "메세지가 전송됐어요." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "사용자님의 메세지를 전송할 수 없어요. 미안해요." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "채널이 무시 목록에 추가됐어요." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "채널이 이미 무시 목록에 포함되어 있어요." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "채널이 무시 목록에서 제거됐어요." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "해당 채널은 무시 목록에 없어요." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/nb-NO.po b/redbot/core/locales/nb-NO.po index 10e71bfe7..61f15f55b 100644 --- a/redbot/core/locales/nb-NO.po +++ b/redbot/core/locales/nb-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Norwegian Bokmal\n" "MIME-Version: 1.0\n" @@ -173,39 +173,43 @@ msgstr "Denne boten er en instans av [Red, en åpen kilde Discord bot]({}) laget "Red er støttet av et lidenskapelig samfunn som bidrar til å skape innhold for alle til nye. [Bli med på oss i dag]({}) og hjelp oss med forbedring!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Forekomst eid av" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Red versjon" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Ja, {version} er tilgjengelig." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Ser etter oppdateringer feilet." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Utdatert" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Om denne instansen" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Om Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Bringer siden 02 Jan 2016 (over {} dager siden!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Denne boten er en instans av Red, en åpen kildekode Discord bot (1) lag "Red er støttet av et lidenskapelig samfunn som bidrar til og skaper innhold for alle til nye. Bli med oss i dag (4) og hjelp oss med forbedring!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Forekomst eid av: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red versjon: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Utdatert: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**Om Red**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**Om denne forekomsten**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,73 +264,73 @@ msgstr "**Referanser**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "Viser [botname] sin opptid." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Mindre enn ett sekund" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Vært oppe for: **{time_quantity}** (siden {timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Kommandoer som samhandler med dataene [botname] har om deg. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr " Finn ut hva slags data [botname] lagre og hvorfor. " -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Denne boten lagrer noen data om brukere etter behov for å fungere. Dette er for det meste ID-en til din bruker er tilordnet av Discord, knyttet til en håndfull ting, avhengig av hva du samhandler med i boten. Det er noen kommandoer som lagrer den for å holde oversikt over hvem som opprettet noe. (som spillelister) For fullstendig informasjon om dette samt mer detaljert informasjon om hva som lagres og hvorfor, se {link}.\n\n" "I tillegg kan tredjeparts tillegg som er lastet inn av roten eieren av, eller ikke nødvendigvis lagre flere ting. Du kan bruke `{prefix}mydata 3rdparty` for å vise påstander gitt av hver tredjeparts addition." -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr " Vis dataene for sluttbrukerdata for hver tredjepartsmodul. " -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "Jeg må kunne legge ved filer (prøv i DMs?)." -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Denne forekomsten ser ikke ut til å ha noen tredjeparts utvidelser belastet." -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "Tredjeparts Uttalelser om sluttbrukerdata" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "Følgende er instruksjoner gitt av tredjeparts utvidelser." -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "tredjeparts utvidelser uten påstander\n" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Her er en generert side med erklæringen fra tredjeparts utvidelser." -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "Fikk ikke bekreftelse, kansellering." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "Fikk ikke en tilsvarende bekreftelse, kansellering." -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -334,19 +345,19 @@ msgstr "\n" " Ytterligere interaksjoner med [botname] kan føre til at de kan lære om deg igjen.\n" " " -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "Denne kommandoen ({command}) støtter ikke ikke-interaktiv bruk." -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Dette vil forårsake at botten kvitter seg med og/eller frakte data fra deg. Det vil ikke bli kvitt operasjonelle data, slik som modlog-oppføringer, advarsler eller muter. Hvis du er sikker på at dette er hva du ønsker, vennligst svar med følgende:" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Dette kan ta litt tid." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -354,7 +365,7 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet h "Kontakt eieren av denne boten for å adressere dette.\n" "Merk: Utenfor disse feilene skal data ha blitt slettet." -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -362,7 +373,7 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet h "Kontakt eieren av denne boten for å ta tak i dette.\n" "Merk: Utenfor disse feilene, data skal ha blitt slettet." -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -370,27 +381,27 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet h "Kontakt eieren av denne boten for å ta tak i dette.\n" "Merk: Utenfor disse feilene, data skal ha blitt slettet." -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Jeg har slettet noen ikke-operasjonelle data om deg (som jeg vet hvordan jeg sletter) {mention}" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Følgende cogs klarte ikke å slette:\n" "{cogs}." -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr " [Kommer Snart] Få hvilke data [botname] har om deg. " -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Denne kommandoen gjør ikke noe ennå, men vi jobber med å legge til støtte for dette." -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -399,7 +410,7 @@ msgstr "\n" " Kommandoer for mer fullstendig datahåndtering\n" " " -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -410,11 +421,11 @@ msgstr "\n" " Dette er som standard\n" " " -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "Brukeren kan slette sine egne data. Dette vil ikke inkludere driftsdata som blokkerte brukere." -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" @@ -423,11 +434,11 @@ msgstr "\n" " Sett botten til å ikke tillate brukere å be om en sletting av data.\n" " " -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "Brukeren kan ikke slette sine egne data." -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -442,15 +453,15 @@ msgstr "\n" " 1: Cogs bør slette noe cog ikke trenger til brukeren.\n" " " -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Cogs vil bli bedt om å fjerne alle ikke-driftsdata etter en brukerforespørsel." -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Cogs vil bli informert om en bruker har gjort en forespørsel om sletting av data, og detaljene om hva du skal slette vil bli overlatt til cog forfatteren." -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" @@ -459,13 +470,13 @@ msgstr "\n" " Håndter en sletteforespørsel fra Discord.\n" " " -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Dette vil føre til at botten kvitter seg med eller frakter alle data fra den angitte bruker-IDen. Du bør ikke bruke dette med mindre Discord har bedt om dette spesielt med hensyn til en slettet bruker. Dette vil fjerne brukeren fra ulike antimisbruk tiltak. Hvis du behandler en manuell forespørsel fra en bruker, du kan ønske `{prefix}{command_name}` i stedet\n\n" "Hvis du er sikker på at dette er hva du ønsker, vennligst svar med følgende:" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -473,7 +484,7 @@ msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan å s "Vennligst sjekk loggene dine og kontakt innholdsskaperne i disse cogene og modulene.\n" "Merk: Utenfor disse feilene skal data ha blitt slettet." -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -481,7 +492,7 @@ msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan jeg "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -489,22 +500,22 @@ msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan å s "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "Jeg har slettet alle data om den brukeren som jeg vet hvordan jeg skal slette." -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr " Slett data [botname] har om en bruker for en bruker. " -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Dette vil føre til at botten kvitter seg med eller nedknytter mange ikke-operasjonelle data fra den angitte brukeren. Brukere har tilgang til annen kommando for dette med mindre de kan ikke samhandle med boten i det hele tatt. Dette er en særlig trygg operasjon. men du bør ikke bruke den hvis ikke en forespørsel fra denne brukeren siden den kan påvirke bruken av boten. \n\n" "Hvis du er sikker på at dette, vennligst svar med følgende:" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -512,7 +523,7 @@ msgstr "Jeg forsøkte å slette alle ikke-operasjonelle data om den brukeren (so "Vennligst sjekk loggene dine og kontakt innholdsskaperne i disse cogene og modulene.\n" "Merk: Utenfor disse feilene skal data ha blitt slettet." -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -520,7 +531,7 @@ msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om den brukeren (som "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -528,22 +539,22 @@ msgstr "Jeg forsøkte å slette alle ikke-operasjonelle data om den brukeren (so "Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" "Merk: Utenfor disse feilene bør dataene ha blitt slettet." -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "Jeg har slettet alle ikke-operasjonelle data om den brukeren jeg vet hvordan jeg skal slette." -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr " Slett data [botname] har ca en bruker. " -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Dette vil forårsake at botten kvitter seg med eller nedknytter en mengde data om den angitte brukeren. Dette kan omfatte mer enn bare sluttbrukerdata, inkludert anti-data i form av misbruk.\n\n" "Hvis du er sikker på at dette er hva du ønsker, vennligst svar med følgende:" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -560,32 +571,32 @@ msgstr "\n" " bruk innebygg.\n" " " -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "Vis gjeldende innebyggingsinnstillinger." -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "Innebygde innstillinger:\n\n" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Global standard: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Server innstilling: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Kanal innstilling: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Brukerinnstilling: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -600,23 +611,23 @@ msgstr "\n" " er å bruke embeds.\n" " " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Embeder er nå {} som standard." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "skrudd av" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "skrudd på" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -637,16 +648,16 @@ msgstr "\n" " som hjelpe kommandoer.\n" " " -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Embeder vil nå bruke globale instillinger." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Embeder er nå {} for denne guilden." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -667,11 +678,11 @@ msgstr "\n" " for hjelpekommandoer.\n" " " -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "Embeder er nå {} for denne kanalen." -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -690,36 +701,36 @@ msgstr "\n" " brukt for alle kommandoer utført i en DM med bot.\n" " " -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "Embeder er nå aktivert for deg i DMer." -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "Embeder er nå deaktivert for deg i DMer." -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "Sender til eieren det siste kommandounntaket som har skjedd.\n\n" " Hvis offentlig (ja er spesifisert), vil det bli sendt til chatten i stedet." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "Ingen unntak har oppstått ennå." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "Viser [botname] sin invitasjonsadresse." -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "Sett opp botten's invitasjon." -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" @@ -728,7 +739,7 @@ msgstr "\n" " Angi om kommandoen skal være tilgjengelig for gjennomsnittet.\n" " " -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -745,201 +756,201 @@ msgstr "\n" " Vær oppmerksom på at du kanskje trenger to-faktor autentisering for noen tillatelser.\n" " " -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "Forlater den gjeldende serveren." -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Er du sikker på at du vil at jeg skal forlate serveren? (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Responsen ble tidsavbrutt." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Okei. hade. :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Forlater server '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "Ok, jeg blir da. :)" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "Lister og tillater [botname] å forlate servere." -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "For å forlate en server, bare skriv inn nummeret du vil." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "Jeg kan ikke forlate en guild som jeg er eieren av." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Er du sikker på at du vil at jeg skal forlate {}? (y/n)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Ferdig." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Okei." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "Laster pakker." -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "Lastet {packs}." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "Følgende pakke er allerede lastet: {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "Følgende pakker er allerede lastet: {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Kunne ikke laste følgende pakke: {pack}.\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Kan ikke laste følgende pakker: {packs}\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Følgende navn er ikke et gyldig pakkenavn: {pack}\n" "Pakkenavn kan ikke begynne med et nummer og kan bare inneholde jasi-numre, brev, and underscores." -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Følgende navn er ikke gyldige pakkenavn: {packs}\n" "Pakkenavn kan ikke starte med et nummer og kan bare inneholde ascii-numre, brev, and underscores." -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "Følgende pakke ble ikke funnet i noen cog sti: {pack}." -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "Følgende pakker ble ikke funnet i noen cog sti: {packs}" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Denne pakken kunne ikke lastes av følgende grunn:\n\n" "{reason}" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Disse pakkene kunne ikke lastes av følgende årsaker:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**ADVARSEL**: Følgende område bruker delte limer som er merket for å fjerne i fremtiden: {repo}.\n" "Du bør informere vedlikeholderen om denne meldingen." -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVARSEL**: Følgende repoer bruker delte liber som er merket for å fjerne i fremtiden: {repos}.\n" "Du bør informere vedlikeholderne om denne meldingen." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "Utlaster pakker." -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "Følgende cog ble utlastet: {pack}." -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "Følgende pakke ble utlastet: {packs}." -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "Følgende pakke ble utlastet: {pack}." -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "Følgende pakke ble ikke lastet: {packs}." -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "Omlaster pakker." -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "Oppdater {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Kunne ikke laste følgende cog: {pack}.\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Kan ikke laste følgende cog på nytt: {packs}\n" "Sjekk konsollen eller loggene for detaljer." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Denne pakken kunne ikke lastes på nytt av følgende grunn:\n\n" "{reason}" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Disse pakkene kunne ikke lastes på nytt av følgende grunner:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**ADVARSEL**: Følgende område bruker delte limer som er merket for å fjerne i fremtiden: {repo}.\n" "Du bør informere vedlikeholderne om denne meldingen." -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "Skrur av botten." -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Slår av... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -950,16 +961,16 @@ msgstr "Forsøker å starte på nytt [botname].\n\n" " Omstarten er ikke garantert: den må håndteres\n" " av prosessansvarlig i bruk." -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Restarter..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "Endringer [botname] er innstillinger." -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -968,7 +979,7 @@ msgstr "\n" " Vis gjeldende innstillinger for [botname].\n" " " -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" @@ -978,7 +989,7 @@ msgstr "Admin roller: {admin}\n" "Lokal: {guild_locale}\n" "Regional format: {guild_regional_format}\n" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -990,7 +1001,7 @@ msgstr "{bot_name} Innstillinger:\n\n" "Globalt regionalt format: {regional_format}\n" "Standard embed farge: {colour}" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1001,23 +1012,23 @@ msgstr "Angi forsinkelse til boten fjerner kommando meldingen.\n\n" " Sett til -1 for å deaktivere denne funksjonen.\n" " " -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "Kommando sletting deaktivert." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "Slett forsinkelse, sett til {num} sekunder." -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Bot vil slette kommando meldinger etter {num} sekunder. Sett denne verdien til -1 for å stoppe sletting av meldinger" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "Jeg vil ikke slette kommando meldinger." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -1032,15 +1043,15 @@ msgstr "\n" " Standard er \"Red V3\".\n" " " -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Tilbakestilt beskrivelse." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "Beskrivelsen er for lang til å vises riktig. Prøv igjen med en gang under 250 tegn." -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -1049,15 +1060,15 @@ msgstr "\n" " Legger til en administrator rolle i denne serveren.\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "Denne rollen er allerede en administratorrolle." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "Denne rollen anses nå som en administratorrolle." -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" @@ -1066,15 +1077,15 @@ msgstr "\n" " Legger til en mod rolle for denne serveren.\n" " " -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "Denne rollen er allerede en mod rolle." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "Denne rollen anses nå som en mod rolle." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -1083,15 +1094,15 @@ msgstr "\n" " Fjerner en admin rolle for denne serveren.\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "Den rollen var ikke en administratorrolle å begynne med." -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "Denne rollen anses ikke lenger som en administratorrolle." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" @@ -1100,15 +1111,15 @@ msgstr "\n" " Fjerner en mod rolle for denne serveren.\n" " " -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "Den rollen var ikke en modifikasjonsrolle å begynne med." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "Denne rollen anses ikke lenger som en mod rolle." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1121,19 +1132,19 @@ msgstr "\n" " Ellers vil fargen som brukes, være fargen på botens øverste rolle.\n" " " -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "Botten {} bruke konfigurerte farger for embeder." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "vil ikke" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "vil" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1144,11 +1155,11 @@ msgstr "\n" " Standardinnstillingen er for fuzzy kommando søk å bli deaktivert.\n" " " -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "Fuzzy kommando søking har blitt {} for denne serveren." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1159,11 +1170,11 @@ msgstr "\n" " Standard er for fuzzy kommando søk å bli deaktivert.\n" " " -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "Fuzzy kommando søking har blitt {} i DMer." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1176,115 +1187,115 @@ msgstr "\n" " https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" " " -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Fargen har blitt tilbakestilt." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Fargen har blitt lagt inn." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "Setter [botname] sitt avatar\n\n" " støtter enten et vedlegg eller en bilde-URL." -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "Denne URL-adressen er ugyldig." -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "Noe gikk galt under forsøket på å hente bildet." -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Mislyktes. Husk at du kan redigere avataren din til to ganger i timen. Feil URL-adresse eller vedlegg må være gyldig bilde enten i JPG eller PNG format." -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Bare JPG / PNG format." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "Fjerner [botname] sitt profilbilde." -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "Avatar fjernet." -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "Angir [botname] sin spillestatus." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "Maksimal lengde på spillbeskrivelser er 128 tegn." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "Status satt til ``Playing {game.name}``." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "Spillet er tømt." -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "Setter [botname] sin lyttestatus." -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "Maksimal lengde på lytterbeskrivelser er 128 tegn." -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "Status satt til ``Listening to {listening}``." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "Hører ryddet." -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "Setter [botname] sin overvåkningsstatus." -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "Maksimal lengde på ser beskrivelser er 128 tegn." -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "Status satt til ``Watching {watching}``." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "Overvåkningsstatus ryddet." -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "Setter [botname] sin konkurrerende status." -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "Maksimal lengde på konkurrerende beskrivelser er 128 tegn." -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "Status satt til ``konkurrerende i {competing}``." -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "Konkurrerende status fjernet." -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1301,84 +1312,84 @@ msgstr "Setter [botname] sin status.\n\n" " invisible\n" " " -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Status endret til {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "Setter [botname] sin strømmestatus til en Twitch-strøm.\n\n" " Hvis du lar både streamer og stream_title tømmes automatisk." -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "Maksimal lengde på streamer url er 511 tegn." -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "Maksimal lengde på stream innhold er 128 tegn." -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "Angir [botname] sitt brukernavn." -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "Brukernavnet til en verifisert bot kan ikke endres manuelt. Vennligst kontakt Discord støtte for å endre den." -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "Kan ikke endre navn. Må være 32 tegn eller færre." -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "Endre brukernavnet ble tidsavbrutt. Husk at du bare kan gjøre det opptil 2 ganger i timen. Bruk kallenavn hvis du trenger hyppige endringer: {command}" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "Kan ikke endre brukernavnet. Discord returnerte følgende feil:\n" "{error_message}" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "Det oppstod en uventet feil ved forsøk på å endre brukernavnet." -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "Setter [botname] sitt kallenavn." -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "Kan ikke endre kallenavn. Må være 32 tegn eller færre." -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Jeg mangler tillatelse til å endre mitt eget kallenavn." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "Setter [botname]'s globale prefiks(es)." -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefiks satt." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "Angir [botname]'s server prefiks(es)." -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Gruppe prefikser er tilbakestilt." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1399,21 +1410,21 @@ msgstr "\n" " For å tilbakestille til engelsk, bruk \"nb-NO\".\n" " " -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "Ugyldig språkkode. Bruk format: `en-US`" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Ugyldig format - språkkode må inkludere landskode, f.eks. 'nb-NO'" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "Globalt Lokale innstillinger er angitt." -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1434,15 +1445,15 @@ msgstr "\n" " For å tilbakestille til engelsk, bruk \"nb-NO\".\n" " " -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "Lokale innstillinger er satt til standard." -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Lokale innstillinger er angitt." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1457,15 +1468,15 @@ msgstr "\n" " Lastå tom for å basere regional formatering på robotens lokalitet.\n" " " -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "Global regional formatering vil nå basere seg på botens lokalitet." -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "Global regional formatering vil nå bli basert på '{language_code}` lokal." -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1480,15 +1491,15 @@ msgstr "\n" " Lastå tom for å basere regional formatering på botens lokale i denne serveren.\n" " " -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "Regional formatering vil nå være basert på botens locale på denne serveren." -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Regional formatering vil nå være basert på `{language_code}` lokal." -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1503,19 +1514,19 @@ msgstr "Tilpass en seksjon med `[p]info`.\n\n" " `[Min link](https://example. om)`\n" " " -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "Egendefinert tekst er tømt." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "Den egendefinerte teksten er lagt inn." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "Teksten må være mindre enn 1024 tegn lang." -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1532,72 +1543,72 @@ msgstr "Sendt, liste eller fjern ulike eksterne API tokens.\n\n" " eller i DM med boten.\n" " " -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "`{service}` API tokens har blitt satt." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "Vis alle eksterne API-tjenester sammen med deres nøkler som har blitt satt.\n\n" " Hemmeligheter vises ikke." -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "Ingen API tjenester har blitt angitt ennå." -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "Angi API-tjenester:\n" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "Angi API-tjenester:\n" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "Fjern de leverte tjenestene med alle nøklene og tokene sine." -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Tjenester ble slettet:\n" "{services_list}" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "Tjenesten ble slettet: {service_name}" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "Ingen av tjenestene du oppga hadde noen nøkler innsatt." -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Administrer innstillinger for hjelpekommando." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr " Vis gjeldende hjelpeinnstillinger. " -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Advarsel: Standardformatteren er ikke i bruk, disse innstillingene gjelder ikke." -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr " Dette tilbakestiller [botname] sin hjelpeformatter til standardformatteret. " -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "Hjelpeformateren har blitt tilbakestilt. Dette forhindrer ikke cogs fra å endre hjelp, du må kanskje fjerne en tog hvis dette har vært et problem." -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1608,11 +1619,11 @@ msgstr "\n" " Dette vil kanskje ikke påvirke når du bruker egendefinerte formatere fra tredjeparts cogs\n" " " -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "Hjelpeinnstillingene har blitt tilbakestilt til standardverdiene. Dette vil kanskje ikke ha en innvirkning når du bruker formater for tredjeparts hjelp." -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1627,15 +1638,15 @@ msgstr "\n" " Å bruke dette uten en innstilling vil veksle.\n" " " -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "Hjelpen vil bruke menyer." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "Hjelpen vil ikke bruke menyer." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1648,15 +1659,15 @@ msgstr "\n" " Bruk dette uten en innstilling vil veksle.\n" " " -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "Hjelp vil ikke filtrere skjulte kommandoer." -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "Hjelp vil filtrere skjulte kommandoer." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1669,15 +1680,15 @@ msgstr "\n" " Bruk dette uten en innstilling vil veksle.\n" " " -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "Hjelp vil vise kommandoer aliaser." -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "Hjelp vil ikke vise kommandoer aliaser." -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1690,15 +1701,15 @@ msgstr "\n" " Bruk dette uten en innstilling vil veksle.\n" " " -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "Hjelp vil nå krysse av når den sendes i en DM." -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "Hjelpen vil ikke krysse av når den sendes i en DM." -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1713,15 +1724,15 @@ msgstr "\n" " Å bruke dette uten en innstilling vil veksle.\n" " " -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "Hjelpen vil bare vise for kommandoer som kan kjøres." -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "Hjelp vil vises uten å sjekke om kommandoene kan kjøres." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1738,15 +1749,15 @@ msgstr "\n" " Hvis du bruker dette uten en innstilling, vil det byttes ut.\n" " " -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "Hjelp vil bekrefte at hjelpeemner eksisterer." -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Hjelp vil bare verifisere at hjelpeemner er tilgjengelige via uklar hjelp (hvis aktivert)." -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1763,15 +1774,15 @@ msgstr "Angi antall tegn for hver side i hjelp-meldingen.\n\n" " bety at noen sider vil overstige denne grensen.\n" " " -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "Du må gi en verdi på minst 500 tegn." -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Ferdig. Tegngrensen per side er satt til {}." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1788,15 +1799,15 @@ msgstr "Angi maksimalt antall hjelpesider sendt i en serverkanal.\n\n" " Standardverdien er 2 sider.\n" " " -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "Du må gi en verdi som er null eller høyere!" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "Ferdig. Grensen er satt til {}." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1811,19 +1822,19 @@ msgstr "Angi forsinkelsen hvoretter hjelpesidene vil bli slettet.\n\n" " Boten må ha MANAGE_MESSAGES tillatelse til å fungere.\n" " " -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "Tidsfristen kan ikke være lengre enn 14 dager!" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "Ferdig. Hjelpe meldinger slettes ikke nå." -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "Ferdig. Slettingsforsinkelsen er satt til {} sekunder." -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1836,60 +1847,60 @@ msgstr "\n" " angitt, brukes standard i stedet.\n" " " -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "Etiketten er tilbakestilt." -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Din linje er for lang! Vennligst forkort den til å være maks 2048 tegn lang." -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "Taggen er lagt inn." -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "Sender en melding til eieren." -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "Bruker-ID: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "gjennom DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "fra {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | Server-ID: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Bruk '{} dm {} ' for å svare denne brukeren" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Sendt av {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "Jeg har blitt konfigurert til å ikke sende dette noe sted." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Din melding har blitt sendt." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Jeg klarer ikke å levere meldingen. Unnskyld." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1904,41 +1915,41 @@ msgstr "Sender en DM til en bruker.\n\n" " en bruker og klikk på \"Kopier ID-\".\n" " " -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Ugyldig ID, bruker ikke funnet, eller brukeren er en bot. Du kan bare sende meldinger til personer jeg deler en server med." -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Eier av {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Du kan svare på denne meldingen med {}contact" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Beklager, kunne ikke levere meldingen din til {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Meldingen er levert til {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Skriver ut botens datasti." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Datasti {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "Viser feilsøkingsinformasjon nyttig for feilsøking." -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" @@ -1947,7 +1958,7 @@ msgstr "\n" " Tillatte kommandoer for håndtering.\n" " " -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" @@ -1956,15 +1967,15 @@ msgstr "\n" " Legger til en bruker i tillatelseslisten.\n" " " -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "Brukere har blitt lagt til i tillatt liste." -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "Brukeren har blitt lagt til i tillatelseslisten." -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" @@ -1973,15 +1984,15 @@ msgstr "\n" " Lister brukere på tillatt liste.\n" " " -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "Brukere på tillatt liste:" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "Bruker på tillatt liste:" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" @@ -1990,15 +2001,15 @@ msgstr "\n" " Fjerner brukeren fra tillatelseslisten.\n" " " -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "Brukere har blitt fjernet fra tillatt liste." -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "Brukeren har blitt fjernet fra tillatt liste." -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" @@ -2007,11 +2018,11 @@ msgstr "\n" " Fjerner bort fra tillatelisten\n" " " -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "Tillatt liste er tømt." -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" @@ -2020,7 +2031,7 @@ msgstr "\n" " Kommandoer for blokkeringsadministrasjon\n" " " -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" @@ -2029,19 +2040,19 @@ msgstr "\n" " Legger til en bruker i blokkeringslisten.\n" " " -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "Du kan ikke legge til en eier i blokkeringslisten!" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "Brukere har blitt lagt til i blokkeringslisten." -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "Brukeren har blitt lagt til blokkeringslisten." -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" @@ -2050,15 +2061,15 @@ msgstr "\n" " Lister brukere på blokkeringslisten.\n" " " -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "Brukere på blokklisten:" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "Bruker på blokkeringslisten:" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" @@ -2067,15 +2078,15 @@ msgstr "\n" " Fjerner brukeren fra blokkeringslisten.\n" " " -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "Brukere har blitt fjernet fra blokkeringslisten." -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "Brukeren har blitt fjernet fra blokkeringslisten." -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" @@ -2084,11 +2095,11 @@ msgstr "\n" " Fjerner blokkeringslisten.\n" " " -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "Svartelisten er tømt." -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" @@ -2097,7 +2108,7 @@ msgstr "\n" " Serverspesifikke bestemmelser for styring av tillateliste.\n" " " -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" @@ -2106,19 +2117,19 @@ msgstr "\n" " Legger til en bruker eller en rolle i listen over server.\n" " " -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "Jeg kan ikke tillate deg å gjøre dette, da det vil fjerne din evne til å kjøre kommandoer, vær sikker på at du legger deg selv til i tillatelseslisten først." -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "Brukere og/eller roller har blitt lagt til i tillatelseslisten." -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "Bruker eller rolle har blitt lagt til i tillatelseslisten." -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" @@ -2127,15 +2138,15 @@ msgstr "\n" " Lister brukere og roller på listen over serveren tillater.\n" " " -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "Tillatte brukere og/eller roller:" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "Tillatt bruker eller rolle:" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" @@ -2144,23 +2155,23 @@ msgstr "\n" " Fjerner bruker eller rolle fra tillatt liste.\n" " " -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "Jeg kan ikke tillate deg å gjøre dette, da det vil fjerne din evne til å kjøre kommandoer." -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "Brukere og/eller roller har blitt fjernet fra listen tillatt på serveren." -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "Brukeren eller rollen har blitt fjernet fra listen som server tillater." -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "Serverens tillatte liste har blitt fjernet." -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" @@ -2169,7 +2180,7 @@ msgstr "\n" " Server spesifikke styringskommandoer for blokklisten.\n" " " -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" @@ -2178,27 +2189,27 @@ msgstr "\n" " Legger til en bruker eller en rolle på blokkeringslisten.\n" " " -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "Du kan ikke legge deg selv til i blokkeringslisten!" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "Du kan ikke legge til guildeieren til blokkeringslisten!" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "Du kan ikke legge til en bot eier i blokkeringslisten!" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "Brukere og/eller roller har blitt lagt til fra server-blokkelisten." -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "Brukeren eller rollen har blitt lagt til fra serverens blokkeringsliste." -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" @@ -2207,15 +2218,15 @@ msgstr "\n" " Bruker og roller i blokkerings listen.\n" " " -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "Blokkerte brukere og/eller roller:" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "Blokkert bruker eller rolle:" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" @@ -2224,15 +2235,15 @@ msgstr "\n" " Fjerner bruker eller rolle fra blokkerings listen.\n" " " -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "Brukere og/eller roller har blitt fjernet fra serverens blokkeringsliste." -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "Brukeren eller rollen har blitt fjernet fra serverens blokkeringsliste." -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" @@ -2241,86 +2252,86 @@ msgstr "\n" " Fjerner server blokkerings listen.\n" " " -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "Server-blokklisten har blitt slettet." -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "Administre robotens kommandoer og cogs." -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "Angi standardtilstanden for en cog som deaktivert." -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "Cog med oppgitt navn finnes ikke." -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "Du kan ikke deaktivere denne cog som standard." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} er angitt som deaktivert som standard." -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "Angi standardtilstanden for en cog som aktivert." -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "{cogname} er satt som standard." -#: redbot/core/core_commands.py:3123 +#: redbot/core/core_commands.py:3139 #, docstring msgid "Disable a cog in this guild." msgstr "Deaktiver en logg i denne guilden." -#: redbot/core/core_commands.py:3128 +#: redbot/core/core_commands.py:3144 msgid "You can't disable this cog as you would lock yourself out." msgstr "Du kan ikke deaktivere denne cog siden du vil låse deg selv ut." -#: redbot/core/core_commands.py:3130 +#: redbot/core/core_commands.py:3146 msgid "{cogname} has been disabled in this guild." msgstr "{cogname} har blitt deaktivert i denne guilden." -#: redbot/core/core_commands.py:3133 +#: redbot/core/core_commands.py:3149 msgid "{cogname} was already disabled (nothing to do)." msgstr "{cogname} var allerede deaktivert (ingenting å gjøre)." -#: redbot/core/core_commands.py:3139 +#: redbot/core/core_commands.py:3155 #, docstring msgid "Enable a cog in this guild." msgstr "Aktiver en cog i denne guilden." -#: redbot/core/core_commands.py:3141 +#: redbot/core/core_commands.py:3157 msgid "{cogname} has been enabled in this guild." msgstr "{cogname} har blitt aktivert i denne guilden." -#: redbot/core/core_commands.py:3149 +#: redbot/core/core_commands.py:3165 msgid "{cogname} was not disabled (nothing to do)." msgstr "{cogname} ble ikke deaktivert (ingenting å gjøre)." -#: redbot/core/core_commands.py:3155 +#: redbot/core/core_commands.py:3171 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "List opp loggene som er deaktivert i denne guilden." -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "Følgende cogs er deaktivert i denne guilden:\n" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "Det er ingen deaktiverte cogs i denne guilden." -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2331,41 +2342,41 @@ msgstr "\n" " Hvis du er robot-eier, vil dette vise globale deaktiverte kommandoer som standard.\n" " " -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "List deaktivert kommandoer globalt." -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "Det er ikke noen globalt utkoplet kommandoer." -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "{} kommandoer er deaktivert globalt.\n" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "1 kommando er deaktivert globalt.\n" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "Listen deaktivert kommandoer på denne serveren." -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "Det er ingen deaktiverte kommandoer i {}." -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "{} kommandoer er deaktivert i {}.\n" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "1 kommando er deaktivert i {}.\n" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2376,42 +2387,42 @@ msgstr "Deaktiver en kommando.\n\n" " globalt som standard.\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Deaktivere en kommando globalt." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Jeg kunne ikke finne den kommandoen. Vær oppmerksom på at den er stor sensitiv." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Kommandoen som skal deaktiveres kan ikke være `command` eller en av dens underkommandoer." -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "Denne kommandoen er angitt som alltid tilgjengelig og kan ikke deaktiveres." -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Den kommandoen er allerede deaktivert globalt." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Deaktiver kun en kommando i denne serveren." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "Du har ikke lov til å deaktivere den kommandoen." -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "Den kommandoen er allerede deaktivert i denne serveren." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2422,29 +2433,29 @@ msgstr "Aktiver en kommando.\n\n" " deaktivert kommando som standard.\n" " " -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Aktiver en kommando globalt." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "Den kommandoen er allerede aktivert globalt." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Aktiver en kommando i denne serveren." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "Du har ikke rettigheter til å aktivere den kommandoen." -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Den kommandoen er allerede aktivert på denne serveren." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2457,7 +2468,7 @@ msgstr "Sett botens svar til deaktiverte kommandoer.\n\n" " `{command}` plassholder.\n" " " -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" @@ -2466,7 +2477,7 @@ msgstr "\n" " Serverinnstillinger for immunitet fra automatiserte handlinger.\n" " " -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2477,19 +2488,19 @@ msgstr "\n" " moderasjons aksjonimmunitet.\n" " " -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "Roller immunitet fra automatiserte moderasjons aksjoner:\n" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "Medlemmer immune fra automatiserte moderasjons aksjoner:\n" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "Ingen immunintetsinnstillinger her." -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" @@ -2498,15 +2509,15 @@ msgstr "\n" " Lager en bruker eller rolle immune fra automatiserte moderasjons handlinger.\n" " " -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Allerede lagt til." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Ikke i listen." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" @@ -2515,15 +2526,15 @@ msgstr "\n" " Kontrollerer om en bruker eller rolle vil anses som immune fra automatiserte handlinger.\n" " " -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "De er immune." -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "De er ikke immuniserte." -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" @@ -2532,7 +2543,7 @@ msgstr "\n" " Kommandoer for å konfigurere eier varsler.\n" " " -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2543,7 +2554,7 @@ msgstr "\n" " Dette er standardtilstanden.\n" " " -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" @@ -2552,7 +2563,7 @@ msgstr "\n" " Åpta-ut Velg bort mottak av eiervarsler.\n" " " -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" @@ -2561,7 +2572,7 @@ msgstr "\n" " Legger til en destinasjon tekstkanal for å motta eier-meldinger.\n" " " -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" @@ -2570,7 +2581,7 @@ msgstr "\n" " Fjerner en destinasjon tekstkanal fra å motta eier-meldinger.\n" " " -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" @@ -2579,20 +2590,20 @@ msgstr "\n" " Viser de konfigurerte ekstra destinasjoner for eiermeldinger.\n" " " -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "Det er ingen ekstra kanaler som sendes til." -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "Ukjent kanal med id: {id}" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "Legg til servere eller kanaler i ignorering listen." -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" @@ -2601,7 +2612,7 @@ msgstr "\n" " Lister de nåværende ignorerte serverne og kanalene.\n" " " -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" @@ -2610,33 +2621,33 @@ msgstr "Ignorer kommandoer i kanalen eller kategorien.\n\n" " Standard til gjeldende kanal.\n" " " -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Kanal lagt til ignorering listen." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "Kanal allerede i ignorering listen." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "Ignorer kommandoer på denne serveren." -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "Denne serveren har blitt lagt til i ignorering listen." -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "Denne serveren blir allerede ignorert." -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "Fjern servere eller kanaler fra ignorering listen." -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" @@ -2645,38 +2656,38 @@ msgstr "Fjern en kanal eller kategori fra ignorering listen.\n\n" " Standard til gjeldende kanal.\n" " " -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Kanal fjernet fra ignorering listen." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "Denne kanalen er ikke i ignorering listen." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "Fjern denne serveren fra ignorering listen." -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "Denne serveren har blitt fjernet fra ignorering listen." -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "Denne serveren er ikke i ignorering listen." -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "Denne serveren blir for øyeblikket ignorert." -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Nåværende ignorerte kategorier: {categories}\n" "Kanaler: {channels}" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -2688,7 +2699,7 @@ msgstr "\n" #: redbot/core/dev_commands.py:36 #, docstring msgid "Various development focused utilities." -msgstr "" +msgstr "Ulik utvikling fokuserte hjelpemidler." #: redbot/core/dev_commands.py:123 #, docstring diff --git a/redbot/core/locales/nl-NL.po b/redbot/core/locales/nl-NL.po index 44ca5252e..ff6e07625 100644 --- a/redbot/core/locales/nl-NL.po +++ b/redbot/core/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Verouderd" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Over deze instantie" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Over Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Embeds zijn nu standaard {}." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "de-activeren" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "activeren" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Embeds zullen nu weer de globale instellingen gebruiken." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Embeds zijn nu {} voor deze server." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Reactie time-out." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Oké. Doei :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Om een server te verlaten, typ je gewoon het nummer in." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Weet je zeker dat ik {} moet verlaten? (ja/nee)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Klaar." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Oké dan." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "{packs} geladen." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "Dit pakket is al geladen: {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "Deze pakketten zijn al geladen: {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Afsluiten... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Herstarten..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "zal niet" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "zal" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Je kan alleen het JPG / PNG formaat gebruiken." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Status veranderd naar {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Ik heb niet de juiste bevoegdheden om mijn nickname te veranderen." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefix opgeslagen." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Server prefixes zijn gereset." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Taal is veranderd." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "Gebruikers-ID: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "met een persoonlijk bericht" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "van {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "| Server ID: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gebruik `{}dm {} ` om te reageren op deze gebruiker" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Verzonden door {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Je bericht is verzonden." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Ik kan dit bericht niet afleveren." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Eigenaar van {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Je kan dit bericht beantwoorden met {}contact" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Helaas, jouw bericht naar {} kon niet afgeleverd worden" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Bericht aan {} afgeleverd." -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Die command is al geactiveerd in deze server." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/pl-PL.po b/redbot/core/locales/pl-PL.po index 7c722b8a1..7dd879d6e 100644 --- a/redbot/core/locales/pl-PL.po +++ b/redbot/core/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -173,39 +173,43 @@ msgstr "Ten bot jest instancją [Red, an open source Discord bot]({}) stworzonej "Red jest wspierana przez pełną pasji społeczność, która wnosi i tworzy treści dla wszystkich. [Dołącz do nas już dziś]({}) i pomóż nam rosnąć!\n\n" "(c) Twórcy Cog'ów" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Instancja należąca do" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Wersja Red" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Tak, {version} jest dostępne." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Sprawdzanie dostępnych aktualizacji nie powiodło się." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Nieaktualna" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "O tej instancji" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Więcej o Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Sprawia radość od 02 Sty 2016 (ponad {} dni temu!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Ten bot jest instancją Red, open source Discord bot'a (1) stworzonego p "Red jest wspierana przez pełną pasji społeczność, która wnosi i tworzy treści dla wszystkich. Dołącz do nas już dziś (4) i pomóż nam rosnąć!\n\n" "(c) Twórcy Cog'ów" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Instancja należąca do [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Wersja Red: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Nieaktualny: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**O Red**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**O tej instancji**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,73 +264,73 @@ msgstr "**Odnośniki**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "Pokazuje czas działania [botname]." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Mniej niż sekundę" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Działam od: **{time_quantity}** (od {timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Komendy które wchodzą w interakcje z danymi które [botname] posiada o Tobie. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr " Dowiedz się jaki rodzaj danych [botname] przechowuje i dlaczego. " -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Ten bot przechowuje pewne dane o użytkownikach, które są niezbędne do działania. Jest to głównie ID przypisane twojemu użytkownikowi przez Discord, powiązany z kilkoma rzeczami w zależności od tego, z czym wchodzisz w interakcje w bocie. Istnieje kilka komend, które przechowują go, aby śledzić, kto coś stworzył. (takie jak listy odtwarzania) Aby uzyskać szczegółowe informacje na ten temat, a także bardziej szczegółowe informacje o tym, co jest przechowywane i dlaczego, zobacz {link}.\n\n" "Dodatkowo, dodatki stron trzecich ładowane przez właściciela bota mogą, ale nie muszą, przechowywać dodatkowe rzeczy. Możesz użyć `{prefix} mydata 3rdparty`, aby wyświetlić oświadczenia dostarczone przez każde dodanie strony trzeciej." -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr " Wyświetla zestawienia danych użytkownika końcowego każdego modułu stron trzecich. " -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "Muszę mieć możliwość załączania plików (spróbuj na PW?)." -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Wygląda na to, że ta instancja nie ma załadowanych żadnych rozszerzeń stron trzecich." -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "Oświadczenia strony trzeciej dotyczące danych użytkownika końcowego" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "Poniżej znajdują się oświadczenia dostarczone przez rozszerzenia stron trzecich." -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "Rozszerzenia stron trzecich bez oświadczeń\n" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Oto wygenerowana strona z oświadczeniami dostarczonymi przez rozszerzenia stron trzecich." -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "Nie otrzymano potwierdzenia, anulowanie." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "Nie otrzymano odpowiedniego potwierdzenia, anulowanie." -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -334,63 +345,63 @@ msgstr "\n" " Dalsze interakcje z [botname] mogą spowodować, że ponownie dowie się o tobie.\n" " " -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "Ta komenda ({command}) nie obsługuje nieinteraktywnego użycia." -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Spowoduje to, że bot pozbędzie si i/lub odłączy dane od twojej osoby. Nie pozbędzie się danych operacyjnych, takich jak wpisy modlogu, ostrzeżeń czy wyciszeń. Jeśli jesteś pewien/pewna, że tego chcesz, odpowiedz następująco:" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "To może trochę potrwać." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -398,22 +409,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -423,91 +434,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -518,32 +529,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Globalna wartość domyślna: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Ustawienia serwera: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Ustawienia kanału: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Ustawienia użytkownika: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -553,23 +564,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Embedy są teraz domyślnie {}." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "wyłączone" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "włączone" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -582,16 +593,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Embedy będą teraz używać globalnego ustawienia." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Embedy są teraz {} dla tej gildii." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -604,11 +615,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -620,42 +631,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "Konfiguracja zaproszenia bota." -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -666,188 +677,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Przekroczono limit czasu odpowiedzi." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Gotowe." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Wyłączanie... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -855,30 +866,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Restartowanie..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -886,7 +897,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -894,23 +905,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "Nie usunę wiadomości komend." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -920,75 +931,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -997,19 +1008,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "Bot {} używał swojego skonfigurowanego koloru dla embedów." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "nie będzie" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "będzie" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1017,11 +1028,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1029,11 +1040,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1042,114 +1053,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Kolor został zresetowany." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Kolor został ustawiony." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Tylko formaty JPG / PNG." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1160,82 +1171,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Status zmieniony na %s." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Nie mam uprawnień do zmiany mojego pseudonimu." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefiks ustawiony." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Prefiksy gildii zostały zresetowane." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1248,21 +1259,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Język został ustawiony." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1293,15 +1304,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1311,15 +1322,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1329,19 +1340,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1352,70 +1363,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Zarządzaj ustawieniami dla komendy help." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1423,11 +1434,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1437,15 +1448,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1454,15 +1465,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1471,15 +1482,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1488,15 +1499,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1506,15 +1517,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1525,15 +1536,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1544,15 +1555,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Gotowe. Limit znaków na stronę został ustawiony na {}." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1563,15 +1574,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "Musisz podać wartość zero lub większą!" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "Gotowe. Limit stron został ustawiony na {}." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1581,19 +1592,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1602,60 +1613,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID użytkownika: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "przez PW" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "z {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | ID serwera: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Użyj `{}dm {} `, by odpowiedzieć temu użytkownikowi" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Wysłane przez {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Twoja wiadomość została wysłana." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Nie mogę wysłać twojej wiadomości. Przepraszam." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1665,385 +1676,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Właściciel {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Możesz odpowiedzieć na tę wiadomość za pomocą {}contact" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Sorry, nie mogę dostarczyć Twojej wiadomości do {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Wiadomość dostarczona do {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2051,41 +2062,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2093,42 +2104,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Wyłącza komendę globalnie." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Nie mogłem znaleźć komendy. Pamiętaj, że ma tutaj znaczenie wielkość znaków." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Ta komenda jest już wyłączona globalnie." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Wyłącza komendę tylko na tym serwerze." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "Ta komenda jest już wyłączona na tym serwerze." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2136,29 +2147,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Włącza komendę globalnie." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "Ta komenda jest już włączona globalnie." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Włącza komendę na tym serwerze." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Ta komenda jest już włączona na tym serwerze." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2167,14 +2178,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2182,56 +2193,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Już istnieje." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Brak na liście." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2239,125 +2250,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/pt-BR.po b/redbot/core/locales/pt-BR.po index de7276c4d..316d4a811 100644 --- a/redbot/core/locales/pt-BR.po +++ b/redbot/core/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -171,64 +171,75 @@ msgstr "Este bot é uma instância de [Red, um bot para Discord de código abert "Red é apoiado por uma comunidade apaixonada que contribui e cria conteúdo para todos desfrutarem. [Junte-se a nós hoje]({}) e nos ajude a melhorar!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Versão do Red" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Sim, {version} está disponível." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Falha ao procurar por atualizações." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Desatualizado" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Sobre esta instância" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Sobre o Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Trazer alegria desde 02 de Jan 2016 (mais de {} dias atrás!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -239,72 +250,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Menos de um segundo" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -314,63 +325,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -378,22 +389,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -403,91 +414,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -498,32 +509,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Configuração da Guilda: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Configuração de canal: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Configuração do usuário: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -533,23 +544,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "As mensagens incorporadas agora são {} por padrão." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "desabilitado" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "habilitado" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -562,16 +573,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "As mensagens incorporadas agora voltarão para a configuração global." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "As mensagens incorporadas agora são {} para esta guilda." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -584,11 +595,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "As mensagens incorporadas agora são {} para este canal." -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -600,42 +611,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -646,188 +657,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Tempo de resposta excedido." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Certo. Tchau :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Saindo da guilda '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Para deixar um servidor, basta digitar o número." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "Não posso deixar uma guilda da qual sou proprietário." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Concluído." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Desligando... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -835,30 +846,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Reiniciando..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -866,7 +877,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -874,23 +885,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -900,75 +911,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Descrição reiniciada." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -977,19 +988,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "O bot {} usa a cor configurada para mensagens incorporadas." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "não vai" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "vai" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -997,11 +1008,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1009,11 +1020,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1022,114 +1033,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "A cor foi redefinida." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "A cor foi definida." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Apenas formatos JPG / PNG." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1140,82 +1151,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Status alterado para {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefixo definido." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Prefixos do servidor foram redefinidos." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1228,21 +1239,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1255,15 +1266,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Localidade foi definida." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1273,15 +1284,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1291,15 +1302,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1309,19 +1320,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1332,70 +1343,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Gerencie as configurações para o comando de ajuda." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1403,11 +1414,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1417,15 +1428,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1434,15 +1445,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1451,15 +1462,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1468,15 +1479,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1486,15 +1497,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1505,15 +1516,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1524,15 +1535,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1543,15 +1554,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1561,19 +1572,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1582,60 +1593,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID do usuário: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "através de DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | ID do servidor: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Use `{}dm {} ` para responder este usuário" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Sua mensagem foi enviada." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1645,385 +1656,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Proprietário de {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Você pode responder a esta mensagem com {}contato" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Desculpe, não consegui entregar sua mensagem para {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Mensagem enviada para {}" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Imprime o caminho de dados do bot." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Caminho dos dados: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2031,41 +2042,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "Não existem comandos desativados globalmente." -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "{} comandos estão desativados globalmente.\n" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "1 comando está desativado globalmente.\n" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "Lista de comandos desabilitados neste servidor." -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "Não há nenhum comando desativado em {}." -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "{} comandos estão desativados em {}.\n" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "1 comando está desativado em {}.\n" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2076,42 +2087,42 @@ msgstr "Desative um comando.\n\n" " globalmente por padrão.\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Desative um comando globalmente." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2119,29 +2130,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Habilita um comando neste servidor." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Esse comando já está habilitado neste servidor." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2150,14 +2161,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2165,56 +2176,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Já adicionado." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Não está na lista." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2222,125 +2233,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/pt-PT.po b/redbot/core/locales/pt-PT.po index 6fcf5f0ea..1042a90d7 100644 --- a/redbot/core/locales/pt-PT.po +++ b/redbot/core/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "As mensagens incorporadas estão agora {} por predefinição." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Concluído." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/ro-RO.po b/redbot/core/locales/ro-RO.po index 602f62aec..edf3bb0c7 100644 --- a/redbot/core/locales/ro-RO.po +++ b/redbot/core/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Versiunea Red" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Da, versiunea {version} este disponibilă." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Verificarea pentru actualizări a eșuat." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Neactualizat" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Despre această instanță" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Despre Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Aducând bucurie din 02 Ianuarie 2016 (peste {} zile în urmă)!" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Mai puțin de o secundă" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Setare de utilizator: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "dezactivat" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "activat" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "În regulă. Pa-paaa :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Îmi lipsesc permisiunile de a-mi schimba porecla." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefix setat." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Prefixele serverului au fost resetate." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "Cod de localizare invalid. Utilizați formatul: `ro-RO`" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Format invalid - codul de localizare trebuie să includă codul de țară, ex. `ro-RO`" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Localizarea a fost setată." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/ru-RU.po b/redbot/core/locales/ru-RU.po index 59e2dd587..a97510c13 100644 --- a/redbot/core/locales/ru-RU.po +++ b/redbot/core/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -173,39 +173,43 @@ msgstr "Этот бот является примером [Red, открытый "Red поддерживается страстным сообществом, которое вносит свой вклад и создает контент для всех желающих. [Присоединяйтесь к нам сегодня]({}) и помогите нам улучшить!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Данная копия принадлежит" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Версия Red бота" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Да, {version} доступен." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Проверка обновлений не удалась." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Устаревшие" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Об этом экземпляре" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "О Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Приносит радость с 2 Января 2016 (более {} дней назад!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Этот бот является примером [Red, открытый "Red поддерживается страстным сообществом, которое вносит свой вклад и создает контент для всех желающих. [Присоединяйтесь к нам сегодня]({}) и помогите нам улучшить!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Копия, принадлежащая [{owner}]\n" "discord. y: [{dpy_version}] (6)\n" "версия Red: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Устарело: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**О Red**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**Об этом экземпляре**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,73 +264,73 @@ msgstr "**Ссылки**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "Показать время безотказной работы [botname]." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Менее одной секунды" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Был за: **{time_quantity}** (поскольку {timestamp} универсальное глобальное время)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Команды которые взаимодействуют с данными которые имеет о вас [botname]. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr " Узнайте какой тип данных [botname] хранит и почему. " -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Этот бот хранит некоторые данные о пользователях, необходимые для функционирования. Это в основном ID, присвоенный вашему пользователю Discord, связано с небольшим количеством вещей, в зависимости от того, с чем вы взаимодействуете в боте. Есть несколько команд, которые хранят его, чтобы отслеживать кто что-то создал. (например, плейлисты) Для получения подробной информации об этом, а также более подробной информации о том, что хранится и почему, смотрите {link}.\n\n" "Кроме того, аддоны сторонних разработчиков, загруженные владельцем бота, могут хранить или не сохранять дополнительные вещи. Вы можете использовать `{prefix}mydata 3rdparty` для просмотра утверждений от каждого дополнения сторонних разработчиков." -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr " Просмотр отчетов конечного пользователя каждого стороннего модуля. " -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "Мне нужно иметь возможность прикреплять файлы (попробуйте в ЛС?)." -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Похоже что в этом экземпляре не загружены сторонние расширения." -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "Операторы данных конечного пользователя" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "Ниже приводятся заявления представленные в виде сторонних расширений." -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "Сторонние расширения без утверждений\n" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "Ниже приведена сгенерированная страница с заявлениями, предоставленными сторонними расширениями." -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "Не было подтверждено, отмена." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "Не удалось получить соответствующее подтверждение, отмена." -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -334,19 +345,19 @@ msgstr "\n" " Дальнейшее взаимодействие с [botname] может привести к тому, что он узнает о вас снова.\n" " " -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "Команда ({command}) не поддерживает не-интерактивное использование." -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Это приведёт к тому, что бот избавится от вас и/или будет лишен привязки. Она не избавится от таких операционных данных, как записи в журнале modlog, предупреждения или мутации. Если вы уверены, что это то, что вы хотите, пожалуйста, ответьте следующим образом:" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Это может занять некоторое время." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -354,7 +365,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -362,7 +373,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота для этого.\n" "Примечание: вне этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -370,27 +381,27 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота для этого.\n" "Примечание: вне этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Я удалила не оперативные данные о вас (те что я знаю как удалять) {mention}" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Следующие расширения не были удалены:\n" "{cogs}." -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr " [Скоро будет] Получите данные которые о вас знает [botname]. " -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Эта команда пока ничего не делает, но мы работаем над добавлением поддержки для этого." -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -399,7 +410,7 @@ msgstr "\n" " Команды для более полной обработки данных.\n" " " -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -410,11 +421,11 @@ msgstr "\n" " Это включено по умолчанию.\n" " " -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "Пользователь может удалить собственные данные. Это не коснётся таких данных как: заблокированные пользователи." -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" @@ -423,11 +434,11 @@ msgstr "\n" " Установите бота так, чтобы запретить пользователям запрашивать удаление данных\n" " " -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "Пользователь не может удалить собственные данные." -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -442,15 +453,15 @@ msgstr "\n" " 1: Расширения должны удалить всё, что в отношении пользователя не требуется винтику.\n" " " -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Расширения будут проинструктированы удалять все не оперативные данные по запросу пользователя." -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Расширения будут проинформированы о том, что пользователь сделал запрос на удаление данных, и подробности того что удалять будут оставлены на усмотрение автора расширения." -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" @@ -459,13 +470,13 @@ msgstr "\n" " Обработка запроса на удаление из Discord.\n" " " -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Это приведет к тому, что бот избавится от всех данных из указанного ID пользователя. Вы не должны использовать это, если Discord специально не запросил это в отношении удаленного пользователя. Это удалит пользователя из различных противоправных мер. Если вы обрабатываете запрос вручную от пользователя, вы можете захотеть `{prefix}{command_name}` вместо\n\n" "Если вы уверены, что вы собираетесь это сделать, пожалуйста, ответьте следующим образом:" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -473,7 +484,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -481,7 +492,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -489,22 +500,22 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "Я удалил все данные об этом пользователе, которые я знаю, как удалить." -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr " Удалить данные [botname] о пользователе. " -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Это приведёт к тому, что бот избавится от множества неоперационных данных от указанного пользователя. Пользователи имеют для этого доступ к различным командам, если они не могут взаимодействовать с ботом вообще. Это в основном безопасная операция, но вы не должны использовать его, если не обрабатывать запрос от этого пользователя, так как это может повлиять на их использование бота. \n\n" "Если вы уверены, что это то, что вы собираетесь сделать, пожалуйста, ответьте следующим образом:" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -512,7 +523,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -520,7 +531,7 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -528,21 +539,21 @@ msgstr "Я пытался удалить все неоперативные да "Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" "Примечание: за пределами этих сбоев данные должны были быть удалены." -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "Я удалил все неоперативные данные о пользователе, которые я знаю, как удалить." -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -558,32 +569,32 @@ msgstr "\n" " По умолчанию используются встраиваемые сообщения.\n" " " -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "Настройки встроенных сообщений:\n\n" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Глобальные значения по умолчанию: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Настройки гильдии: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Настройка канала: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Настройки пользователя: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -598,23 +609,23 @@ msgstr "\n" " embed.\n" " " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Встраиваемые теперь по умолчанию {}." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "отключен" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "включен" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -639,16 +650,16 @@ msgstr "\n" " \n" " " -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Настройки теперь восстанавливаются." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Настройки {} для этой гильдии." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -669,11 +680,11 @@ msgstr "\n" " для справочных команд.\n" " " -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "Сейчас встраиваются {} для этого канала." -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -685,35 +696,35 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" @@ -722,7 +733,7 @@ msgstr "\n" " Определите, должна ли команда быть доступной для обычного пользователя.\n" " " -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -733,196 +744,196 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Вы уверены, что хотите, чтобы я покинул данный сервер? (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Время ответа истекло." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Хорошо. До свидания :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "Выход из гильдии '{}'" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Чтобы покинуть сервер, просто наберите его номер." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "Я не могу покинуть гильдию, которой я владею." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Вы уверены, что хотите чтобы я вышел {}? (да/нет)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Готово." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Хорошо." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "Загружено {packs}." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "Следующий пакет уже загружен: {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "Следующие пакеты уже загружены: {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {pack}.\n" ". Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {packs}.\n" ". Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "Следующий пакет не найден в пути ког: {pack}." -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "Следующие пакеты не были найдены в пути ког: {packs}" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Этот пакет не может быть загружен по следующим причинам:\n\n" "{reason}" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Эти пакеты не могут быть загружены по следующим причинам:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "Следующий пакет был выгружен: {pack}." -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "Следующие пакеты были выгружены: {packs}." -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "Не удалось загрузить следующий пакет: {pack}." -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "Следующие пакеты не были загружены: {packs}." -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "Перезагрузка {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Не удалось перезагрузить следующий пакет: {pack}.\n" "Проверьте консоль или логи для получения подробностей." -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Не удалось перезагрузить следующие пакеты: {packs}\n" "Проверьте консоль или журналы для получения информации." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Этот пакет не может быть перезагружен по следующей причине:\n\n" "{reason}" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Эти пакеты не могут быть перезагружены по следующим причинам:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Завершение работы... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -930,30 +941,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Перезапуск..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -961,7 +972,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -972,23 +983,23 @@ msgstr "Установите задержку, пока бот не удалит " Установите -1, чтобы отключить эту функцию.\n" " " -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "Удаление команды отключено." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "Удалить задержку, установленную на {num} секунд." -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Бот удалит командные сообщения через {num} секунд. Установите это значение -1, чтобы прекратить удаление сообщений" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "Я не буду удалять командные сообщения." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -998,15 +1009,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Описание сброшено." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -1015,15 +1026,15 @@ msgstr "\n" " Добавляет роль администратора для этого гильдии.\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "Эта роль уже является администратором." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "Теперь эта роль рассматривается как роль администратора." -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" @@ -1032,15 +1043,15 @@ msgstr "\n" " Добавляет роль модератора для этой гильдии.\n" " " -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "Эта роль уже является модераторской." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "Эта роль теперь считается ролью мода." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -1049,15 +1060,15 @@ msgstr "\n" " Удаляет роль администратора для этой гильдии.\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "Эта роль не была ролью администратора, с которой она начала." -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "Эта роль больше не рассматривается как роль администратора." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" @@ -1066,15 +1077,15 @@ msgstr "\n" " Удаляет роль модератора для этого сервера.\n" " " -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "Эта роль не была модераторской ролью для начала." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "Эта роль больше не рассматривается как роль модератора." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1087,19 +1098,19 @@ msgstr "\n" " В противном случае используемый цвет будет цветом главной роли бота.\n" " " -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "Бот {} использовать свой настроенный цвет для встраивания сообщений." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "не будет" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "будет" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1110,11 +1121,11 @@ msgstr "\n" " По умолчанию поиск неопределенных команд отключен.\n" " " -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "Поиск неопределенной команды был {} для этого сервера." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1125,11 +1136,11 @@ msgstr "\n" " По умолчанию поиск неопределенных команд отключен.\n" " " -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "Поиск неопределенных команд был {} в личных сообщениях." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1142,114 +1153,114 @@ msgstr "\n" " https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" " " -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Цвет был сброшен." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Цвет был установлен." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Ошибка. Помните, что мой аватар можно редактировать до двух раз в час. Ссылка или вложение должны быть корректным изображением в формате JPG или PNG." -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "JPG / PNG формат только." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "Аватар удален." -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "Статус изменён на ``Воспроизведение {game.name}``." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "Игра очищена." -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "Статус установлен в ``Слушаю {listening}``." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "Прослушивание прояснилось." -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "Status set to ``Watching {watching}``." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "Просмотр очищен." -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1260,82 +1271,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Статус изменён на {}." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Мне не хватает разрешений чтобы изменить свой ник." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Префикс установлен." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Префиксы сервера были сброшены." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1348,21 +1359,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "Неверный код языка. Используйте формат: `en-US`" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Недопустимый формат - код языка должен содержать код страны, например 'en-US'" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1375,15 +1386,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Локализация была установлена." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1393,15 +1404,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1411,15 +1422,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Формат региона теперь будет основываться на локализации `{language_code}`." -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1429,19 +1440,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "Пользовательский текст был очищен." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "Пользовательский текст установлен." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1452,70 +1463,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "`{service}` API токены были установлены." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Управление настройками для команды справки." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1523,11 +1534,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1537,15 +1548,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "Помощь будет использовать меню." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "Помощь не будет использовать меню." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1554,15 +1565,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "Помощь будет фильтровать скрытые команды." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1571,15 +1582,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1588,15 +1599,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1606,15 +1617,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "Справка будет показывать только для команд, которые могут быть запущены." -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "Справка будет показана без проверки возможности выполнения команд." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1631,15 +1642,15 @@ msgstr "\n" " Использование этого без параметра будет переключаться.\n" " " -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "Помощь проверит наличие тем помощи." -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Помощь будет проверять только наличие тем помощи при помощи нечеткой справки (если включено)." -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1656,15 +1667,15 @@ msgstr "Установите ограничение на количество с " означает, что некоторые страницы будут превышать этот предел.\n" " " -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "Значение должно быть не менее 500 символов." -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Готово. Максимальное количество символов на странице было установлено равным {}." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1675,15 +1686,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "Вы должны дать значение ноль или больше!" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "Готово. Ограничение на количество страниц установлено на {}." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1698,19 +1709,19 @@ msgstr "Установите задержку, после которой стр " Бот должен иметь разрешение MANAGE_MESSAGES на работу.\n" " " -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "Задержка не может быть длиннее 14 дней!" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "Готово. Сообщения справки теперь не будут удалены." -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "Готово. Задержка удаления была установлена на {} секунд." -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1724,60 +1735,60 @@ msgstr "\n" " значение по умолчанию\n" " " -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Ваш подзаголовок слишком длинный! Пожалуйста, уменьшите его до 2048 символов." -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "ID пользователя: {}" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "через DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | ID сервера: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Используйте `{}dm {} `чтобы ответить пользователю" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Отправил {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "Я настроен не отправлять это нигде." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Ваше сообщение было отправлено." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Я не могу доставить ваше сообщение. Извините." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1787,385 +1798,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Недопустимый ID, пользователь не найден или пользователь бот. Вы можете отправлять сообщения только тем пользователям, с которыми у меня есть сервер." -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Владелец {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "Вы можете ответить на это сообщение с {} контактом" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Извините, я не смог доставить сообщение для %s" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Сообщение доставлено к %s" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Выводит путь к данным бота." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Путь к данным: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2176,41 +2187,41 @@ msgstr "\n" " Если вы владелец бота, по умолчанию будет показывать глобальные отключенные команды.\n" " " -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "Список отключенных команд по всему миру." -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "Нет глобально отключенных команд." -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "{} Команды отключены глобально.\n" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "1 команда отключена глобально.\n" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "Список отключенных команд на этом сервере." -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "Нет отключенных комманд в {}." -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "{} команды отключены в {}.\n" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "1 команда отключена в {}.\n" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2221,42 +2232,42 @@ msgstr "Отключите команду.\n\n" " глобально по умолчанию\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Отключить команду глобально." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Я не мог найти эту команду. Обратите внимание, что она чувствительна к регистру." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Команда отключения не может быть `команда` или ни одной из подкоманд." -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Эта команда уже отключена глобально." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Отключить команду только на этом сервере." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "Вы не можете отключить эту команду." -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "Эта команда уже отключена на этом сервере." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2264,29 +2275,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Включить команду глобально." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "Эта команда уже включена глобально." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Включить команду на этом сервере." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "Вы не можете включить эту команду." -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Эта команда уже включена на этом сервере." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2295,14 +2306,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2310,49 +2321,49 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Уже добавлено." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Нет в списке." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" @@ -2361,7 +2372,7 @@ msgstr "\n" " Команды для настройки уведомлений владельца.\n" " " -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2369,125 +2380,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "Добавить серверы или каналы в список игнорируемых." -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Канал добавлен в список игнорирования." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "Канал уже добавлен в список игнорирования." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "Игнорировать команды на этом сервере." -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "Этот сервер был добавлен в список игнорирования." -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "Этот сервер уже находится в списке игнорирования." -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "Удалить серверы или каналы из списка игнорируемых." -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Канал удален из списка игнорирования." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "Этот канал не был добавлен в список игнорирования." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "Удалить этот сервер из списка игнорируемых." -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "Этот сервер был удален из списка игнорирования." -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "Этот сервер отсутствует в списке игнорируемых." -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "Этот сервер в настоящее время игнорируется." -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/sk-SK.po b/redbot/core/locales/sk-SK.po index 64b4ed3ab..219c2990a 100644 --- a/redbot/core/locales/sk-SK.po +++ b/redbot/core/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/sr-CS.po b/redbot/core/locales/sr-CS.po index 505f5e3ea..7fc7ed739 100644 --- a/redbot/core/locales/sr-CS.po +++ b/redbot/core/locales/sr-CS.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Latin)\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/sr-SP.po b/redbot/core/locales/sr-SP.po index 564314e52..6daf5720d 100644 --- a/redbot/core/locales/sr-SP.po +++ b/redbot/core/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/sv-SE.po b/redbot/core/locales/sv-SE.po index b4de9d172..3d7a98e43 100644 --- a/redbot/core/locales/sv-SE.po +++ b/redbot/core/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -173,39 +173,43 @@ msgstr "Denna bot är en instans av [Red, en open source Discord bot]({}) skapad "Red backas upp av en passionerad gemenskap som bidrar och skapar innehåll för alla att njuta av. [Följ med oss idag]({}) och hjälp oss att förbättra!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Instansen ägs av" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Red version" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Ja, {version} är tillgänglig." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Sökning efter uppdateringar misslyckades." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Föråldrad" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Om denna instans" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Om Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Skapar glädje sedan 02 jan 2016 (över {} dagar sedan!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Denna bot är en instans av Red, en open source Discord bot (1) skapad a "Red backas upp av en passionerad gemenskap som bidrar och skapar innehåll för alla att njuta av. Följ med oss idag (4) och hjälp oss att förbättra!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Instansen ägs av: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Föråldrad: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**Om Red**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**Om denna instans**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,72 +264,72 @@ msgstr "**Referenser**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "Visar [botname]:s drifttid." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Mindre än en sekund" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Uppe i: **{time_quantity}** (sedan {timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -328,63 +339,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -392,22 +403,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -417,91 +428,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -512,32 +523,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Användarinställning: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -547,23 +558,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -576,16 +587,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -598,11 +609,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -614,42 +625,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -660,188 +671,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Klart." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Stänger ner... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -849,30 +860,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Startar om..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -880,7 +891,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -888,23 +899,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -914,75 +925,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -991,19 +1002,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1011,11 +1022,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1023,11 +1034,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1036,114 +1047,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Endast JPG / PNG format." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1154,82 +1165,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Jag saknar behörighet för att ändra mitt egna smeknamn." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefix ändrat." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Guild prefix har rensats." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1242,21 +1253,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1269,15 +1280,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Språket har ändrats." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1287,15 +1298,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1305,15 +1316,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1323,19 +1334,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1346,70 +1357,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1417,11 +1428,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1431,15 +1442,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1448,15 +1459,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1465,15 +1476,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1482,15 +1493,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1500,15 +1511,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1519,15 +1530,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1538,15 +1549,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1557,15 +1568,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1575,19 +1586,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1596,60 +1607,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "genom DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "från {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Använd `{}dm {} `för att svara användaren" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "Skickat av {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Ditt meddelande har sänts." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Jag kan inte leverera ditt meddelande. Förlåt." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1659,385 +1670,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2045,41 +2056,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2087,42 +2098,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2130,29 +2141,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2161,14 +2172,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2176,56 +2187,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2233,125 +2244,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/tr-TR.po b/redbot/core/locales/tr-TR.po index 16fc30d2d..d95ae1bc4 100644 --- a/redbot/core/locales/tr-TR.po +++ b/redbot/core/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -173,39 +173,43 @@ msgstr "Bu bot Red'in bir misalidir. [Red, açık kaynaklı bir Discord botudur] "Red, geliştirilmesine katkıda bulunan ve herkesin kullanımı için içerik üreten hevesli bir topluluk tarafından desteklenmedir. [Bize bugün katılıp]({}) ilerlememize yardımcı olabilirsiniz!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "Misal sahibi" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Red Sürümü" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "Evet, {version} şu anda mevcut." -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "Güncelleme kontrolü başarısız oldu." -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "Güncel Değil" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "Bu misal hakkında" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "Red Hakkında" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "02 Ocak 2016 dan beri mutluluk getiriyor. ({} günden uzun süredir!)" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" @@ -213,7 +217,14 @@ msgstr "Bu bot Red'in misalidir, Red açık kaynaklı bir Discord botudur (1) Tw "Red geliştirilmesine katkıda bulunan ve herkesin kullanımı için açık içerik üreten hevesli bir topluluk tarafından desteklenmektedir. Hemen bize katılıp (4) gelişmemize yardımcı olabilirsiniz!\n\n" "(c) Cog Creators" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" @@ -223,19 +234,19 @@ msgstr "Misal sahibi: [{owner}]\n" "discord.py: [{dpy_version}] (6)\n" "Red sürümü: [{red_version}] (7)\n" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "Eskimiş: [{state}]\n" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "**Red Hakkında**\n" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "**Bu misal hakkında**\n" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -253,73 +264,73 @@ msgstr "**Referanslar**\n" "6. <{}>\n" "7. <{}>\n" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "[botname]'un açık kalma süresini gösterir." -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "Bir saniyeden az" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Şu zamandan beri açık: **{time_quantity}** ({timestamp} UTC)" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr " Bu botun [botname] sizinle ilgili hangi verileri elde ediyor komutları. " -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr " [botname] hangi verileri alıyor ve neden alıyor bulun. " -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "Bu bot çalışması için gerekli olduğundan kullanıcılar hakkında biraz veri depolar. Bu çoğunlukla size Discord tarafından atanan ID ve botu nasıl kullandığınıza bağlı olarak değişen ilişkilendirmelerdir. Kimin neyi oluşturduğunun kaydını tutan bir kaç komut bulunur. (oynatma listeleri gibi) Konuyla ilgili tüm detaylar ve neyin neden depolandığıyla ilgili bilgi almak için {link} adresini ziyaret edin.\n\n" "Ayrıca, bot'un sahibi tarafından yüklenmiş 3. parti eklentiler fazladan veri depoluyor veya depolamıyor olabilirler. `{prefix}mydata 3rdparty` komutunu kullanarak her 3. parti eklentinin veri bildirgesine ulaşabilirsiniz." -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr " Her 3. parti modülün Son Kullanıcı Veri Bildirgesini göster. " -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "Dosya eklemem gerekiyor. (DM'den deneyebilirsin)." -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "Bu misalde her hangi bir 3. parti eklenti kurulu gözükmüyor." -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "3. parti Son Kullanıcı Veri Bildirgeleri" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "3. parti eklentiler tarafından sunulan bildirgeler:" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "Bildirgesi olmayan 3. parti eklentiler\n" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "İşte 3. taraf uzantıların sağladığı ifadelerle oluşturulmuş bir sayfa." -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "Onay alınmadı, iptal ediliyor." -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "Eşleşen onay alınmadı, iptal ediliyor." -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -334,19 +345,19 @@ msgstr "\n" " [botname] ile devam eden etkileşimler sizin hakkında tekrar veri toplamasına sebep olabilir.\n" " " -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "Görünüşe bakılırsa ({command}) komutu etkileşimsiz kullanımı desteklemiyor." -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "Bu botun sizinle ilgili veriyi silmesi ve/veya ilişkilendirmeleri kaldırmasını sağlar. Moderasyönel kayıtlar, uyarılar, cezalar gibi işlevsel veriyi silmez. Eğer istediğinizin bu olduğundan eminseniz, lütfen şununla cevap verin:" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "Bu biraz zaman alacak." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -354,7 +365,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -362,7 +373,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." @@ -370,27 +381,27 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "Hakkınızda işlevsel olmayan (ve silmeyi bildiğim) tüm veriyi sildim {mention}" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "{mention} Bu coglar silme isteğini işlemedi:\n" "{cogs}." -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr " [Çok Yakında] [botname] botunun sizin hakkınızda olan datalarını alın. " -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "Bu komut şu anda hiç bir şey yapmıyor fakat bunun için üzerinde çalışıyoruz." -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" @@ -399,7 +410,7 @@ msgstr "\n" " Daha tümleşik veri kontrolü için komutlar.\n" " " -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -410,11 +421,11 @@ msgstr "\n" " Varsayılan olarak bu izne sahiplerdir.\n" " " -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "Kullanıcılar kendi verilerini silebilirler. Bu engellenmiş kullanıcılar gibi işlevsel verileri içermez." -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" @@ -423,11 +434,11 @@ msgstr "\n" " Botu kullanıcıların veri silme isteğinde bulunmasına izin vermemeye ayarla.\n" " " -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "Kullanıcılar kendi datalarını silemezler." -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -442,15 +453,15 @@ msgstr "\n" " 1: Coglar kullanıcı hakkında ihtiyaç duymadıkları her şeyi silmelidirler.\n" " " -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "Coglardan kullanıcı isteği üzerine işlevsel olmayan tüm veriyi silmeleri talep edilecek." -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "Coglar kullanıcının veri silme isteğinde bulunduğundan haberdar edilecek, ve neyin silinebileceği cog yapımcısının kararına bırakılacak." -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" @@ -459,13 +470,13 @@ msgstr "\n" " Discord tarafından gönderilmiş bir silme isteğini işle.\n" " " -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Bu, botun belirtilen kullanıcı IDsi ile ilgili tüm veriyi silmesini ya da ilişkilendirmeyi kaldırmasına yol açar. Eğer Discord bunu sizden hesabı silinmiş bir kullanıcı ile ilgili olarak özellikle istemediyse bunu yapmamalısınız. Bu kullanıcıyı çeşitli suiistimal tedbirlerinden de çıkaracaktır. Eğer bir kullanıcının veri silme isteğini işliyorsanız bunun yerine `{prefix}{command_name}` kullanınız\n\n" "Eğer yapmak istediğinizin şu anki işlem olduğundan eminseniz şununla cevap verin:" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -473,7 +484,7 @@ msgstr "O kullanıcı hakkında tüm bilgiyi silmeye çalıştım, (silmeyi bild "Lütfen log dosyalarını inceleyip cogların ve modüllerin yapımcıları ile görüşün.\n" "Not: Bu sorunlar dışında tüm veri silinmiş olmalı." -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -481,7 +492,7 @@ msgstr "Bu kullanıcıyla alakalı olan tüm verileri silmeye çalıştım (nas "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -489,22 +500,22 @@ msgstr "O kullanıcı ile ilgili tüm veriyi silmeye çalıştım, (silmeyi bild "Lütfen log dosyalarını inceleyip bu cogların ve modüllerin yapımcıları ile irtibata geçin.\n" "Not: Bu sorunlar dışında tüm veri silinmiş olmalı." -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "O kullanıcıyla ilgili nasıl sileceğimi bildiğim tüm verileri sildim." -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr " [botname] botunun bir kullanıcı hakkında depoladığı veriyi sil. " -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Bu botun belirtilen kullanıcıyla ilgili işlev için gerekli olmayan bol miktarda bilgiyi silmesini ya da ilişkilendirmeyi bırakmasına yol açacaktır. Bot ile hiç etkileşim kuramadıkları durumlar dışında kullanıcılar bununla ilgili farklı bir komutu kullanma izinleri vardır.. Bu çoğunlukla güvenli bir işlemdir, fakat kullanıcının botu kullanımı üzerinde etkili olabileceğinden eğer kullanıcı bunu açıkça talep etmediyse bunu kullanmamalısınız. \n\n" "Eğer devam etmek istediğinizden eminseniz şununla cevap verin:" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -512,7 +523,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -520,7 +531,7 @@ msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." @@ -528,22 +539,22 @@ msgstr "Bu kullanıcıyla alakalı olan operasyonel olmayan verileri silmeye ça "Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" "Not: Bu hatalar dışında, verileriniz silinmiş olmalı." -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "O kullanıcıyla ilgili nasıl sileceğimi bildiğim tüm verileri sildim." -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr " [botname] botunun sizin hakkınızda olan dataları silin. " -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "Bu botun belirtilen kullanıcıyla ilgili bol miktarda veriyi silmesini ya da ilişkilendirmeyi bırakmasına yol açacaktır. Bu son kullanıcı verilerini içerebilir, suiistimal önleme kayıtları dahil..\n\n" "Devam etmekte kararlıysanız şununla cevap verin:" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -560,32 +571,32 @@ msgstr "\n" " mesajları kullanmaktır.\n" " " -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "Şu anki yerleşik mesaj ayarlarını göster." -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "Embed ayarları:\n\n" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "Küresel varsayılan: {}\n" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "Sunucu ayarı: {}\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "Kanal ayarı: {}\n" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "Kullanıcı ayarı: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -600,23 +611,23 @@ msgstr "\n" " Varsayılan ayar yerleşik mesajlar kullanmaktır.\n" " " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "Gömer oldular (varsayılan olarak)." -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "deaktif" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "açıldı" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -637,16 +648,16 @@ msgstr "\n" " tüm komutlar için geçerlidir.\n" " " -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "Embed'ler artık global ayarlara geri dönecek." -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "Gömer {} Bu filo için oldular." -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -667,11 +678,11 @@ msgstr "\n" " tüm komutlar için geçerlidir.\n" " " -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "Bu kanal için yerleşik mesaj ayarı artık {}." -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -690,36 +701,36 @@ msgstr "\n" " verilen tüm komutlar için geçerlidir.\n" " " -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "Artık sizin için özel mesajlarda yerleşik mesajlar etkin." -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "Artık sizin için özel mesajlarda yerleşik mesajlar devre dışı." -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "Özel durumun oluştuğu son komutu sahibe gönderir.\n\n" " Eğer umumi ise (yes belirtilmişse), sahip yerine sohbete gönderilir." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "Henüz herhangi bir özel durum oluşmadı." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "[botname] botunun davet linkini gösterir." -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "Bot'un davet linkini ayarla." -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" @@ -728,7 +739,7 @@ msgstr "\n" " Komut sıradan bir kullanıcıya erişilebilirliğini ayarla.\n" " " -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -745,201 +756,201 @@ msgstr "\n" " Unutmayınız ki bazı izinler için iki aşamalı doğrulama kullanmanız gerekebilir.\n" " " -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "Şu anki sunucudan ayrılır." -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Bu sunucudan ayrılmamı istediğinizden emin misiniz? (y/n)" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "Yanıt yok, zaman aşımı oluştu." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "Pekala, görüşürüz :wave:" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "'{}' sunucudan ayrılıyor" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "Tamam, kalayım öyleyse. :)" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "Listeler ve [botname] botunun sunuculardan ayrılmasına izin verir." -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "Bir sunucudan ayrılmak için sadece numara yazın." -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "Sunucudan ayrılamıyorum sunucu sahibiyim." -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Ayrılmamı istediğinizden emin misiniz {}? (yes/no)" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Tamamdır." -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "Peki öyleyse." -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "Yüklenen paketler." -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "Yüklenenler {packs}." -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "Bu paket zaten yüklü: {pack}" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "Bu paketler zaten yüklü: {packs}" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "Bu paketi yüklemeye çalışırken bir hata oluştu: {pack}\n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "Bu paketleri yüklemeye çalışırken bir hata oluştu: {packs}\n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Bu isim geçerli bir paket ismi değil: {pack}\n" "Paket isimleri bir rakam ile başlayamaz ve sadece ascii rakamları, harfleri ve alt tireleri içerebilir." -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "Bu isimler geçerli paket isimleri değil: {packs}\n" "Paket isimleri bir rakam ile başlayamaz ve sadece ascii rakamları, harfleri ve alt tireleri içerebilir." -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "Bu paket herhangi bir dizinde bulunamadı: {pack}." -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "Aşağıdaki paketler herhangi bir dizin yolunda bulunamadı: {packs}" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "Bu paket şu nedenden dolayı kurulamadı:\n\n" "{reason}" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "Bu paketler şu sebeplerden dolayı kurulamadı:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "**UYARI:** Bu depo ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repo}.\n" "Deponun sahiplerine bu mesajla ilgili haber veriniz." -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "**UYARI:** Bu depolar ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repos}.\n" " Deponun sahiplerine bu mesajla ilgili haber veriniz." -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "Paketlerin yüklemesini kaldırın." -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "Bu paketin yüklenmesi kaldırıldı: {pack}." -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "Bu paketlerin yüklenmesi kaldırıldı: {packs}." -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "Bu paket yüklenmemiş: {pack}." -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "Bu paketler yüklenmemiş: {packs}." -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "Paketleri yeniden yükler." -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "Yeniden yüklendi {packs}." -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "Bu paketi yeniden yüklemeye çalışırken bir hata oluştu: {pack}. \n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "Bu paketleri yeniden yüklemeye çalıştırken bir hata oluştu: {packs}\n" "Konsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "Bu paket şu sebepten dolayı yeniden yüklenemedi:\n\n" "{reason}" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "Bu paketler şu nedenlerden dolayı tekrar yüklenemedi:\n\n" "{reasons}" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "**UYARI:** Bu depo ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repo}.\n" "Deponun sahiplerine bu mesajla ilgili haber veriniz." -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "Botu kapatır." -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "Kapatılıyor..." -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -950,16 +961,16 @@ msgstr "[botname] botunu yeniden başlatmaya çalışır.\n\n" " Yeniden başlatma kedindeğildir: kullanılan işlem \n" " yöneticisi tarafından tamamlanması gerekir." -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "Yeniden başlatılıyor..." -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "[botname] botunun ayarlarını değiştirir." -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" @@ -968,7 +979,7 @@ msgstr "\n" " [botname] botunun şu anki ayarlarını gösterir.\n" " " -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" @@ -978,7 +989,7 @@ msgstr "Admin rolleri: {admin}\n" "Dil: {guild_locale}\n" "Yöresel biçem: {guild_regional_format}\n" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -990,7 +1001,7 @@ msgstr "{bot_name} Ayarları:\n\n" "Küresel yöresel biçem: {regional_format}\n" "Varsayılan yerleşik mesaj rengi: {colour}" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -1001,23 +1012,23 @@ msgstr "Bot komut içeren mesajı silmeden önce ne kadar zaman geçmesi gerekti " Bu özelliği kapamak için ayarı -1 yapın.\n" " " -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "Komut silme kapatıldı." -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "Silmeden önce beklenecek süre {num} saniyeye ayarlandı." -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "Bot komut içeren mesajları {num} saniyeden sonra silecek. Bunu kapamak için değeri -1 yapın" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "Komut içeren mesajları silmeyeceğim." -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -1032,15 +1043,15 @@ msgstr "\n" " Varsayılan açıklama: \"Red V3\".\n" " " -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "Açıklama sıfıtrlandı." -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "Bu açıklama düzgün gösterilemeyecek kadar uzun. Lütfen 250 den az karakterle tekrar deneyin." -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" @@ -1049,15 +1060,15 @@ msgstr "\n" " Bu sunucu için bir admin rolü ekler.\n" " " -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "Bu rol zaten Admin rolü." -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "Bu rol, Admin rolü olarak ayarlandı." -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" @@ -1066,15 +1077,15 @@ msgstr "\n" " Bu sunucu için bir moderatör rolü ekler.\n" " " -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "Bu rol zaten Mod rolü." -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "Bu rol, mod rolü olarak ayarlandı." -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" @@ -1083,15 +1094,15 @@ msgstr "\n" " Bu sunucudan bir Admin rolü kaldır.\n" " " -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "O rol zaten admin rolü değildi." -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "Bu rol artık Admin olarak kabul edilmiyor." -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" @@ -1100,15 +1111,15 @@ msgstr "\n" " Bu sunucudan bir Mod rolü kaldır.\n" " " -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "O rol zaten moderatör rolü değildi." -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "Bu rol artık Mod olarak kabul edilmiyor." -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -1121,19 +1132,19 @@ msgstr "\n" " Yoksa botun en üstteki rolünün rengi kullanılacaktır.\n" " " -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "Bot {} kullanmak için yapılandırılmış rengini katıştırır." -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "olmayacak" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "olacak" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -1144,11 +1155,11 @@ msgstr "\n" " Varsayılan olarak kapalıdır.\n" " " -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "Bulanık komut arama {} bu sunucu için olmuştur." -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -1159,11 +1170,11 @@ msgstr "\n" " Varsayılan olarak kapalıdır.\n" " " -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "Bulanık komut arama {} DMs içinde olmuştur." -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1176,115 +1187,115 @@ msgstr "\n" " https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n" " " -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "Renk sıfırlandı." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "Renk ayarlandı." -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "[botname] botunun avatarını ayarlar\n\n" " Mesaj eki veya resim URL'i kullanılabilir." -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "URL geçerli değil." -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "Resime ulaşmaya çalışırken bir şey ters gitti." -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "Başarısız. Avatarımı saatte sadece iki kere değiştirebileceğinizi unutmayın. Kullanılan URL ya da mesaj eki JPG veya PNG formatında olmak zorundadır." -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "Sadece JPG / PNG formatında." -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "[botname] botunun avatarını kaldırır." -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "Avatar kaldırıldı." -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "[botname] botunun oyun durumunu ayarlar." -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "Oyun açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "Durum ``{game.name} Oynuyor`` a ayarlandı." -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "Oyun temizlendi." -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "[botname] botunun dinleme durumunu ayarlar." -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "Dinleme açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "Durum `` {listening} Dinliyor`` a ayarlandı." -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "Dinleme temizlendi." -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "[botname] botunun izleme durumunu ayarlar." -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "İzleme açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "Durum ``{watching} İzliyor`` a ayarlandı." -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "İzleme temizlendi." -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "[botname] botunun kapışma durumunu ayarlar." -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "Kapışma açıklamalarının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "Durum ``{competing} içinde kapışıyor`` olarak ayarlandı." -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "Kapışma temizlendi." -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1301,84 +1312,84 @@ msgstr "[botname] botunun durumunu ayarlar.\n\n" " invisible (gri)\n" " " -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "Durum {} olarak değiştirildi." -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "[botname] botunun yayınlama durumunu bir twitch yayınına ayarlar.\n\n" " Hem streamer ve stream_title değerini boş bırakmak onu temizler." -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "Yayıncı URL'inin azami uzunluğu 511 karakterdir." -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "Yayın başlığının azami uzunluğu 128 karakterdir." -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "[botname] botunun kullanıcı adını ayarlar." -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "Doğrulanmış bir botun kullanıcı adı elle değiştirilemez. Lütfen değiştirmek için Discord destek ile görüşün." -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "İsim değiştirme başarısız. 32 karakter veya daha kısa olmalı." -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "İsim değiştirmede zaman aşımı. Botun ismini saatte sadece 2 kere değiştirebileceğinizi unutmayın. Botun ismini sık değiştirmeniz gerekiyorsa takma adlar kullanın: {command}" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "İsim değiştirilemedi. Discord şu hatayı verdi:\n" "{error_message}" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "İsim değiştirilmeye çalışılırken beklenmedik hata oluştu." -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "[botname] botunun takma adını ayarlar." -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "İsim değiştirme başarısız. 32 karakter veya daha kısa olmalı." -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "Kendi takma ismimi değiştirmek için izinlerim yok." -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "[botname] botunun küresel öneklerini ayarlar." -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "Prefix öneki değiştirildi." -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "[botname] botunun sunucudaki öneklerini ayarlar." -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "Sunucu prefix öneki sıfırlandı." -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1399,21 +1410,21 @@ msgstr "\n" " İngilizceye sıfırlamak için \"en-US\" kullanın.\n" " " -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "Geçersiz dil kodu. Örnek biçim: `en-US`" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Geçersiz biçem - dil koduyla birlikte ülke kodu da verilmelidir, örn. `en-US`" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "Küresel bölge ayarlandı." -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1434,15 +1445,15 @@ msgstr "\n" " İngilizceye sıfırlamak için ise \"en-US\" kullanın.\n" " " -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "Bölge varsayılana ayarlandı." -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "Yerel ayar değiştirildi." -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1457,15 +1468,15 @@ msgstr "\n" " Bölgesel biçimlendirme ayarını botun bölge ayarıyla eşitlemek için `` boş bırakın..\n" " " -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "Küresel kapsamda artık bölgesel biçimlendirme için bot'un bölgesi kullanılacak." -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "Küresel kapsamda artık bölgesel biçimlendirme için `{language_code}` bölgesi kullanılacak." -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1480,15 +1491,15 @@ msgstr "\n" " Botun bu sunucuda kullanacağı biçimlendirme ayarını bu sunucuda kullandığı bölge ayarına dayandırmak için `` boş bırakın.\n" " " -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "Bu sunucuda bot bölgesel biçimlendirme için bölge ayarına dayanacak." -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Bot artık bölgesel biçimlendirme için `{language_code}` bölgesine dayanacak." -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1503,19 +1514,19 @@ msgstr "`[p]info` nun bir kısmını özelleştirir b.\n\n" " `[Linkim](https://example.com)`\n" " " -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "Özel yazı temizlendi." -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "Özel yazı ayarlandı." -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "Yazı 1024 karakterden kısa olmak zorundadır." -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1532,72 +1543,72 @@ msgstr "Çeşitli dış API anahtarlarını ayarla, göster ya da kaldır.\n\n" " bot ile bir özel mesajda kullanılmalıdır.\n" " " -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "`{service}` API tokenleri ayarlandı." -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "Ayarlanmış tüm dış API hizmetlerini anahtarları ile birlikte göster.\n\n" " Sırlar gösterilmez." -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "Henüz hiç API hizmeti ayarlanmamış." -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "API hizmetleri ayarla:\n" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "API hizmeti ayarla:\n" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "Seçilen hizmetleri tüm anahtarları ile kaldır." -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "Aşağıdaki hizmetler başarıyla kaldırıldı:\n" "{services_list}" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "Hizmet başarıyla kaldırıldı: {service_name}" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "Seçtiğiniz hiç bir hizmetin ayarlanmış herhangi bir anahtarı bulunmamaktaydı." -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "Yardım komutu ayarlarını yönetin." -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr " Şu anki yardım ayarlarını göster. " -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "Dikkat: Varsayılan biçimlendirici kullanılmamakta, bu ayarlar etkili olmayabilir." -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr " Bu [botname] botunun yardım biçimlendiricisini varsayılana sıfırlar. " -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "Yardım biçimlendiricisi sıfırlandı. Bu cogların yardım üzerinde değişiklik yapmasını önlemeyecektir, eğer sorun buysa bir cogı silmeniz gerekebilir." -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1608,11 +1619,11 @@ msgstr "\n" " Eğer yardım biçimlendiricisi 3. parti bir cog kaynaklıysa bunun bir etkisi olmayabilir.\n" " " -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "Yardım ayarları varsayılana sıfırlandı. Eğer yardım biçimlendiricisi 3. parti kaynaklıysa bir etkisi olmayabilir." -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1627,15 +1638,15 @@ msgstr "\n" " Komutu olduğu gibi kullanırsanız kapatılacak/açılacaktır.\n" " " -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "Yardım menüler kullanacak." -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "Yardım menüler kullanmayacak." -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1648,15 +1659,15 @@ msgstr "\n" " Bu komutu olduğu gibi kullanırsanız kapatılacak/açılacaktır.\n" " " -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "Yardım gizli komutları filtrelemeyecek." -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "Yardım gizli komutları filtreleyecek." -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1669,15 +1680,15 @@ msgstr "\n" " Bir ayar girmeden kullanmak açar/kapatır.\n" " " -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "Yardım komutların diğer adlarını gösterecek." -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "Yardım komutların diğer adlarını göstermeyecek." -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1690,15 +1701,15 @@ msgstr "\n" " Komutu olduğu gibi kullanırsanız kapatılacak/açılacaktır.\n" " " -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "Yardım artık özel mesaj olarak gönderilirse komuta tik atacaktır." -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "Yardım özel mesaj olarak gönderilirse komuta tik atmayacak." -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1713,15 +1724,15 @@ msgstr "\n" " Bu komutu olduğu gibi kullanmak açacak/kapatacaktır.\n" " " -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "Yardım sadece çalıştırılabilir komutlar için kullanılabilecek." -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "Yardım komutun çalıştırılabilir oluşuna dikkat etmeyecek." -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1738,15 +1749,15 @@ msgstr "\n" " Komutu olduğu gibi kullanarak açabilir/kapatabilirsiniz.\n" " " -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "Yardım bir konunun varlığını doğrulayacak." -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Yardım konuların varlığını yalnızca belirsiz yardım ile doğrulayacak (etkinse)." -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1763,15 +1774,15 @@ msgstr "Yardım mesajındaki her sayfa için karakter limitini ayarlar.\n\n" " bazı sayfaların bu limiti aşacağı anlamına gelir.\n" " " -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "En az 500 olan bir değer sunmalısınız." -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "Bitmiş. Sayfa başına karakter sınırı {} için ayarlandı." -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1788,15 +1799,15 @@ msgstr "Bir sunucu kanalında en fazla kaç yardım sayfası gönderilebileceği " Varsayılan değer 2 sayfadır.\n" " " -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "Sıfır veya daha büyük bir değer vermek gerekir!" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "Bitmiş. Sayfa sınırı {} için ayarlandı." -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1811,19 +1822,19 @@ msgstr "Yardım sayfalarının ne kadar zaman geçince silineceğini ayarla.\n\n " Bunun çalışması için botun \"Mesajları Yönet\" iznine sahip olması gereklidir.\n" " " -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "Süre 14 günden uzun olamaz." -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "Tamamdır. Yardım mesajları artık silinmeyecek." -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "Tamamdır. Silmeden önce {} saniye beklenecek." -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1836,60 +1847,60 @@ msgstr "\n" " belirtilmemiş ise, varsayılan etiket kullanılacaktır.\n" " " -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "Tagline sıfırlandı." -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Senin slogan çok uzundur! Lütfen en fazla 2048 karakter uzunluğunda olmasını kısaltın." -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "Etiket ayarlandı." -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "Bot sahibine bir mesaj gönder." -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "Kullanıcı Kimliği" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "vasitasiyla" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "()" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr " | sunucu kimliği: {}" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "Bu Kullanıcı için yanıt için ' {} dm {} ' kullanın" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "{} {} Tarafından gönderilen" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "Bunu hiçbir yere göndermemek üzere ayarlandım." -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "Mesajınız gönderildi." -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "Mesajınızı teslim edemiyorum. Afedersiniz." -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1904,41 +1915,41 @@ msgstr "Bir kullanıcıya özel mesaj atar.\n\n" " bir kullanıcıya sağ tıklayıp `IDyi Kopyala` ya tıklayın.\n" " " -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "Geçersiz ID. Kullanıcı bulunamadı veya kullanıcı bir bot. Yalnızca ortak bir sunucuda bulunduğum kişilere mesaj atabilirsiniz." -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "Sahibi {}" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "{} Kişi bu iletiyle yanıtlayabilirsiniz" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Üzgünüz, ben mesajınızı teslim edemedin için {}" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "Mesaj iletildi" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "Bot'un veri yolunu yazdırır." -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "Data dizini: {path}" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "Hata ayıklama için işe yarar bilgi gösterir." -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" @@ -1947,7 +1958,7 @@ msgstr "\n" " Beyaz liste yönetim komutları.\n" " " -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" @@ -1956,15 +1967,15 @@ msgstr "\n" " Beyaz listeye bir kullanıcı ekler.\n" " " -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "Kullanıcılar beyaz listeye eklendi." -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "Kullanıcı beyaz listeye eklendi." -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" @@ -1973,15 +1984,15 @@ msgstr "\n" " Beyaz listedeki kullanıcıları listeler.\n" " " -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "Beyaz listedeki kullanıcılar:" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "Beyaz listedeki kullanıcı:" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" @@ -1990,15 +2001,15 @@ msgstr "\n" " Kullanıcıyı beyaz listeden çıkarır.\n" " " -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "Kullanıcılar beyaz listeden çıkarıldı." -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "Kullanıcı beyaz listeden çıkarıldı." -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" @@ -2007,11 +2018,11 @@ msgstr "\n" " Beyaz listeyi temizler.\n" " " -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "Beyaz liste temizlendi." -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" @@ -2020,7 +2031,7 @@ msgstr "\n" " Kara liste yönetim komutları.\n" " " -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" @@ -2029,19 +2040,19 @@ msgstr "\n" " Kara listeye bir kullanıcı ekler.\n" " " -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "Bir bot sahibini kara listeye ekleyemezsiniz." -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "Kullanıcılar kara listeye eklendi." -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "Kullanıcı kara listeye eklendi." -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" @@ -2050,15 +2061,15 @@ msgstr "\n" " Kara listedeki kullanıcıları listeler.\n" " " -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "Kara listedeki kullanıcılar:" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "Kara listedeki kullanıcı:" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" @@ -2067,15 +2078,15 @@ msgstr "\n" " Kullanıcıyı kara listeden çıkarır.\n" " " -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "Kullanıcılar kara listeden çıkarıldı." -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "Kullanıcı kara listeden çıkarıldı." -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" @@ -2084,11 +2095,11 @@ msgstr "\n" " Kara listeyi temizler.\n" " " -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "Kara liste temizlendi." -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" @@ -2097,7 +2108,7 @@ msgstr "\n" " Sunucuya özgü beyaz liste yönetim komutları.\n" " " -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" @@ -2106,19 +2117,19 @@ msgstr "\n" " Bir kullanıcı ya da rolü sunucu beyaz listesine ekler.\n" " " -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "Komutları kullanmanı engelleyeceği için bunu yapmana izin veremem, önce kendini bir beyaz listeye eklediğinden emin ol." -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "Kullanıcılar ve/veya roller beyaz listeye eklendi." -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "Kullanıcı veya rol beyaz listeye eklendi." -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" @@ -2127,15 +2138,15 @@ msgstr "\n" " Sunucu beyaz listesindeki kullanıcı ve rolleri listeler.\n" " " -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "İzin verilen kullanıcılar ve/veya roller:" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "İzin verilen kullanıcı veya rol:" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" @@ -2144,23 +2155,23 @@ msgstr "\n" " Beyaz listeden kullanıcı ya da rolü çıkarır.\n" " " -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "Komutları kullanmanı engelleyeceğinden bunu yapmana izin veremem." -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "Kullanıcılar ve/veya roller sunucu beyaz listesinden kaldırıldı." -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "Kullanıcı veya rol sunucu beyaz listesinden kaldırıldı." -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "Sunucu beyaz listesi temizlendi." -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" @@ -2169,7 +2180,7 @@ msgstr "\n" " Sunucuya özgü kara liste yönetim komutları.\n" " " -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" @@ -2178,27 +2189,27 @@ msgstr "\n" " Bir kullanıcı ya da rolü kara listeye ekler.\n" " " -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "Kendini kara listeye ekleyemezsin." -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "Sunucu sahibini kara listeye ekleyemenzsin." -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "Bir bot sahibini kara listeye ekleyemezsiniz." -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." -msgstr "" +msgstr "Kullanıcılar ve/veya roller sunucu kara listesine eklendi." -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." -msgstr "" +msgstr "Kullanıcı veya rol sunucu kara listesine eklendi." -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" @@ -2207,15 +2218,15 @@ msgstr "\n" " Kara listedeki kullanıcıları ve rolleri listeler.\n" " " -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "Engellenen kullanıcılar ve/veya roller:" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "Engellenen kullanıcı veya rol:" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" @@ -2224,15 +2235,15 @@ msgstr "\n" " Kullanıcı ya da rolü kara listeden kaldırır.\n" " " -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "Kullanıcılar ve/veya roller sunucu kara listesinden kaldırıldı." -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "Kullanıcı veya rol sunucu kara listesinden kaldırıldı." -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" @@ -2241,86 +2252,86 @@ msgstr "\n" " Sunucunun kara listesini temizler.\n" " " -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "Sunucu kara listesi temizlendi." -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "Bot'un komutlarını ve coglarını yönet." -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "Bir cog için varsayılan durumu kapalı olarak ayarla." -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "Bu isimde bir cog bulunmamakta." -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "Bu cog'ı varsayılan olarak kapatamazsınız." -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "{cogname} varsayılan olarak kapalıya ayarlandı." -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "Bir cog için varsayılan durumu etkin olarak ayarla." -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "{cogname} varsayılan olarak etkine ayarlandı." -#: redbot/core/core_commands.py:3123 +#: redbot/core/core_commands.py:3139 #, docstring msgid "Disable a cog in this guild." msgstr "Bu sunucuda bir cogı ayarla." -#: redbot/core/core_commands.py:3128 +#: redbot/core/core_commands.py:3144 msgid "You can't disable this cog as you would lock yourself out." msgstr "Bindiğiniz dalı kesmiş olacağınızdan bu cog'ı kapatamazsınız." -#: redbot/core/core_commands.py:3130 +#: redbot/core/core_commands.py:3146 msgid "{cogname} has been disabled in this guild." msgstr "{cogname} bu sunucu için kapatıldı." -#: redbot/core/core_commands.py:3133 +#: redbot/core/core_commands.py:3149 msgid "{cogname} was already disabled (nothing to do)." msgstr "{cogname} zaten kapalıydı (yapılması gereken bir şey yok)" -#: redbot/core/core_commands.py:3139 +#: redbot/core/core_commands.py:3155 #, docstring msgid "Enable a cog in this guild." msgstr "Bu sunucuda bir cogı etkinleştir." -#: redbot/core/core_commands.py:3141 +#: redbot/core/core_commands.py:3157 msgid "{cogname} has been enabled in this guild." msgstr "{cogname} bu sunucu için etkinleştirildi." -#: redbot/core/core_commands.py:3149 +#: redbot/core/core_commands.py:3165 msgid "{cogname} was not disabled (nothing to do)." msgstr "{cogname} zaten kapalı değildi (yapılması gereken bir şey yok)" -#: redbot/core/core_commands.py:3155 +#: redbot/core/core_commands.py:3171 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "Bu sunucuda kapatılmış cogları listeler." -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "Bu sunucuda aşağıdaki coglar kapalı:\n" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "Bu sunucuda kapatılmış cog bulunmamakta." -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2331,41 +2342,41 @@ msgstr "\n" " Eğer bot sahibiyseniz bu varsayılan olarak küresel çapta kapatılmış komutları gösterecektir.\n" " " -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "Küresel olarak devre dışı bırakılmış komutları listele." -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "Küresel olarak kapatılmış herhangi bir komut bulunmamakta." -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "{} komut küresel olarak devre dışı.\n" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "1 komut küresel olarak devre dışı.\n" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "Bu sunucuda devre dışı bırakılmış komutları listele." -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "{} içinde her hangi bir devre dışı bırakılmış komut bulunmamakta." -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "{} komut {} içinde devre dışı bırakılmış.\n" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "{} içinde bir 1 komut devre dışı bırakılmış.\n" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2376,42 +2387,42 @@ msgstr "Bir komutu devre dışı bırak.\n\n" " küresel çapta devre dışı bırakacaktır.\n" " " -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "Bir komut genel olarak devre dışı bırakın." -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Bu komut bulamadım. Lütfen büyük küçük harf duyarlı olduğunu unutmayın." -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Devre dışı bırakılacak komut `command` veya alt komutlarından biri olamaz." -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "Bu komut daima kullanılabilir olarak işaretlenmiştir ve devre dışı bırakılamaz." -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "Bu komut zaten genel olarak devre dışı bırakıldı." -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "Yalnızca bu sunucuya bir komutu devre dışı bırakın." -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "O komutu devre dışı bırakma iznin bulunmamakta." -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "Bu komut zaten bu Server'da devre dışı bırakıldı." -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2422,29 +2433,29 @@ msgstr "Bir komutu etkinleştir.\n\n" " küresel çapta etkinleştirmeye çalışacaktır.\n" " " -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "Genel olarak bir komut etkinleştirmek." -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "Bu komut genel olarak zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "Bu sunucu bir komutu etkinleştirin." -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "O komutu etkinleştirmeye iznin bulunmamakta." -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "Bu komut bu sunucu zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2457,7 +2468,7 @@ msgstr "Botun devre dışı bırakılmış komutlara vereceği cevabı ayarla.\n " var ise oraya `{command}` yer tutucusunu koyabilirsiniz.\n" " " -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" @@ -2466,7 +2477,7 @@ msgstr "\n" " Otomatik eylemlere dokunulmazlık için sunucu ayarları.\n" " " -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2477,19 +2488,19 @@ msgstr "\n" " olan üyeleri ve rolleri gösterir.\n" " " -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "Otomatik moderasyon dokunulmazlığı olan roller:\n" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "Otomatik moderasyon dokunulmazlığı olan üyeler:\n" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "Burada hiç dokunulmazlık ayarı bulunmamakta." -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" @@ -2498,15 +2509,15 @@ msgstr "\n" " Bir kullanıcı ya da rolü otomatik moderasyona dokunulmaz kılar.\n" " " -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "Zaten eklendi." -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "Listede değil." -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" @@ -2515,15 +2526,15 @@ msgstr "\n" " Bir kullanıcı ya da rolün otomatik moderasyona dokunulmaz sayılıp sayılmadığını denetler.\n" " " -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "Onlar dokunulmaz." -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "Onlar dokunulmaz değil." -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" @@ -2532,7 +2543,7 @@ msgstr "\n" " Sahip bildirimlerini yapılandırmak için komutlar.\n" " " -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2543,7 +2554,7 @@ msgstr "\n" " Varsayılan ayar budur.\n" " " -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" @@ -2552,7 +2563,7 @@ msgstr "\n" " Sahip bildirimleri almaktan çık.\n" " " -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" @@ -2561,7 +2572,7 @@ msgstr "\n" " Sahip bildirimleri almak için hedef metin kanalı ekler.\n" " " -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" @@ -2570,7 +2581,7 @@ msgstr "\n" " Bir hedef metin kanalını sahip bildirimleri almaktan çıkarır.\n" " " -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" @@ -2579,20 +2590,20 @@ msgstr "\n" " Sahip bildirimleri için yapılandırılmış ek hedefleri listeler.\n" " " -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "Bildirim gönderilen ek kanal bulunmamakta." -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "{id} id'li kanal bilinmiyor" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "Görmezden gelme listesine sunucular veya kanallar ekle." -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" @@ -2601,7 +2612,7 @@ msgstr "\n" " Şu anda görmezden gelinen sunucular ve kanalları gösterir.\n" " " -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" @@ -2610,33 +2621,33 @@ msgstr "Kanal veya kategorideki komutları görmezden gel.\n\n" " Varsayılan olarak şu anki kanal.\n" " " -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "Kanal yok sayılan olarak eklendi." -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "Kanal zaten görmezden gelinenler listesinde." -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "Bu sunucudaki komutları görmezden gel." -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "Bu sunucu yok sayılan olarak listeye eklendi." -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "Bu sunucu zaten yok sayılan modu açılmış." -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "Görmezden gelinenler listesinden sunucular veya kanalları çıkar." -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" @@ -2645,38 +2656,38 @@ msgstr "Bir kanalı ya da kategoriyi yasaklı listesinden kaldırın.\n\n" " Bir kanal girilmezse mevcut kanal olarak seçilecek.\n" " " -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "Kanal yok sayılan listesinden kaldırıldı." -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "O kanal görmezden gelinenler listesinde değil." -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "Bu sunucuyu görmezden gelinenler listesinden çıkar." -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "Bu sunucu yok sayılan listesinden kaldırıldı." -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "Bu sunucu görmezden gelinenler listesinde değil." -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "Bu sunucu şu anda görmezden gelinmekte." -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "Şu anda yok sayılan ketogeri: {categories}\n" "Kanallar: {channels}" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" @@ -2688,7 +2699,7 @@ msgstr "\n" #: redbot/core/dev_commands.py:36 #, docstring msgid "Various development focused utilities." -msgstr "" +msgstr "Çeşitli geliştirme odaklı araçlar." #: redbot/core/dev_commands.py:123 #, docstring diff --git a/redbot/core/locales/uk-UA.po b/redbot/core/locales/uk-UA.po index f53b13831..af7785160 100644 --- a/redbot/core/locales/uk-UA.po +++ b/redbot/core/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/vi-VN.po b/redbot/core/locales/vi-VN.po index c7aba02cb..4a238c4ff 100644 --- a/redbot/core/locales/vi-VN.po +++ b/redbot/core/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "Xong!" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/zh-CN.po b/redbot/core/locales/zh-CN.po index 7da7efb24..3c2177452 100644 --- a/redbot/core/locales/zh-CN.po +++ b/redbot/core/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "完成。" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "关闭... " -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "支持 JPG/PNG 格式。" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "我没有更改我自己昵称的权限。" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "前缀集。" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "已重置行会前缀。" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "区域已经被设置。" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "通过DM" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "从 {}" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "使用 \"{} dm {} \" 来答复此用户" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "发送人 {} {}" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "你的信息已发送。" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "抱歉,我无法发送你的消息。" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/zh-HK.po b/redbot/core/locales/zh-HK.po index 6e8288a24..a87373c80 100644 --- a/redbot/core/locales/zh-HK.po +++ b/redbot/core/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/locales/zh-TW.po b/redbot/core/locales/zh-TW.po index 466ced1a3..23cb6f786 100644 --- a/redbot/core/locales/zh-TW.po +++ b/redbot/core/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2021-02-16 19:14+0000\n" +"POT-Creation-Date: 2021-02-26 17:49+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -155,64 +155,75 @@ msgid "This bot is an instance of [Red, an open source Discord bot]({}) created "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:437 +#: redbot/core/core_commands.py:438 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:438 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:440 +#: redbot/core/core_commands.py:443 msgid "Red version" msgstr "Red 版本" -#: redbot/core/core_commands.py:443 redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:446 redbot/core/core_commands.py:502 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:447 redbot/core/core_commands.py:490 +#: redbot/core/core_commands.py:450 redbot/core/core_commands.py:506 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:451 msgid "Outdated" msgstr "已過期" -#: redbot/core/core_commands.py:450 +#: redbot/core/core_commands.py:453 msgid "About this instance" msgstr "關於這個實例" -#: redbot/core/core_commands.py:451 +#: redbot/core/core_commands.py:454 msgid "About Red" msgstr "關於 Red" -#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:499 +#: redbot/core/core_commands.py:457 redbot/core/core_commands.py:515 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:465 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" "Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" "(c) Cog Creators" msgstr "" -#: redbot/core/core_commands.py:472 +#: redbot/core/core_commands.py:476 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:488 msgid "Instance owned by: [{owner}]\n" "Python: [{python_version}] (5)\n" "discord.py: [{dpy_version}] (6)\n" "Red version: [{red_version}] (7)\n" msgstr "" -#: redbot/core/core_commands.py:491 +#: redbot/core/core_commands.py:507 msgid "Outdated: [{state}]\n" msgstr "" -#: redbot/core/core_commands.py:494 +#: redbot/core/core_commands.py:510 msgid "**About Red**\n" msgstr "" -#: redbot/core/core_commands.py:505 +#: redbot/core/core_commands.py:521 msgid "**About this instance**\n" msgstr "" -#: redbot/core/core_commands.py:507 +#: redbot/core/core_commands.py:523 msgid "**References**\n" "1. <{}>\n" "2. <{}>\n" @@ -223,72 +234,72 @@ msgid "**References**\n" "7. <{}>\n" msgstr "" -#: redbot/core/core_commands.py:523 +#: redbot/core/core_commands.py:539 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:526 +#: redbot/core/core_commands.py:542 msgid "Less than one second" msgstr "不到一秒" -#: redbot/core/core_commands.py:528 +#: redbot/core/core_commands.py:544 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:535 +#: redbot/core/core_commands.py:551 #, docstring msgid " Commands which interact with the data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:542 +#: redbot/core/core_commands.py:558 #, docstring msgid " Find out what type of data [botname] stores and why. " msgstr "" -#: redbot/core/core_commands.py:547 +#: redbot/core/core_commands.py:563 msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" "Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." msgstr "" -#: redbot/core/core_commands.py:566 +#: redbot/core/core_commands.py:582 #, docstring msgid " View the End User Data statements of each 3rd-party module. " msgstr "" -#: redbot/core/core_commands.py:571 +#: redbot/core/core_commands.py:587 msgid "I need to be able to attach files (try in DMs?)." msgstr "" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:597 msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:601 +#: redbot/core/core_commands.py:617 msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:603 +#: redbot/core/core_commands.py:619 msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:608 +#: redbot/core/core_commands.py:624 msgid "3rd-party extensions without statements\n" msgstr "" -#: redbot/core/core_commands.py:619 +#: redbot/core/core_commands.py:635 msgid "Here's a generated page with the statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:635 +#: redbot/core/core_commands.py:651 msgid "Did not get confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:640 +#: redbot/core/core_commands.py:656 msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:651 +#: redbot/core/core_commands.py:667 #, docstring msgid "\n" " Have [botname] forget what it knows about you.\n\n" @@ -298,63 +309,63 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:663 +#: redbot/core/core_commands.py:679 msgid "This command ({command}) does not support non-interactive usage." msgstr "" -#: redbot/core/core_commands.py:670 +#: redbot/core/core_commands.py:686 msgid "This will cause the bot to get rid of and/or disassociate data from you. It will not get rid of operational data such as modlog entries, warnings, or mutes. If you are sure this is what you want, please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:680 +#: redbot/core/core_commands.py:696 msgid "This may take some time." msgstr "" -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:709 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:708 +#: redbot/core/core_commands.py:724 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:718 +#: redbot/core/core_commands.py:734 msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\n" "Please contact the owner of this bot to address this.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:728 +#: redbot/core/core_commands.py:744 msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" msgstr "" -#: redbot/core/core_commands.py:736 redbot/core/core_commands.py:880 -#: redbot/core/core_commands.py:958 redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:752 redbot/core/core_commands.py:896 +#: redbot/core/core_commands.py:974 redbot/core/core_commands.py:1038 msgid "{mention} The following cogs did not handle deletion:\n" "{cogs}." msgstr "" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:762 #, docstring msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" -#: redbot/core/core_commands.py:748 +#: redbot/core/core_commands.py:764 msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:757 +#: redbot/core/core_commands.py:773 #, docstring msgid "\n" " Commands for more complete data handling.\n" " " msgstr "" -#: redbot/core/core_commands.py:763 +#: redbot/core/core_commands.py:779 #, docstring msgid "\n" " Set the bot to allow users to request a data deletion.\n\n" @@ -362,22 +373,22 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:770 +#: redbot/core/core_commands.py:786 msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:778 +#: redbot/core/core_commands.py:794 #, docstring msgid "\n" " Set the bot to not allow users to request a data deletion.\n" " " msgstr "" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:798 msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:786 +#: redbot/core/core_commands.py:802 #, docstring msgid "\n" " Sets how user deletions are treated.\n\n" @@ -387,91 +398,91 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:797 +#: redbot/core/core_commands.py:813 msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:805 +#: redbot/core/core_commands.py:821 msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." msgstr "" -#: redbot/core/core_commands.py:816 +#: redbot/core/core_commands.py:832 #, docstring msgid "\n" " Handle a deletion request from Discord.\n" " " msgstr "" -#: redbot/core/core_commands.py:822 +#: redbot/core/core_commands.py:838 msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:840 redbot/core/core_commands.py:982 +#: redbot/core/core_commands.py:856 redbot/core/core_commands.py:998 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:855 redbot/core/core_commands.py:997 +#: redbot/core/core_commands.py:871 redbot/core/core_commands.py:1013 msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:866 redbot/core/core_commands.py:1008 +#: redbot/core/core_commands.py:882 redbot/core/core_commands.py:1024 msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:876 redbot/core/core_commands.py:1018 +#: redbot/core/core_commands.py:892 redbot/core/core_commands.py:1034 msgid "I've deleted all data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:887 +#: redbot/core/core_commands.py:903 #, docstring msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:890 +#: redbot/core/core_commands.py:906 msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:913 +#: redbot/core/core_commands.py:929 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:928 +#: redbot/core/core_commands.py:944 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 +#: redbot/core/core_commands.py:955 msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" "Please check your logs and contact the creators of these cogs and modules.\n" "Note: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:950 +#: redbot/core/core_commands.py:966 msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:965 +#: redbot/core/core_commands.py:981 #, docstring msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:968 +#: redbot/core/core_commands.py:984 msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" "If you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:1029 +#: redbot/core/core_commands.py:1045 #, docstring msgid "\n" " Commands for toggling embeds on or off.\n\n" @@ -482,32 +493,32 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1040 +#: redbot/core/core_commands.py:1056 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:1041 +#: redbot/core/core_commands.py:1057 msgid "Embed settings:\n\n" msgstr "" -#: redbot/core/core_commands.py:1043 +#: redbot/core/core_commands.py:1059 msgid "Global default: {}\n" msgstr "" -#: redbot/core/core_commands.py:1046 +#: redbot/core/core_commands.py:1062 msgid "Guild setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1065 msgid "Channel setting: {}\n" msgstr "" -#: redbot/core/core_commands.py:1051 +#: redbot/core/core_commands.py:1067 msgid "User setting: {}" msgstr "使用者設定: {}" -#: redbot/core/core_commands.py:1057 +#: redbot/core/core_commands.py:1073 #, docstring msgid "\n" " Toggle the global embed setting.\n\n" @@ -517,23 +528,23 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1083 msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "disabled" msgstr "已停用" -#: redbot/core/core_commands.py:1067 redbot/core/core_commands.py:1091 -#: redbot/core/core_commands.py:1116 redbot/core/core_commands.py:1763 -#: redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1083 redbot/core/core_commands.py:1107 +#: redbot/core/core_commands.py:1132 redbot/core/core_commands.py:1779 +#: redbot/core/core_commands.py:1795 msgid "enabled" msgstr "已啟用" -#: redbot/core/core_commands.py:1074 +#: redbot/core/core_commands.py:1090 #, docstring msgid "\n" " Toggle the guild's embed setting.\n\n" @@ -546,16 +557,16 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1087 redbot/core/core_commands.py:1112 -#: redbot/core/core_commands.py:1134 +#: redbot/core/core_commands.py:1103 redbot/core/core_commands.py:1128 +#: redbot/core/core_commands.py:1150 msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1090 +#: redbot/core/core_commands.py:1106 msgid "Embeds are now {} for this guild." msgstr "" -#: redbot/core/core_commands.py:1099 +#: redbot/core/core_commands.py:1115 #, docstring msgid "\n" " Toggle the channel's embed setting.\n\n" @@ -568,11 +579,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1115 +#: redbot/core/core_commands.py:1131 msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1122 +#: redbot/core/core_commands.py:1138 #, docstring msgid "\n" " Toggle the user's embed setting for DMs.\n\n" @@ -584,42 +595,42 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1137 +#: redbot/core/core_commands.py:1153 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1139 +#: redbot/core/core_commands.py:1155 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1145 +#: redbot/core/core_commands.py:1161 #, docstring msgid "Sends to the owner the last command exception that has occurred.\n\n" " If public (yes is specified), it will be sent to the chat instead." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1180 msgid "No exception has occurred yet." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1185 #, docstring msgid "Shows [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:1181 +#: redbot/core/core_commands.py:1197 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:1186 +#: redbot/core/core_commands.py:1202 #, docstring msgid "\n" " Define if the command should be accessible for the average user.\n" " " msgstr "" -#: redbot/core/core_commands.py:1215 +#: redbot/core/core_commands.py:1231 #, docstring msgid "\n" " Make the bot create its own role with permissions on join.\n\n" @@ -630,188 +641,188 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1235 +#: redbot/core/core_commands.py:1251 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:1236 +#: redbot/core/core_commands.py:1252 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "" -#: redbot/core/core_commands.py:1242 redbot/core/core_commands.py:1295 +#: redbot/core/core_commands.py:1258 redbot/core/core_commands.py:1311 msgid "Response timed out." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1262 msgid "Alright. Bye :wave:" msgstr "" -#: redbot/core/core_commands.py:1247 +#: redbot/core/core_commands.py:1263 msgid "Leaving guild '{}'" msgstr "" -#: redbot/core/core_commands.py:1250 +#: redbot/core/core_commands.py:1266 msgid "Alright, I'll stay then. :)" msgstr "" -#: redbot/core/core_commands.py:1255 +#: redbot/core/core_commands.py:1271 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:1266 +#: redbot/core/core_commands.py:1282 msgid "To leave a server, just type its number." msgstr "" -#: redbot/core/core_commands.py:1281 +#: redbot/core/core_commands.py:1297 msgid "I cannot leave a guild I am the owner of." msgstr "" -#: redbot/core/core_commands.py:1284 +#: redbot/core/core_commands.py:1300 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "" -#: redbot/core/core_commands.py:1291 redbot/core/core_commands.py:1839 -#: redbot/core/core_commands.py:1995 redbot/core/core_commands.py:2039 -#: redbot/core/core_commands.py:2054 +#: redbot/core/core_commands.py:1307 redbot/core/core_commands.py:1855 +#: redbot/core/core_commands.py:2011 redbot/core/core_commands.py:2055 +#: redbot/core/core_commands.py:2070 msgid "Done." msgstr "完成。" -#: redbot/core/core_commands.py:1293 +#: redbot/core/core_commands.py:1309 msgid "Alright then." msgstr "" -#: redbot/core/core_commands.py:1300 +#: redbot/core/core_commands.py:1316 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:1317 +#: redbot/core/core_commands.py:1333 msgid "Loaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1322 +#: redbot/core/core_commands.py:1338 msgid "The following package is already loaded: {pack}" msgstr "" -#: redbot/core/core_commands.py:1326 +#: redbot/core/core_commands.py:1342 msgid "The following packages are already loaded: {packs}" msgstr "" -#: redbot/core/core_commands.py:1333 +#: redbot/core/core_commands.py:1349 msgid "Failed to load the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1338 +#: redbot/core/core_commands.py:1354 msgid "Failed to load the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1346 redbot/core/core_commands.py:1480 +#: redbot/core/core_commands.py:1362 redbot/core/core_commands.py:1496 msgid "The following name is not a valid package name: {pack}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1352 redbot/core/core_commands.py:1486 +#: redbot/core/core_commands.py:1368 redbot/core/core_commands.py:1502 msgid "The following names are not valid package names: {packs}\n" "Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:1361 redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:1377 redbot/core/core_commands.py:1511 msgid "The following package was not found in any cog path: {pack}." msgstr "" -#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:1381 redbot/core/core_commands.py:1515 msgid "The following packages were not found in any cog path: {packs}" msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1389 msgid "This package could not be loaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1377 +#: redbot/core/core_commands.py:1393 msgid "These packages could not be loaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1384 +#: redbot/core/core_commands.py:1400 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:1390 redbot/core/core_commands.py:1524 +#: redbot/core/core_commands.py:1406 redbot/core/core_commands.py:1540 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1409 +#: redbot/core/core_commands.py:1425 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:1417 +#: redbot/core/core_commands.py:1433 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1421 +#: redbot/core/core_commands.py:1437 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1428 +#: redbot/core/core_commands.py:1444 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:1432 +#: redbot/core/core_commands.py:1448 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:1445 +#: redbot/core/core_commands.py:1461 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:1462 +#: redbot/core/core_commands.py:1478 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:1467 +#: redbot/core/core_commands.py:1483 msgid "Failed to reload the following package: {pack}.\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:1488 msgid "Failed to reload the following packages: {packs}\n" "Check your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:1507 +#: redbot/core/core_commands.py:1523 msgid "This package could not be reloaded for the following reason:\n\n" "{reason}" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:1527 msgid "These packages could not be reloaded for the following reasons:\n\n" "{reasons}" msgstr "" -#: redbot/core/core_commands.py:1518 +#: redbot/core/core_commands.py:1534 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" "You should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:1539 +#: redbot/core/core_commands.py:1555 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:1544 +#: redbot/core/core_commands.py:1560 msgid "Shutting down... " msgstr "" -#: redbot/core/core_commands.py:1550 +#: redbot/core/core_commands.py:1566 #, docstring msgid "Attempts to restart [botname].\n\n" " Makes [botname] quit with exit code 26.\n" @@ -819,30 +830,30 @@ msgid "Attempts to restart [botname].\n\n" " with by the process manager in use." msgstr "" -#: redbot/core/core_commands.py:1557 +#: redbot/core/core_commands.py:1573 msgid "Restarting..." msgstr "" -#: redbot/core/core_commands.py:1562 +#: redbot/core/core_commands.py:1578 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:1566 +#: redbot/core/core_commands.py:1582 #, docstring msgid "\n" " Show the current settings for [botname].\n" " " msgstr "" -#: redbot/core/core_commands.py:1584 +#: redbot/core/core_commands.py:1600 msgid "Admin roles: {admin}\n" "Mod roles: {mod}\n" "Locale: {guild_locale}\n" "Regional format: {guild_regional_format}\n" msgstr "" -#: redbot/core/core_commands.py:1605 +#: redbot/core/core_commands.py:1621 msgid "{bot_name} Settings:\n\n" "Prefixes: {prefixes}\n" "{guild_settings}Global locale: {locale}\n" @@ -850,7 +861,7 @@ msgid "{bot_name} Settings:\n\n" "Default embed colour: {colour}" msgstr "" -#: redbot/core/core_commands.py:1627 +#: redbot/core/core_commands.py:1643 #, docstring msgid "Set the delay until the bot removes the command message.\n\n" " Must be between -1 and 60.\n\n" @@ -858,23 +869,23 @@ msgid "Set the delay until the bot removes the command message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:1654 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1640 +#: redbot/core/core_commands.py:1656 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1645 +#: redbot/core/core_commands.py:1661 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:1668 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:1673 #, docstring msgid "\n" " Sets the bot's description.\n" @@ -884,75 +895,75 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1667 +#: redbot/core/core_commands.py:1683 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1670 +#: redbot/core/core_commands.py:1686 msgid "This description is too long to properly display. Please try again with below 250 characters." msgstr "" -#: redbot/core/core_commands.py:1684 +#: redbot/core/core_commands.py:1700 #, docstring msgid "\n" " Adds an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1689 +#: redbot/core/core_commands.py:1705 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1691 +#: redbot/core/core_commands.py:1707 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1697 +#: redbot/core/core_commands.py:1713 #, docstring msgid "\n" " Adds a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1702 +#: redbot/core/core_commands.py:1718 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1704 +#: redbot/core/core_commands.py:1720 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1710 +#: redbot/core/core_commands.py:1726 #, docstring msgid "\n" " Removes an admin role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1715 +#: redbot/core/core_commands.py:1731 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1717 +#: redbot/core/core_commands.py:1733 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1723 +#: redbot/core/core_commands.py:1739 #, docstring msgid "\n" " Removes a mod role for this guild.\n" " " msgstr "" -#: redbot/core/core_commands.py:1728 +#: redbot/core/core_commands.py:1744 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1736 +#: redbot/core/core_commands.py:1752 #, docstring msgid "\n" " Toggle whether to use the bot owner-configured colour for embeds.\n\n" @@ -961,19 +972,19 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1745 +#: redbot/core/core_commands.py:1761 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will not" msgstr "" -#: redbot/core/core_commands.py:1746 +#: redbot/core/core_commands.py:1762 msgid "will" msgstr "" -#: redbot/core/core_commands.py:1754 +#: redbot/core/core_commands.py:1770 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search for the server.\n\n" @@ -981,11 +992,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1762 +#: redbot/core/core_commands.py:1778 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1770 +#: redbot/core/core_commands.py:1786 #, docstring msgid "\n" " Toggle whether to enable fuzzy command search in DMs.\n\n" @@ -993,11 +1004,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1778 +#: redbot/core/core_commands.py:1794 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1786 +#: redbot/core/core_commands.py:1802 #, docstring msgid "\n" " Sets a default colour to be used for the bot's embeds.\n\n" @@ -1006,114 +1017,114 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:1796 +#: redbot/core/core_commands.py:1812 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:1815 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1804 +#: redbot/core/core_commands.py:1820 #, docstring msgid "Sets [botname]'s avatar\n\n" " Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1818 +#: redbot/core/core_commands.py:1834 msgid "That URL is invalid." msgstr "" -#: redbot/core/core_commands.py:1820 +#: redbot/core/core_commands.py:1836 msgid "Something went wrong while trying to get the image." msgstr "" -#: redbot/core/core_commands.py:1830 +#: redbot/core/core_commands.py:1846 msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." msgstr "" -#: redbot/core/core_commands.py:1837 +#: redbot/core/core_commands.py:1853 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1844 +#: redbot/core/core_commands.py:1860 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1847 +#: redbot/core/core_commands.py:1863 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1853 +#: redbot/core/core_commands.py:1869 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1857 +#: redbot/core/core_commands.py:1873 msgid "The maximum length of game descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1865 +#: redbot/core/core_commands.py:1881 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1867 +#: redbot/core/core_commands.py:1883 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:1889 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1879 +#: redbot/core/core_commands.py:1895 msgid "The maximum length of listening descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1888 +#: redbot/core/core_commands.py:1904 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1891 +#: redbot/core/core_commands.py:1907 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1897 +#: redbot/core/core_commands.py:1913 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1902 +#: redbot/core/core_commands.py:1918 msgid "The maximum length of watching descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1909 +#: redbot/core/core_commands.py:1925 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1911 +#: redbot/core/core_commands.py:1927 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1917 +#: redbot/core/core_commands.py:1933 #, docstring msgid "Sets [botname]'s competing status." msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:1939 msgid "The maximum length of competing descriptions is 128 characters." msgstr "" -#: redbot/core/core_commands.py:1932 +#: redbot/core/core_commands.py:1948 msgid "Status set to ``Competing in {competing}``." msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1951 msgid "Competing cleared." msgstr "" -#: redbot/core/core_commands.py:1941 +#: redbot/core/core_commands.py:1957 #, docstring msgid "Sets [botname]'s status.\n\n" " Available statuses:\n" @@ -1124,82 +1135,82 @@ msgid "Sets [botname]'s status.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:1964 +#: redbot/core/core_commands.py:1980 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1972 +#: redbot/core/core_commands.py:1988 #, docstring msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" " Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1983 +#: redbot/core/core_commands.py:1999 msgid "The maximum length of the streamer url is 511 characters." msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2002 msgid "The maximum length of the stream title is 128 characters." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2016 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:2004 +#: redbot/core/core_commands.py:2020 msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." msgstr "" -#: redbot/core/core_commands.py:2011 +#: redbot/core/core_commands.py:2027 msgid "Failed to change name. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2017 +#: redbot/core/core_commands.py:2033 msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" msgstr "" -#: redbot/core/core_commands.py:2027 +#: redbot/core/core_commands.py:2043 msgid "Failed to change the username. Discord returned the following error:\n" "{error_message}" msgstr "" -#: redbot/core/core_commands.py:2037 +#: redbot/core/core_commands.py:2053 msgid "Unexpected error occurred when trying to change the username." msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:2048 +#: redbot/core/core_commands.py:2064 msgid "Failed to change nickname. Must be 32 characters or fewer." msgstr "" -#: redbot/core/core_commands.py:2052 +#: redbot/core/core_commands.py:2068 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:2059 +#: redbot/core/core_commands.py:2075 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2061 redbot/core/core_commands.py:2074 +#: redbot/core/core_commands.py:2077 redbot/core/core_commands.py:2090 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:2067 +#: redbot/core/core_commands.py:2083 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:2070 +#: redbot/core/core_commands.py:2086 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2095 #, docstring msgid "\n" " Changes the bot's default locale.\n" @@ -1212,21 +1223,21 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2094 redbot/core/core_commands.py:2132 -#: redbot/core/core_commands.py:2165 redbot/core/core_commands.py:2203 +#: redbot/core/core_commands.py:2110 redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2181 redbot/core/core_commands.py:2219 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:2098 redbot/core/core_commands.py:2136 -#: redbot/core/core_commands.py:2169 redbot/core/core_commands.py:2207 +#: redbot/core/core_commands.py:2114 redbot/core/core_commands.py:2152 +#: redbot/core/core_commands.py:2185 redbot/core/core_commands.py:2223 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:2105 +#: redbot/core/core_commands.py:2121 msgid "Global locale has been set." msgstr "" -#: redbot/core/core_commands.py:2111 +#: redbot/core/core_commands.py:2127 #, docstring msgid "\n" " Changes the bot's locale in this server.\n\n" @@ -1239,15 +1250,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2127 +#: redbot/core/core_commands.py:2143 msgid "Locale has been set to the default." msgstr "" -#: redbot/core/core_commands.py:2142 +#: redbot/core/core_commands.py:2158 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:2148 +#: redbot/core/core_commands.py:2164 #, docstring msgid "\n" " Changes bot's regional format. This is used for formatting date, time and numbers.\n\n" @@ -1257,15 +1268,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2159 +#: redbot/core/core_commands.py:2175 msgid "Global regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:2176 +#: redbot/core/core_commands.py:2192 msgid "Global regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2184 +#: redbot/core/core_commands.py:2200 #, docstring msgid "\n" " Changes bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" @@ -1275,15 +1286,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2196 +#: redbot/core/core_commands.py:2212 msgid "Regional formatting will now be based on bot's locale in this server." msgstr "" -#: redbot/core/core_commands.py:2214 +#: redbot/core/core_commands.py:2230 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:2222 +#: redbot/core/core_commands.py:2238 #, docstring msgid "Customizes a section of `[p]info`.\n\n" " The maximum amount of allowed characters is 1024.\n" @@ -1293,19 +1304,19 @@ msgid "Customizes a section of `[p]info`.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2247 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:2235 +#: redbot/core/core_commands.py:2251 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:2238 +#: redbot/core/core_commands.py:2254 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:2243 +#: redbot/core/core_commands.py:2259 #, docstring msgid "Set, list or remove various external API tokens.\n\n" " This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" @@ -1316,70 +1327,70 @@ msgid "Set, list or remove various external API tokens.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2272 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:2260 +#: redbot/core/core_commands.py:2276 #, docstring msgid "Show all external API services along with their keys that have been set.\n\n" " Secrets are not shown." msgstr "" -#: redbot/core/core_commands.py:2266 +#: redbot/core/core_commands.py:2282 msgid "No API services have been set yet." msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API services:\n" msgstr "" -#: redbot/core/core_commands.py:2271 +#: redbot/core/core_commands.py:2287 msgid "Set API service:\n" msgstr "" -#: redbot/core/core_commands.py:2281 +#: redbot/core/core_commands.py:2297 #, docstring msgid "Remove the given services with all their keys and tokens." msgstr "" -#: redbot/core/core_commands.py:2288 +#: redbot/core/core_commands.py:2304 msgid "Services deleted successfully:\n" "{services_list}" msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2308 msgid "Service deleted successfully: {service_name}" msgstr "" -#: redbot/core/core_commands.py:2297 +#: redbot/core/core_commands.py:2313 msgid "None of the services you provided had any keys set." msgstr "" -#: redbot/core/core_commands.py:2302 +#: redbot/core/core_commands.py:2318 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:2307 +#: redbot/core/core_commands.py:2323 #, docstring msgid " Show the current help settings. " msgstr "" -#: redbot/core/core_commands.py:2314 +#: redbot/core/core_commands.py:2330 msgid "Warning: The default formatter is not in use, these settings may not apply." msgstr "" -#: redbot/core/core_commands.py:2324 +#: redbot/core/core_commands.py:2340 #, docstring msgid " This resets [botname]'s help formatter to the default formatter. " msgstr "" -#: redbot/core/core_commands.py:2328 +#: redbot/core/core_commands.py:2344 msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." msgstr "" -#: redbot/core/core_commands.py:2337 +#: redbot/core/core_commands.py:2353 #, docstring msgid "\n" " This resets [botname]'s help settings to their defaults.\n\n" @@ -1387,11 +1398,11 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2344 +#: redbot/core/core_commands.py:2360 msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." msgstr "" -#: redbot/core/core_commands.py:2352 +#: redbot/core/core_commands.py:2368 #, docstring msgid "\n" " Allows the help command to be sent as a paginated menu instead of separate\n" @@ -1401,15 +1412,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2363 +#: redbot/core/core_commands.py:2379 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:2365 +#: redbot/core/core_commands.py:2381 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:2369 +#: redbot/core/core_commands.py:2385 #, docstring msgid "\n" " This allows the help command to show hidden commands.\n\n" @@ -1418,15 +1429,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2379 +#: redbot/core/core_commands.py:2395 msgid "Help will not filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2381 +#: redbot/core/core_commands.py:2397 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:2385 +#: redbot/core/core_commands.py:2401 #, docstring msgid "\n" " This allows the help command to show existing commands aliases if there is any.\n\n" @@ -1435,15 +1446,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2395 +#: redbot/core/core_commands.py:2411 msgid "Help will show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2397 +#: redbot/core/core_commands.py:2413 msgid "Help will not show commands aliases." msgstr "" -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:2417 #, docstring msgid "\n" " This allows the help command message to be ticked if help is sent in a DM.\n\n" @@ -1452,15 +1463,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2411 +#: redbot/core/core_commands.py:2427 msgid "Help will now tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2413 +#: redbot/core/core_commands.py:2429 msgid "Help will not tick the command when sent in a DM." msgstr "" -#: redbot/core/core_commands.py:2417 +#: redbot/core/core_commands.py:2433 #, docstring msgid "\n" " Sets if commands which can't be run in the current context should be\n" @@ -1470,15 +1481,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2428 +#: redbot/core/core_commands.py:2444 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:2430 +#: redbot/core/core_commands.py:2446 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:2434 +#: redbot/core/core_commands.py:2450 #, docstring msgid "\n" " This allows the bot to respond indicating the existence of a specific\n" @@ -1489,15 +1500,15 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2447 +#: redbot/core/core_commands.py:2463 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:2450 +#: redbot/core/core_commands.py:2466 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:2458 +#: redbot/core/core_commands.py:2474 #, docstring msgid "Set the character limit for each page in the help message.\n\n" " This setting only applies to embedded help.\n\n" @@ -1508,15 +1519,15 @@ msgid "Set the character limit for each page in the help message.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2469 +#: redbot/core/core_commands.py:2485 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:2473 +#: redbot/core/core_commands.py:2489 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2477 +#: redbot/core/core_commands.py:2493 #, docstring msgid "Set the maximum number of help pages sent in a server channel.\n\n" " This setting does not apply to menu help.\n\n" @@ -1527,15 +1538,15 @@ msgid "Set the maximum number of help pages sent in a server channel.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2488 redbot/core/core_commands.py:2506 +#: redbot/core/core_commands.py:2504 redbot/core/core_commands.py:2522 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:2492 +#: redbot/core/core_commands.py:2508 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:2497 +#: redbot/core/core_commands.py:2513 #, docstring msgid "Set the delay after which help pages will be deleted.\n\n" " The setting is disabled by default, and only applies to non-menu help,\n" @@ -1545,19 +1556,19 @@ msgid "Set the delay after which help pages will be deleted.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2509 +#: redbot/core/core_commands.py:2525 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:2514 +#: redbot/core/core_commands.py:2530 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:2516 +#: redbot/core/core_commands.py:2532 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:2520 +#: redbot/core/core_commands.py:2536 #, docstring msgid "\n" " Set the tagline to be used.\n\n" @@ -1566,60 +1577,60 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:2528 +#: redbot/core/core_commands.py:2544 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:2548 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:2540 +#: redbot/core/core_commands.py:2556 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:2545 +#: redbot/core/core_commands.py:2561 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:2548 +#: redbot/core/core_commands.py:2564 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:2551 +#: redbot/core/core_commands.py:2567 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:2553 +#: redbot/core/core_commands.py:2569 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:2554 +#: redbot/core/core_commands.py:2570 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:2559 +#: redbot/core/core_commands.py:2575 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:2561 +#: redbot/core/core_commands.py:2577 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:2566 +#: redbot/core/core_commands.py:2582 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:2637 +#: redbot/core/core_commands.py:2653 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:2639 +#: redbot/core/core_commands.py:2655 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:2644 +#: redbot/core/core_commands.py:2660 #, docstring msgid "Sends a DM to a user.\n\n" " This command needs a user ID to work.\n" @@ -1629,385 +1640,385 @@ msgid "Sends a DM to a user.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:2654 +#: redbot/core/core_commands.py:2670 msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." msgstr "" -#: redbot/core/core_commands.py:2664 +#: redbot/core/core_commands.py:2680 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:2665 +#: redbot/core/core_commands.py:2681 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:2679 redbot/core/core_commands.py:2689 +#: redbot/core/core_commands.py:2695 redbot/core/core_commands.py:2705 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:2682 redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:2698 redbot/core/core_commands.py:2708 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:2697 +#: redbot/core/core_commands.py:2713 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:2701 +#: redbot/core/core_commands.py:2717 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:2707 +#: redbot/core/core_commands.py:2723 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:2794 +#: redbot/core/core_commands.py:2810 #, docstring msgid "\n" " Allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2801 +#: redbot/core/core_commands.py:2817 #, docstring msgid "\n" " Adds a user to the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2807 +#: redbot/core/core_commands.py:2823 msgid "Users have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2809 +#: redbot/core/core_commands.py:2825 msgid "User has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2829 #, docstring msgid "\n" " Lists users on the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2822 +#: redbot/core/core_commands.py:2838 msgid "Users on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2824 +#: redbot/core/core_commands.py:2840 msgid "User on the allowlist:" msgstr "" -#: redbot/core/core_commands.py:2833 +#: redbot/core/core_commands.py:2849 #, docstring msgid "\n" " Removes user from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2839 +#: redbot/core/core_commands.py:2855 msgid "Users have been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2841 +#: redbot/core/core_commands.py:2857 msgid "User has been removed from the allowlist." msgstr "" -#: redbot/core/core_commands.py:2845 redbot/core/core_commands.py:3006 +#: redbot/core/core_commands.py:2861 redbot/core/core_commands.py:3022 #, docstring msgid "\n" " Clears the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2849 +#: redbot/core/core_commands.py:2865 msgid "Allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2854 +#: redbot/core/core_commands.py:2870 #, docstring msgid "\n" " Blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2861 +#: redbot/core/core_commands.py:2877 #, docstring msgid "\n" " Adds a user to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2870 +#: redbot/core/core_commands.py:2886 msgid "You cannot add an owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:2876 +#: redbot/core/core_commands.py:2892 msgid "Users have been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2878 +#: redbot/core/core_commands.py:2894 msgid "User has been added to the blocklist." msgstr "" -#: redbot/core/core_commands.py:2882 +#: redbot/core/core_commands.py:2898 #, docstring msgid "\n" " Lists users on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2891 +#: redbot/core/core_commands.py:2907 msgid "Users on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2893 +#: redbot/core/core_commands.py:2909 msgid "User on the blocklist:" msgstr "" -#: redbot/core/core_commands.py:2902 +#: redbot/core/core_commands.py:2918 #, docstring msgid "\n" " Removes user from the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2908 +#: redbot/core/core_commands.py:2924 msgid "Users have been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2910 +#: redbot/core/core_commands.py:2926 msgid "User has been removed from the blocklist." msgstr "" -#: redbot/core/core_commands.py:2914 +#: redbot/core/core_commands.py:2930 #, docstring msgid "\n" " Clears the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2918 +#: redbot/core/core_commands.py:2934 msgid "Blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2924 +#: redbot/core/core_commands.py:2940 #, docstring msgid "\n" " Server specific allowlist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:2933 +#: redbot/core/core_commands.py:2949 #, docstring msgid "\n" " Adds a user or role to the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2944 +#: redbot/core/core_commands.py:2960 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." msgstr "" -#: redbot/core/core_commands.py:2953 +#: redbot/core/core_commands.py:2969 msgid "Users and/or roles have been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2955 +#: redbot/core/core_commands.py:2971 msgid "User or role has been added to the allowlist." msgstr "" -#: redbot/core/core_commands.py:2959 +#: redbot/core/core_commands.py:2975 #, docstring msgid "\n" " Lists users and roles on the server allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2968 +#: redbot/core/core_commands.py:2984 msgid "Allowed users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:2970 +#: redbot/core/core_commands.py:2986 msgid "Allowed user or role:" msgstr "" -#: redbot/core/core_commands.py:2981 +#: redbot/core/core_commands.py:2997 #, docstring msgid "\n" " Removes user or role from the allowlist.\n" " " msgstr "" -#: redbot/core/core_commands.py:2992 +#: redbot/core/core_commands.py:3008 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:3000 +#: redbot/core/core_commands.py:3016 msgid "Users and/or roles have been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3018 msgid "User or role has been removed from the server allowlist." msgstr "" -#: redbot/core/core_commands.py:3010 +#: redbot/core/core_commands.py:3026 msgid "Server allowlist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3016 +#: redbot/core/core_commands.py:3032 #, docstring msgid "\n" " Server specific blocklist management commands.\n" " " msgstr "" -#: redbot/core/core_commands.py:3025 +#: redbot/core/core_commands.py:3041 #, docstring msgid "\n" " Adds a user or role to the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3031 +#: redbot/core/core_commands.py:3047 msgid "You cannot add yourself to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3034 +#: redbot/core/core_commands.py:3050 msgid "You cannot add the guild owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3037 +#: redbot/core/core_commands.py:3053 msgid "You cannot add a bot owner to the blocklist!" msgstr "" -#: redbot/core/core_commands.py:3044 +#: redbot/core/core_commands.py:3060 msgid "Users and/or roles have been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3046 +#: redbot/core/core_commands.py:3062 msgid "User or role has been added from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3050 +#: redbot/core/core_commands.py:3066 #, docstring msgid "\n" " Lists users and roles on the blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3059 +#: redbot/core/core_commands.py:3075 msgid "Blocked users and/or roles:" msgstr "" -#: redbot/core/core_commands.py:3061 +#: redbot/core/core_commands.py:3077 msgid "Blocked user or role:" msgstr "" -#: redbot/core/core_commands.py:3072 +#: redbot/core/core_commands.py:3088 #, docstring msgid "\n" " Removes user or role from blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3080 +#: redbot/core/core_commands.py:3096 msgid "Users and/or roles have been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3082 +#: redbot/core/core_commands.py:3098 msgid "User or role has been removed from the server blocklist." msgstr "" -#: redbot/core/core_commands.py:3086 +#: redbot/core/core_commands.py:3102 #, docstring msgid "\n" " Clears the server blocklist.\n" " " msgstr "" -#: redbot/core/core_commands.py:3090 +#: redbot/core/core_commands.py:3106 msgid "Server blocklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:3095 +#: redbot/core/core_commands.py:3111 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:3101 +#: redbot/core/core_commands.py:3117 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:3104 redbot/core/core_commands.py:3116 -#: redbot/core/core_commands.py:3126 redbot/core/core_commands.py:3146 +#: redbot/core/core_commands.py:3120 redbot/core/core_commands.py:3132 +#: redbot/core/core_commands.py:3142 redbot/core/core_commands.py:3162 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:3106 +#: redbot/core/core_commands.py:3122 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:3108 +#: redbot/core/core_commands.py:3124 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:3113 +#: redbot/core/core_commands.py:3129 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:3118 +#: redbot/core/core_commands.py:3134 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:3123 -#, docstring -msgid "Disable a cog in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3128 -msgid "You can't disable this cog as you would lock yourself out." -msgstr "" - -#: redbot/core/core_commands.py:3130 -msgid "{cogname} has been disabled in this guild." -msgstr "" - -#: redbot/core/core_commands.py:3133 -msgid "{cogname} was already disabled (nothing to do)." -msgstr "" - #: redbot/core/core_commands.py:3139 #, docstring -msgid "Enable a cog in this guild." +msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:3141 -msgid "{cogname} has been enabled in this guild." +#: redbot/core/core_commands.py:3144 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:3146 +msgid "{cogname} has been disabled in this guild." msgstr "" #: redbot/core/core_commands.py:3149 -msgid "{cogname} was not disabled (nothing to do)." +msgid "{cogname} was already disabled (nothing to do)." msgstr "" #: redbot/core/core_commands.py:3155 #, docstring +msgid "Enable a cog in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3157 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:3165 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:3171 +#, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:3164 +#: redbot/core/core_commands.py:3180 msgid "The following cogs are disabled in this guild:\n" msgstr "" -#: redbot/core/core_commands.py:3170 +#: redbot/core/core_commands.py:3186 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:3174 +#: redbot/core/core_commands.py:3190 #, docstring msgid "\n" " List disabled commands.\n\n" @@ -2015,41 +2026,41 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3187 +#: redbot/core/core_commands.py:3203 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:3190 +#: redbot/core/core_commands.py:3206 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:3193 +#: redbot/core/core_commands.py:3209 msgid "{} commands are disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3197 +#: redbot/core/core_commands.py:3213 msgid "1 command is disabled globally.\n" msgstr "" -#: redbot/core/core_commands.py:3205 +#: redbot/core/core_commands.py:3221 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:3208 +#: redbot/core/core_commands.py:3224 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:3211 +#: redbot/core/core_commands.py:3227 msgid "{} commands are disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3215 +#: redbot/core/core_commands.py:3231 msgid "1 command is disabled in {}.\n" msgstr "" -#: redbot/core/core_commands.py:3222 +#: redbot/core/core_commands.py:3238 #, docstring msgid "Disable a command.\n\n" " If you're the bot owner, this will disable commands\n" @@ -2057,42 +2068,42 @@ msgid "Disable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3236 +#: redbot/core/core_commands.py:3252 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:3240 redbot/core/core_commands.py:3274 -#: redbot/core/core_commands.py:3324 redbot/core/core_commands.py:3346 +#: redbot/core/core_commands.py:3256 redbot/core/core_commands.py:3290 +#: redbot/core/core_commands.py:3340 redbot/core/core_commands.py:3362 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:3246 redbot/core/core_commands.py:3280 +#: redbot/core/core_commands.py:3262 redbot/core/core_commands.py:3296 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:3252 redbot/core/core_commands.py:3286 +#: redbot/core/core_commands.py:3268 redbot/core/core_commands.py:3302 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:3261 +#: redbot/core/core_commands.py:3277 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:3270 +#: redbot/core/core_commands.py:3286 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:3291 +#: redbot/core/core_commands.py:3307 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:3301 +#: redbot/core/core_commands.py:3317 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:3307 +#: redbot/core/core_commands.py:3323 #, docstring msgid "Enable a command.\n\n" " If you're a bot owner, this will try to enable a globally\n" @@ -2100,29 +2111,29 @@ msgid "Enable a command.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3320 +#: redbot/core/core_commands.py:3336 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:3333 +#: redbot/core/core_commands.py:3349 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:3342 +#: redbot/core/core_commands.py:3358 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:3351 +#: redbot/core/core_commands.py:3367 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:3361 +#: redbot/core/core_commands.py:3377 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:3368 +#: redbot/core/core_commands.py:3384 #, docstring msgid "Set the bot's response to disabled commands.\n\n" " Leave blank to send nothing.\n\n" @@ -2131,14 +2142,14 @@ msgid "Set the bot's response to disabled commands.\n\n" " " msgstr "" -#: redbot/core/core_commands.py:3382 +#: redbot/core/core_commands.py:3398 #, docstring msgid "\n" " Server settings for immunity from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3389 +#: redbot/core/core_commands.py:3405 #, docstring msgid "\n" " Gets the current members and roles configured for automatic\n" @@ -2146,56 +2157,56 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3400 +#: redbot/core/core_commands.py:3416 msgid "Roles immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3405 +#: redbot/core/core_commands.py:3421 msgid "Members immune from automated moderation actions:\n" msgstr "" -#: redbot/core/core_commands.py:3409 +#: redbot/core/core_commands.py:3425 msgid "No immunity settings here." msgstr "" -#: redbot/core/core_commands.py:3418 redbot/core/core_commands.py:3431 +#: redbot/core/core_commands.py:3434 redbot/core/core_commands.py:3447 #, docstring msgid "\n" " Makes a user or role immune from automated moderation actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3423 +#: redbot/core/core_commands.py:3439 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:3436 +#: redbot/core/core_commands.py:3452 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:3444 +#: redbot/core/core_commands.py:3460 #, docstring msgid "\n" " Checks if a user or role would be considered immune from automated actions.\n" " " msgstr "" -#: redbot/core/core_commands.py:3449 +#: redbot/core/core_commands.py:3465 msgid "They are immune." msgstr "" -#: redbot/core/core_commands.py:3451 +#: redbot/core/core_commands.py:3467 msgid "They are not immune." msgstr "" -#: redbot/core/core_commands.py:3456 +#: redbot/core/core_commands.py:3472 #, docstring msgid "\n" " Commands for configuring owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3463 +#: redbot/core/core_commands.py:3479 #, docstring msgid "\n" " Opt-in on receiving owner notifications.\n\n" @@ -2203,125 +2214,125 @@ msgid "\n" " " msgstr "" -#: redbot/core/core_commands.py:3476 +#: redbot/core/core_commands.py:3492 #, docstring msgid "\n" " Opt-out of receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3489 +#: redbot/core/core_commands.py:3505 #, docstring msgid "\n" " Adds a destination text channel to receive owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3508 +#: redbot/core/core_commands.py:3524 #, docstring msgid "\n" " Removes a destination text channel from receiving owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3525 +#: redbot/core/core_commands.py:3541 #, docstring msgid "\n" " Lists the configured extra destinations for owner notifications.\n" " " msgstr "" -#: redbot/core/core_commands.py:3532 +#: redbot/core/core_commands.py:3548 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:3543 +#: redbot/core/core_commands.py:3559 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:3574 +#: redbot/core/core_commands.py:3590 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3578 +#: redbot/core/core_commands.py:3594 #, docstring msgid "\n" " List the currently ignored servers and channels.\n" " " msgstr "" -#: redbot/core/core_commands.py:3590 +#: redbot/core/core_commands.py:3606 #, docstring msgid "Ignore commands in the channel or category.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3598 +#: redbot/core/core_commands.py:3614 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:3600 +#: redbot/core/core_commands.py:3616 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:3605 +#: redbot/core/core_commands.py:3621 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:3609 +#: redbot/core/core_commands.py:3625 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:3611 +#: redbot/core/core_commands.py:3627 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:3617 +#: redbot/core/core_commands.py:3633 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3625 +#: redbot/core/core_commands.py:3641 #, docstring msgid "Remove a channel or category from the ignore list.\n\n" " Defaults to the current channel.\n" " " msgstr "" -#: redbot/core/core_commands.py:3634 +#: redbot/core/core_commands.py:3650 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:3636 +#: redbot/core/core_commands.py:3652 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3641 +#: redbot/core/core_commands.py:3657 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3645 +#: redbot/core/core_commands.py:3661 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:3647 +#: redbot/core/core_commands.py:3663 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:3653 +#: redbot/core/core_commands.py:3669 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:3665 +#: redbot/core/core_commands.py:3681 msgid "Currently ignored categories: {categories}\n" "Channels: {channels}" msgstr "" -#: redbot/core/core_commands.py:3679 +#: redbot/core/core_commands.py:3695 #, docstring msgid "\n" " Get info about Red's licenses.\n" diff --git a/redbot/core/utils/locales/hi-IN.po b/redbot/core/utils/locales/hi-IN.po new file mode 100644 index 000000000..a08f1528c --- /dev/null +++ b/redbot/core/utils/locales/hi-IN.po @@ -0,0 +1,65 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-02-14 15:51+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 197\n" +"Language: hi_IN\n" + +#: redbot/core/utils/chat_formatting.py:522 +msgid "year" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:522 +msgid "years" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:523 +msgid "month" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:523 +msgid "months" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:524 +msgid "day" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:524 +msgid "days" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:525 +msgid "hour" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:525 +msgid "hours" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:526 +msgid "minute" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:526 +msgid "minutes" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:527 +msgid "second" +msgstr "" + +#: redbot/core/utils/chat_formatting.py:527 +msgid "seconds" +msgstr "" + diff --git a/redbot/core/utils/locales/sk-SK.po b/redbot/core/utils/locales/sk-SK.po index 85f5f942a..82e4b5ea5 100644 --- a/redbot/core/utils/locales/sk-SK.po +++ b/redbot/core/utils/locales/sk-SK.po @@ -17,49 +17,49 @@ msgstr "" #: redbot/core/utils/chat_formatting.py:522 msgid "year" -msgstr "" +msgstr "rok" #: redbot/core/utils/chat_formatting.py:522 msgid "years" -msgstr "" +msgstr "rokov" #: redbot/core/utils/chat_formatting.py:523 msgid "month" -msgstr "" +msgstr "mesiac" #: redbot/core/utils/chat_formatting.py:523 msgid "months" -msgstr "" +msgstr "mesiacov" #: redbot/core/utils/chat_formatting.py:524 msgid "day" -msgstr "" +msgstr "deň" #: redbot/core/utils/chat_formatting.py:524 msgid "days" -msgstr "" +msgstr "dní" #: redbot/core/utils/chat_formatting.py:525 msgid "hour" -msgstr "" +msgstr "hodina" #: redbot/core/utils/chat_formatting.py:525 msgid "hours" -msgstr "" +msgstr "hodín" #: redbot/core/utils/chat_formatting.py:526 msgid "minute" -msgstr "" +msgstr "minúta" #: redbot/core/utils/chat_formatting.py:526 msgid "minutes" -msgstr "" +msgstr "minút" #: redbot/core/utils/chat_formatting.py:527 msgid "second" -msgstr "" +msgstr "sekunda" #: redbot/core/utils/chat_formatting.py:527 msgid "seconds" -msgstr "" +msgstr "sekúnd"